IP列表可以使用级别筛选

This commit is contained in:
GoEdgeLab
2022-03-30 09:39:21 +08:00
parent 1a6da48d5f
commit 65da72bf51
3 changed files with 159 additions and 115 deletions

View File

@@ -3768,7 +3768,7 @@ func (x *ComposeServerConfigResponse) GetServerConfigJSON() []byte {
return nil
}
// 修服务UAM设置
// 修服务UAM设置
type UpdateServerUAMRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -6390,7 +6390,7 @@ type ServerServiceClient interface {
FindServerUserPlan(ctx context.Context, in *FindServerUserPlanRequest, opts ...grpc.CallOption) (*FindServerUserPlanResponse, error)
// 获取服务配置
ComposeServerConfig(ctx context.Context, in *ComposeServerConfigRequest, opts ...grpc.CallOption) (*ComposeServerConfigResponse, error)
// 修服务UAM设置
// 修服务UAM设置
UpdateServerUAM(ctx context.Context, in *UpdateServerUAMRequest, opts ...grpc.CallOption) (*RPCSuccess, error)
// 查找服务UAM设置
FindEnabledServerUAM(ctx context.Context, in *FindEnabledServerUAMRequest, opts ...grpc.CallOption) (*FindEnabledServerUAMResponse, error)
@@ -6919,7 +6919,7 @@ type ServerServiceServer interface {
FindServerUserPlan(context.Context, *FindServerUserPlanRequest) (*FindServerUserPlanResponse, error)
// 获取服务配置
ComposeServerConfig(context.Context, *ComposeServerConfigRequest) (*ComposeServerConfigResponse, error)
// 修服务UAM设置
// 修服务UAM设置
UpdateServerUAM(context.Context, *UpdateServerUAMRequest) (*RPCSuccess, error)
// 查找服务UAM设置
FindEnabledServerUAM(context.Context, *FindEnabledServerUAMRequest) (*FindEnabledServerUAMResponse, error)