增加API注释

This commit is contained in:
GoEdgeLab
2023-08-29 14:22:53 +08:00
parent d813f727b3
commit 3689417e38
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4802,7 +4802,7 @@ type CopyServerConfigRequest struct {
unknownFields protoimpl.UnknownFields
ServerId int64 `protobuf:"varint,1,opt,name=serverId,proto3" json:"serverId,omitempty"` // 被复制网站ID
ConfigCode string `protobuf:"bytes,2,opt,name=configCode,proto3" json:"configCode,omitempty"` // 要拷贝的配置代号
ConfigCode string `protobuf:"bytes,2,opt,name=configCode,proto3" json:"configCode,omitempty"` // 要拷贝的配置代号stat 统计;charset 字符编码;userAgent UA名单;referers 防盗链;webp WebP配置;accessLog 访问日志;cc CC配置;hostRedirects URL跳转;root ROOT配置;remoteAddr 访客设置;requestLimit 请求限制;compression 内容压缩设置;optimization 页面优化设置;cache 缓存设置;uam 五秒盾设置;websocket Websocket设置;pages 自定义页面设置;auth 访问鉴权;reverseProxy 反向代理设置
TargetType string `protobuf:"bytes,3,opt,name=targetType,proto3" json:"targetType,omitempty"` // 目标类型:servers, groups, cluster(当前集群下所有网站,只有管理员才有权限)、user(当前用户下所有网站)
TargetServerIds []int64 `protobuf:"varint,4,rep,packed,name=targetServerIds,proto3" json:"targetServerIds,omitempty"` // 目标网站ID列表
TargetServerGroupIds []int64 `protobuf:"varint,5,rep,packed,name=targetServerGroupIds,proto3" json:"targetServerGroupIds,omitempty"` // 目标网站分组ID列表
+1 -1
View File
@@ -718,7 +718,7 @@ message UpdateServerNameRequest {
// 在网站之间复制配置
message CopyServerConfigRequest {
int64 serverId = 1; // 被复制网站ID
string configCode = 2; // 要拷贝的配置代号
string configCode = 2; // 要拷贝的配置代号stat 统计;charset 字符编码;userAgent UA名单;referers 防盗链;webp WebP配置;accessLog 访问日志;cc CC配置;hostRedirects URL跳转;root ROOT配置;remoteAddr 访客设置;requestLimit 请求限制;compression 内容压缩设置;optimization 页面优化设置;cache 缓存设置;uam 五秒盾设置;websocket Websocket设置;pages 自定义页面设置;auth 访问鉴权;reverseProxy 反向代理设置
string targetType = 3; // 目标类型:servers, groups, cluster(当前集群下所有网站,只有管理员才有权限)、user(当前用户下所有网站)
repeated int64 targetServerIds = 4; // 目标网站ID列表
repeated int64 targetServerGroupIds = 5; // 目标网站分组ID列表