v1

package
v1.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2024 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Service_Login_FullMethodName                = "/configure.Service/Login"
	Service_RefreshToken_FullMethodName         = "/configure.Service/RefreshToken"
	Service_AllEnv_FullMethodName               = "/configure.Service/AllEnv"
	Service_AddEnv_FullMethodName               = "/configure.Service/AddEnv"
	Service_UpdateEnv_FullMethodName            = "/configure.Service/UpdateEnv"
	Service_DeleteEnv_FullMethodName            = "/configure.Service/DeleteEnv"
	Service_GetEnvToken_FullMethodName          = "/configure.Service/GetEnvToken"
	Service_ResetEnvToken_FullMethodName        = "/configure.Service/ResetEnvToken"
	Service_PageServer_FullMethodName           = "/configure.Service/PageServer"
	Service_GetServer_FullMethodName            = "/configure.Service/GetServer"
	Service_AddServer_FullMethodName            = "/configure.Service/AddServer"
	Service_UpdateServer_FullMethodName         = "/configure.Service/UpdateServer"
	Service_DeleteServer_FullMethodName         = "/configure.Service/DeleteServer"
	Service_PageResource_FullMethodName         = "/configure.Service/PageResource"
	Service_AddResource_FullMethodName          = "/configure.Service/AddResource"
	Service_UpdateResource_FullMethodName       = "/configure.Service/UpdateResource"
	Service_DeleteResource_FullMethodName       = "/configure.Service/DeleteResource"
	Service_AllResourceServer_FullMethodName    = "/configure.Service/AllResourceServer"
	Service_PageServerResource_FullMethodName   = "/configure.Service/PageServerResource"
	Service_AllResourceValue_FullMethodName     = "/configure.Service/AllResourceValue"
	Service_UpdateResourceValue_FullMethodName  = "/configure.Service/UpdateResourceValue"
	Service_PageBusiness_FullMethodName         = "/configure.Service/PageBusiness"
	Service_AddBusiness_FullMethodName          = "/configure.Service/AddBusiness"
	Service_UpdateBusiness_FullMethodName       = "/configure.Service/UpdateBusiness"
	Service_DeleteBusiness_FullMethodName       = "/configure.Service/DeleteBusiness"
	Service_AllBusinessValue_FullMethodName     = "/configure.Service/AllBusinessValue"
	Service_UpdateBusinessValue_FullMethodName  = "/configure.Service/UpdateBusinessValue"
	Service_PageTemplate_FullMethodName         = "/configure.Service/PageTemplate"
	Service_GetTemplate_FullMethodName          = "/configure.Service/GetTemplate"
	Service_CurrentTemplate_FullMethodName      = "/configure.Service/CurrentTemplate"
	Service_AddTemplate_FullMethodName          = "/configure.Service/AddTemplate"
	Service_SwitchTemplate_FullMethodName       = "/configure.Service/SwitchTemplate"
	Service_CompareTemplate_FullMethodName      = "/configure.Service/CompareTemplate"
	Service_ParseTemplatePreview_FullMethodName = "/configure.Service/ParseTemplatePreview"
	Service_ParseTemplate_FullMethodName        = "/configure.Service/ParseTemplate"
	Service_GetConfigure_FullMethodName         = "/configure.Service/GetConfigure"
	Service_UpdateConfigure_FullMethodName      = "/configure.Service/UpdateConfigure"
	Service_CompareConfigure_FullMethodName     = "/configure.Service/CompareConfigure"
	Service_WatchConfigure_FullMethodName       = "/configure.Service/WatchConfigure"
)
View Source
const OperationServiceAddBusiness = "/configure.Service/AddBusiness"
View Source
const OperationServiceAddEnv = "/configure.Service/AddEnv"
View Source
const OperationServiceAddResource = "/configure.Service/AddResource"
View Source
const OperationServiceAddServer = "/configure.Service/AddServer"
View Source
const OperationServiceAddTemplate = "/configure.Service/AddTemplate"
View Source
const OperationServiceAllBusinessValue = "/configure.Service/AllBusinessValue"
View Source
const OperationServiceAllEnv = "/configure.Service/AllEnv"
View Source
const OperationServiceAllResourceServer = "/configure.Service/AllResourceServer"
View Source
const OperationServiceAllResourceValue = "/configure.Service/AllResourceValue"
View Source
const OperationServiceCompareConfigure = "/configure.Service/CompareConfigure"
View Source
const OperationServiceCompareTemplate = "/configure.Service/CompareTemplate"
View Source
const OperationServiceCurrentTemplate = "/configure.Service/CurrentTemplate"
View Source
const OperationServiceDeleteBusiness = "/configure.Service/DeleteBusiness"
View Source
const OperationServiceDeleteEnv = "/configure.Service/DeleteEnv"
View Source
const OperationServiceDeleteResource = "/configure.Service/DeleteResource"
View Source
const OperationServiceDeleteServer = "/configure.Service/DeleteServer"
View Source
const OperationServiceGetConfigure = "/configure.Service/GetConfigure"
View Source
const OperationServiceGetEnvToken = "/configure.Service/GetEnvToken"
View Source
const OperationServiceGetServer = "/configure.Service/GetServer"
View Source
const OperationServiceGetTemplate = "/configure.Service/GetTemplate"
View Source
const OperationServiceLogin = "/configure.Service/Login"
View Source
const OperationServicePageBusiness = "/configure.Service/PageBusiness"
View Source
const OperationServicePageResource = "/configure.Service/PageResource"
View Source
const OperationServicePageServer = "/configure.Service/PageServer"
View Source
const OperationServicePageServerResource = "/configure.Service/PageServerResource"
View Source
const OperationServicePageTemplate = "/configure.Service/PageTemplate"
View Source
const OperationServiceParseTemplate = "/configure.Service/ParseTemplate"
View Source
const OperationServiceParseTemplatePreview = "/configure.Service/ParseTemplatePreview"
View Source
const OperationServiceRefreshToken = "/configure.Service/RefreshToken"
View Source
const OperationServiceResetEnvToken = "/configure.Service/ResetEnvToken"
View Source
const OperationServiceSwitchTemplate = "/configure.Service/SwitchTemplate"
View Source
const OperationServiceUpdateBusiness = "/configure.Service/UpdateBusiness"
View Source
const OperationServiceUpdateBusinessValue = "/configure.Service/UpdateBusinessValue"
View Source
const OperationServiceUpdateConfigure = "/configure.Service/UpdateConfigure"
View Source
const OperationServiceUpdateEnv = "/configure.Service/UpdateEnv"
View Source
const OperationServiceUpdateResource = "/configure.Service/UpdateResource"
View Source
const OperationServiceUpdateResourceValue = "/configure.Service/UpdateResourceValue"
View Source
const OperationServiceUpdateServer = "/configure.Service/UpdateServer"

Variables

View Source
var (
	ErrorReason_name = map[int32]string{
		0:  "DatabaseError",
		1:  "TransformError",
		2:  "AlreadyExistsError",
		3:  "ParamsError",
		4:  "NotRecordError",
		5:  "ResourceFormatValueError",
		6:  "CheckTemplateError",
		7:  "ParseTemplateError",
		8:  "VersionExistError",
		9:  "WatchConfigureError",
		10: "RsaDecodeError",
		11: "PasswordFormatError",
		12: "PasswordExpireError",
		13: "UserPasswordError",
		14: "NewTokenError",
		15: "RefreshTokenError",
		16: "TokenAuthError",
		17: "ServerNotFound",
		18: "ResourceValueError",
	}
	ErrorReason_value = map[string]int32{
		"DatabaseError":            0,
		"TransformError":           1,
		"AlreadyExistsError":       2,
		"ParamsError":              3,
		"NotRecordError":           4,
		"ResourceFormatValueError": 5,
		"CheckTemplateError":       6,
		"ParseTemplateError":       7,
		"VersionExistError":        8,
		"WatchConfigureError":      9,
		"RsaDecodeError":           10,
		"PasswordFormatError":      11,
		"PasswordExpireError":      12,
		"UserPasswordError":        13,
		"NewTokenError":            14,
		"RefreshTokenError":        15,
		"TokenAuthError":           16,
		"ServerNotFound":           17,
		"ResourceValueError":       18,
	}
)

Enum value maps for ErrorReason.

View Source
var File_configure_auth_proto protoreflect.FileDescriptor
View Source
var File_configure_business_proto protoreflect.FileDescriptor
View Source
var File_configure_business_value_proto protoreflect.FileDescriptor
View Source
var File_configure_configure_proto protoreflect.FileDescriptor
View Source
var File_configure_env_proto protoreflect.FileDescriptor
View Source
var File_configure_error_reason_proto protoreflect.FileDescriptor
View Source
var File_configure_resource_proto protoreflect.FileDescriptor
View Source
var File_configure_resource_server_proto protoreflect.FileDescriptor
View Source
var File_configure_resource_value_proto protoreflect.FileDescriptor
View Source
var File_configure_server_proto protoreflect.FileDescriptor
View Source
var File_configure_service_proto protoreflect.FileDescriptor
View Source
var File_configure_template_proto protoreflect.FileDescriptor
View Source
var Service_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "configure.Service",
	HandlerType: (*ServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Login",
			Handler:    _Service_Login_Handler,
		},
		{
			MethodName: "RefreshToken",
			Handler:    _Service_RefreshToken_Handler,
		},
		{
			MethodName: "AllEnv",
			Handler:    _Service_AllEnv_Handler,
		},
		{
			MethodName: "AddEnv",
			Handler:    _Service_AddEnv_Handler,
		},
		{
			MethodName: "UpdateEnv",
			Handler:    _Service_UpdateEnv_Handler,
		},
		{
			MethodName: "DeleteEnv",
			Handler:    _Service_DeleteEnv_Handler,
		},
		{
			MethodName: "GetEnvToken",
			Handler:    _Service_GetEnvToken_Handler,
		},
		{
			MethodName: "ResetEnvToken",
			Handler:    _Service_ResetEnvToken_Handler,
		},
		{
			MethodName: "PageServer",
			Handler:    _Service_PageServer_Handler,
		},
		{
			MethodName: "GetServer",
			Handler:    _Service_GetServer_Handler,
		},
		{
			MethodName: "AddServer",
			Handler:    _Service_AddServer_Handler,
		},
		{
			MethodName: "UpdateServer",
			Handler:    _Service_UpdateServer_Handler,
		},
		{
			MethodName: "DeleteServer",
			Handler:    _Service_DeleteServer_Handler,
		},
		{
			MethodName: "PageResource",
			Handler:    _Service_PageResource_Handler,
		},
		{
			MethodName: "AddResource",
			Handler:    _Service_AddResource_Handler,
		},
		{
			MethodName: "UpdateResource",
			Handler:    _Service_UpdateResource_Handler,
		},
		{
			MethodName: "DeleteResource",
			Handler:    _Service_DeleteResource_Handler,
		},
		{
			MethodName: "AllResourceServer",
			Handler:    _Service_AllResourceServer_Handler,
		},
		{
			MethodName: "PageServerResource",
			Handler:    _Service_PageServerResource_Handler,
		},
		{
			MethodName: "AllResourceValue",
			Handler:    _Service_AllResourceValue_Handler,
		},
		{
			MethodName: "UpdateResourceValue",
			Handler:    _Service_UpdateResourceValue_Handler,
		},
		{
			MethodName: "PageBusiness",
			Handler:    _Service_PageBusiness_Handler,
		},
		{
			MethodName: "AddBusiness",
			Handler:    _Service_AddBusiness_Handler,
		},
		{
			MethodName: "UpdateBusiness",
			Handler:    _Service_UpdateBusiness_Handler,
		},
		{
			MethodName: "DeleteBusiness",
			Handler:    _Service_DeleteBusiness_Handler,
		},
		{
			MethodName: "AllBusinessValue",
			Handler:    _Service_AllBusinessValue_Handler,
		},
		{
			MethodName: "UpdateBusinessValue",
			Handler:    _Service_UpdateBusinessValue_Handler,
		},
		{
			MethodName: "PageTemplate",
			Handler:    _Service_PageTemplate_Handler,
		},
		{
			MethodName: "GetTemplate",
			Handler:    _Service_GetTemplate_Handler,
		},
		{
			MethodName: "CurrentTemplate",
			Handler:    _Service_CurrentTemplate_Handler,
		},
		{
			MethodName: "AddTemplate",
			Handler:    _Service_AddTemplate_Handler,
		},
		{
			MethodName: "SwitchTemplate",
			Handler:    _Service_SwitchTemplate_Handler,
		},
		{
			MethodName: "CompareTemplate",
			Handler:    _Service_CompareTemplate_Handler,
		},
		{
			MethodName: "ParseTemplatePreview",
			Handler:    _Service_ParseTemplatePreview_Handler,
		},
		{
			MethodName: "ParseTemplate",
			Handler:    _Service_ParseTemplate_Handler,
		},
		{
			MethodName: "GetConfigure",
			Handler:    _Service_GetConfigure_Handler,
		},
		{
			MethodName: "UpdateConfigure",
			Handler:    _Service_UpdateConfigure_Handler,
		},
		{
			MethodName: "CompareConfigure",
			Handler:    _Service_CompareConfigure_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "WatchConfigure",
			Handler:       _Service_WatchConfigure_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "configure_service.proto",
}

Service_ServiceDesc is the grpc.ServiceDesc for Service service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func AlreadyExistsError added in v1.0.10

func AlreadyExistsError() *errors.Error

func AlreadyExistsErrorFormat added in v1.0.10

func AlreadyExistsErrorFormat(format string, args ...any) *errors.Error

func CheckTemplateError added in v1.0.10

func CheckTemplateError() *errors.Error

func CheckTemplateErrorFormat added in v1.0.10

func CheckTemplateErrorFormat(format string, args ...any) *errors.Error

func DatabaseError added in v1.0.10

func DatabaseError() *errors.Error

func DatabaseErrorFormat added in v1.0.10

func DatabaseErrorFormat(format string, args ...any) *errors.Error

func IsAlreadyExistsError added in v1.0.10

func IsAlreadyExistsError(err error) bool

func IsCheckTemplateError added in v1.0.10

func IsCheckTemplateError(err error) bool

func IsDatabaseError added in v1.0.10

func IsDatabaseError(err error) bool

func IsNewTokenError added in v1.0.10

func IsNewTokenError(err error) bool

func IsNotRecordError added in v1.0.10

func IsNotRecordError(err error) bool

func IsParamsError added in v1.0.10

func IsParamsError(err error) bool

func IsParseTemplateError added in v1.0.10

func IsParseTemplateError(err error) bool

func IsPasswordExpireError added in v1.0.10

func IsPasswordExpireError(err error) bool

func IsPasswordFormatError added in v1.0.10

func IsPasswordFormatError(err error) bool

func IsRefreshTokenError added in v1.0.10

func IsRefreshTokenError(err error) bool

func IsResourceFormatValueError added in v1.0.10

func IsResourceFormatValueError(err error) bool

func IsResourceValueError added in v1.0.15

func IsResourceValueError(err error) bool

func IsRsaDecodeError added in v1.0.10

func IsRsaDecodeError(err error) bool

func IsServerNotFound added in v1.0.15

func IsServerNotFound(err error) bool

func IsTokenAuthError added in v1.0.15

func IsTokenAuthError(err error) bool

func IsTransformError added in v1.0.10

func IsTransformError(err error) bool

func IsUserPasswordError added in v1.0.10

func IsUserPasswordError(err error) bool

func IsVersionExistError added in v1.0.10

func IsVersionExistError(err error) bool

func IsWatchConfigureError added in v1.0.10

func IsWatchConfigureError(err error) bool

func NewTokenError added in v1.0.10

func NewTokenError() *errors.Error

func NewTokenErrorFormat added in v1.0.10

func NewTokenErrorFormat(format string, args ...any) *errors.Error

func NotRecordError added in v1.0.10

func NotRecordError() *errors.Error

func NotRecordErrorFormat added in v1.0.10

func NotRecordErrorFormat(format string, args ...any) *errors.Error

func ParamsError added in v1.0.10

func ParamsError() *errors.Error

func ParamsErrorFormat added in v1.0.10

func ParamsErrorFormat(format string, args ...any) *errors.Error

func ParseTemplateError added in v1.0.10

func ParseTemplateError() *errors.Error

func ParseTemplateErrorFormat added in v1.0.10

func ParseTemplateErrorFormat(format string, args ...any) *errors.Error

func PasswordExpireError added in v1.0.10

func PasswordExpireError() *errors.Error

func PasswordExpireErrorFormat added in v1.0.10

func PasswordExpireErrorFormat(format string, args ...any) *errors.Error

func PasswordFormatError added in v1.0.10

func PasswordFormatError() *errors.Error

func PasswordFormatErrorFormat added in v1.0.10

func PasswordFormatErrorFormat(format string, args ...any) *errors.Error

func RefreshTokenError added in v1.0.10

func RefreshTokenError() *errors.Error

func RefreshTokenErrorFormat added in v1.0.10

func RefreshTokenErrorFormat(format string, args ...any) *errors.Error

func RegisterServiceHTTPServer

func RegisterServiceHTTPServer(s *http.Server, srv ServiceHTTPServer)

func RegisterServiceServer

func RegisterServiceServer(s grpc.ServiceRegistrar, srv ServiceServer)

func ResourceFormatValueError added in v1.0.10

func ResourceFormatValueError() *errors.Error

func ResourceFormatValueErrorFormat added in v1.0.10

func ResourceFormatValueErrorFormat(format string, args ...any) *errors.Error

func ResourceValueError added in v1.0.15

func ResourceValueError() *errors.Error

func ResourceValueErrorFormat added in v1.0.15

func ResourceValueErrorFormat(format string, args ...any) *errors.Error

func RsaDecodeError added in v1.0.10

func RsaDecodeError() *errors.Error

func RsaDecodeErrorFormat added in v1.0.10

func RsaDecodeErrorFormat(format string, args ...any) *errors.Error

func ServerNotFound added in v1.0.15

func ServerNotFound() *errors.Error

func ServerNotFoundFormat added in v1.0.15

func ServerNotFoundFormat(format string, args ...any) *errors.Error

func TokenAuthError added in v1.0.15

func TokenAuthError() *errors.Error

func TokenAuthErrorFormat added in v1.0.15

func TokenAuthErrorFormat(format string, args ...any) *errors.Error

func TransformError added in v1.0.10

func TransformError() *errors.Error

func TransformErrorFormat added in v1.0.10

func TransformErrorFormat(format string, args ...any) *errors.Error

func UserPasswordError added in v1.0.10

func UserPasswordError() *errors.Error

func UserPasswordErrorFormat added in v1.0.10

func UserPasswordErrorFormat(format string, args ...any) *errors.Error

func VersionExistError added in v1.0.10

func VersionExistError() *errors.Error

func VersionExistErrorFormat added in v1.0.10

func VersionExistErrorFormat(format string, args ...any) *errors.Error

func WatchConfigureError added in v1.0.10

func WatchConfigureError() *errors.Error

func WatchConfigureErrorFormat added in v1.0.10

func WatchConfigureErrorFormat(format string, args ...any) *errors.Error

Types

type AddBusinessRequest added in v1.0.1

type AddBusinessRequest struct {
	ServerId    uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Keyword     string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Type        string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

新增业务key

func (*AddBusinessRequest) Descriptor deprecated added in v1.0.1

func (*AddBusinessRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddBusinessRequest.ProtoReflect.Descriptor instead.

func (*AddBusinessRequest) GetDescription added in v1.0.1

func (x *AddBusinessRequest) GetDescription() string

func (*AddBusinessRequest) GetKeyword added in v1.0.1

func (x *AddBusinessRequest) GetKeyword() string

func (*AddBusinessRequest) GetServerId added in v1.0.1

func (x *AddBusinessRequest) GetServerId() uint32

func (*AddBusinessRequest) GetType added in v1.0.6

func (x *AddBusinessRequest) GetType() string

func (*AddBusinessRequest) ProtoMessage added in v1.0.1

func (*AddBusinessRequest) ProtoMessage()

func (*AddBusinessRequest) ProtoReflect added in v1.0.1

func (x *AddBusinessRequest) ProtoReflect() protoreflect.Message

func (*AddBusinessRequest) Reset added in v1.0.1

func (x *AddBusinessRequest) Reset()

func (*AddBusinessRequest) String added in v1.0.1

func (x *AddBusinessRequest) String() string

func (*AddBusinessRequest) Validate added in v1.0.1

func (m *AddBusinessRequest) Validate() error

Validate checks the field values on AddBusinessRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddBusinessRequest) ValidateAll added in v1.0.1

func (m *AddBusinessRequest) ValidateAll() error

ValidateAll checks the field values on AddBusinessRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddBusinessRequestMultiError, or nil if none found.

type AddBusinessRequestMultiError added in v1.0.1

type AddBusinessRequestMultiError []error

AddBusinessRequestMultiError is an error wrapping multiple validation errors returned by AddBusinessRequest.ValidateAll() if the designated constraints aren't met.

func (AddBusinessRequestMultiError) AllErrors added in v1.0.1

func (m AddBusinessRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddBusinessRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AddBusinessRequestValidationError added in v1.0.1

type AddBusinessRequestValidationError struct {
	// contains filtered or unexported fields
}

AddBusinessRequestValidationError is the validation error returned by AddBusinessRequest.Validate if the designated constraints aren't met.

func (AddBusinessRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AddBusinessRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AddBusinessRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AddBusinessRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AddBusinessRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AddBusinessRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AddEnvRequest added in v1.0.15

type AddEnvRequest struct {
	Keyword     string `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

新增环境

func (*AddEnvRequest) Descriptor deprecated added in v1.0.15

func (*AddEnvRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddEnvRequest.ProtoReflect.Descriptor instead.

func (*AddEnvRequest) GetDescription added in v1.0.15

func (x *AddEnvRequest) GetDescription() string

func (*AddEnvRequest) GetKeyword added in v1.0.15

func (x *AddEnvRequest) GetKeyword() string

func (*AddEnvRequest) GetName added in v1.0.15

func (x *AddEnvRequest) GetName() string

func (*AddEnvRequest) ProtoMessage added in v1.0.15

func (*AddEnvRequest) ProtoMessage()

func (*AddEnvRequest) ProtoReflect added in v1.0.15

func (x *AddEnvRequest) ProtoReflect() protoreflect.Message

func (*AddEnvRequest) Reset added in v1.0.15

func (x *AddEnvRequest) Reset()

func (*AddEnvRequest) String added in v1.0.15

func (x *AddEnvRequest) String() string

func (*AddEnvRequest) Validate added in v1.0.15

func (m *AddEnvRequest) Validate() error

Validate checks the field values on AddEnvRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddEnvRequest) ValidateAll added in v1.0.15

func (m *AddEnvRequest) ValidateAll() error

ValidateAll checks the field values on AddEnvRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddEnvRequestMultiError, or nil if none found.

type AddEnvRequestMultiError added in v1.0.15

type AddEnvRequestMultiError []error

AddEnvRequestMultiError is an error wrapping multiple validation errors returned by AddEnvRequest.ValidateAll() if the designated constraints aren't met.

func (AddEnvRequestMultiError) AllErrors added in v1.0.15

func (m AddEnvRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddEnvRequestMultiError) Error added in v1.0.15

func (m AddEnvRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AddEnvRequestValidationError added in v1.0.15

type AddEnvRequestValidationError struct {
	// contains filtered or unexported fields
}

AddEnvRequestValidationError is the validation error returned by AddEnvRequest.Validate if the designated constraints aren't met.

func (AddEnvRequestValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (AddEnvRequestValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (AddEnvRequestValidationError) ErrorName added in v1.0.15

func (e AddEnvRequestValidationError) ErrorName() string

ErrorName returns error name.

func (AddEnvRequestValidationError) Field added in v1.0.15

Field function returns field value.

func (AddEnvRequestValidationError) Key added in v1.0.15

Key function returns key value.

func (AddEnvRequestValidationError) Reason added in v1.0.15

Reason function returns reason value.

type AddResourceRequest added in v1.0.1

type AddResourceRequest struct {
	Keyword     string   `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Description string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Tag         string   `protobuf:"bytes,3,opt,name=tag,proto3" json:"tag,omitempty"`
	Fields      string   `protobuf:"bytes,4,opt,name=fields,proto3" json:"fields,omitempty"`
	Private     *bool    `protobuf:"varint,5,opt,name=private,proto3,oneof" json:"private,omitempty"`
	Servers     []uint32 `protobuf:"varint,6,rep,packed,name=servers,proto3" json:"servers,omitempty"`
	// contains filtered or unexported fields
}

新增环境

func (*AddResourceRequest) Descriptor deprecated added in v1.0.1

func (*AddResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddResourceRequest.ProtoReflect.Descriptor instead.

func (*AddResourceRequest) GetDescription added in v1.0.1

func (x *AddResourceRequest) GetDescription() string

func (*AddResourceRequest) GetFields added in v1.0.1

func (x *AddResourceRequest) GetFields() string

func (*AddResourceRequest) GetKeyword added in v1.0.1

func (x *AddResourceRequest) GetKeyword() string

func (*AddResourceRequest) GetPrivate added in v1.0.6

func (x *AddResourceRequest) GetPrivate() bool

func (*AddResourceRequest) GetServers added in v1.0.6

func (x *AddResourceRequest) GetServers() []uint32

func (*AddResourceRequest) GetTag added in v1.0.1

func (x *AddResourceRequest) GetTag() string

func (*AddResourceRequest) ProtoMessage added in v1.0.1

func (*AddResourceRequest) ProtoMessage()

func (*AddResourceRequest) ProtoReflect added in v1.0.1

func (x *AddResourceRequest) ProtoReflect() protoreflect.Message

func (*AddResourceRequest) Reset added in v1.0.1

func (x *AddResourceRequest) Reset()

func (*AddResourceRequest) String added in v1.0.1

func (x *AddResourceRequest) String() string

func (*AddResourceRequest) Validate added in v1.0.1

func (m *AddResourceRequest) Validate() error

Validate checks the field values on AddResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddResourceRequest) ValidateAll added in v1.0.1

func (m *AddResourceRequest) ValidateAll() error

ValidateAll checks the field values on AddResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddResourceRequestMultiError, or nil if none found.

type AddResourceRequestMultiError added in v1.0.1

type AddResourceRequestMultiError []error

AddResourceRequestMultiError is an error wrapping multiple validation errors returned by AddResourceRequest.ValidateAll() if the designated constraints aren't met.

func (AddResourceRequestMultiError) AllErrors added in v1.0.1

func (m AddResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddResourceRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AddResourceRequestValidationError added in v1.0.1

type AddResourceRequestValidationError struct {
	// contains filtered or unexported fields
}

AddResourceRequestValidationError is the validation error returned by AddResourceRequest.Validate if the designated constraints aren't met.

func (AddResourceRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AddResourceRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AddResourceRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AddResourceRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AddResourceRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AddResourceRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AddServerRequest added in v1.0.1

type AddServerRequest struct {
	Keyword       string  `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name          string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description   string  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	IsBusiness    *bool   `protobuf:"varint,4,opt,name=is_business,json=isBusiness,proto3,oneof" json:"is_business,omitempty"`
	AllowRegistry *bool   `protobuf:"varint,6,opt,name=allow_registry,json=allowRegistry,proto3,oneof" json:"allow_registry,omitempty"`
	// contains filtered or unexported fields
}

新增环境

func (*AddServerRequest) Descriptor deprecated added in v1.0.1

func (*AddServerRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddServerRequest.ProtoReflect.Descriptor instead.

func (*AddServerRequest) GetAllowRegistry added in v1.0.15

func (x *AddServerRequest) GetAllowRegistry() bool

func (*AddServerRequest) GetDescription added in v1.0.1

func (x *AddServerRequest) GetDescription() string

func (*AddServerRequest) GetIsBusiness added in v1.0.15

func (x *AddServerRequest) GetIsBusiness() bool

func (*AddServerRequest) GetKeyword added in v1.0.1

func (x *AddServerRequest) GetKeyword() string
func (x *AddServerRequest) GetLogo() string

func (*AddServerRequest) GetName added in v1.0.1

func (x *AddServerRequest) GetName() string

func (*AddServerRequest) ProtoMessage added in v1.0.1

func (*AddServerRequest) ProtoMessage()

func (*AddServerRequest) ProtoReflect added in v1.0.1

func (x *AddServerRequest) ProtoReflect() protoreflect.Message

func (*AddServerRequest) Reset added in v1.0.1

func (x *AddServerRequest) Reset()

func (*AddServerRequest) String added in v1.0.1

func (x *AddServerRequest) String() string

func (*AddServerRequest) Validate added in v1.0.1

func (m *AddServerRequest) Validate() error

Validate checks the field values on AddServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddServerRequest) ValidateAll added in v1.0.1

func (m *AddServerRequest) ValidateAll() error

ValidateAll checks the field values on AddServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddServerRequestMultiError, or nil if none found.

type AddServerRequestMultiError added in v1.0.1

type AddServerRequestMultiError []error

AddServerRequestMultiError is an error wrapping multiple validation errors returned by AddServerRequest.ValidateAll() if the designated constraints aren't met.

func (AddServerRequestMultiError) AllErrors added in v1.0.1

func (m AddServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddServerRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AddServerRequestValidationError added in v1.0.1

type AddServerRequestValidationError struct {
	// contains filtered or unexported fields
}

AddServerRequestValidationError is the validation error returned by AddServerRequest.Validate if the designated constraints aren't met.

func (AddServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AddServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AddServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AddServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AddServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AddServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AddTemplateRequest added in v1.0.1

type AddTemplateRequest struct {
	ServerId    uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Content     string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Format      string `protobuf:"bytes,4,opt,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

新增模板

func (*AddTemplateRequest) Descriptor deprecated added in v1.0.1

func (*AddTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddTemplateRequest.ProtoReflect.Descriptor instead.

func (*AddTemplateRequest) GetContent added in v1.0.1

func (x *AddTemplateRequest) GetContent() string

func (*AddTemplateRequest) GetDescription added in v1.0.1

func (x *AddTemplateRequest) GetDescription() string

func (*AddTemplateRequest) GetFormat added in v1.0.6

func (x *AddTemplateRequest) GetFormat() string

func (*AddTemplateRequest) GetServerId added in v1.0.1

func (x *AddTemplateRequest) GetServerId() uint32

func (*AddTemplateRequest) ProtoMessage added in v1.0.1

func (*AddTemplateRequest) ProtoMessage()

func (*AddTemplateRequest) ProtoReflect added in v1.0.1

func (x *AddTemplateRequest) ProtoReflect() protoreflect.Message

func (*AddTemplateRequest) Reset added in v1.0.1

func (x *AddTemplateRequest) Reset()

func (*AddTemplateRequest) String added in v1.0.1

func (x *AddTemplateRequest) String() string

func (*AddTemplateRequest) Validate added in v1.0.1

func (m *AddTemplateRequest) Validate() error

Validate checks the field values on AddTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddTemplateRequest) ValidateAll added in v1.0.1

func (m *AddTemplateRequest) ValidateAll() error

ValidateAll checks the field values on AddTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddTemplateRequestMultiError, or nil if none found.

type AddTemplateRequestMultiError added in v1.0.1

type AddTemplateRequestMultiError []error

AddTemplateRequestMultiError is an error wrapping multiple validation errors returned by AddTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (AddTemplateRequestMultiError) AllErrors added in v1.0.1

func (m AddTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddTemplateRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AddTemplateRequestValidationError added in v1.0.1

type AddTemplateRequestValidationError struct {
	// contains filtered or unexported fields
}

AddTemplateRequestValidationError is the validation error returned by AddTemplateRequest.Validate if the designated constraints aren't met.

func (AddTemplateRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AddTemplateRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AddTemplateRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AddTemplateRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AddTemplateRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AddTemplateRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllBusinessValueReply added in v1.0.1

type AllBusinessValueReply struct {
	List []*AllBusinessValueReply_BusinessValue `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*AllBusinessValueReply) Descriptor deprecated added in v1.0.1

func (*AllBusinessValueReply) Descriptor() ([]byte, []int)

Deprecated: Use AllBusinessValueReply.ProtoReflect.Descriptor instead.

func (*AllBusinessValueReply) GetList added in v1.0.1

func (*AllBusinessValueReply) ProtoMessage added in v1.0.1

func (*AllBusinessValueReply) ProtoMessage()

func (*AllBusinessValueReply) ProtoReflect added in v1.0.1

func (x *AllBusinessValueReply) ProtoReflect() protoreflect.Message

func (*AllBusinessValueReply) Reset added in v1.0.1

func (x *AllBusinessValueReply) Reset()

func (*AllBusinessValueReply) String added in v1.0.1

func (x *AllBusinessValueReply) String() string

func (*AllBusinessValueReply) Validate added in v1.0.1

func (m *AllBusinessValueReply) Validate() error

Validate checks the field values on AllBusinessValueReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AllBusinessValueReply) ValidateAll added in v1.0.1

func (m *AllBusinessValueReply) ValidateAll() error

ValidateAll checks the field values on AllBusinessValueReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllBusinessValueReplyMultiError, or nil if none found.

type AllBusinessValueReplyMultiError added in v1.0.1

type AllBusinessValueReplyMultiError []error

AllBusinessValueReplyMultiError is an error wrapping multiple validation errors returned by AllBusinessValueReply.ValidateAll() if the designated constraints aren't met.

func (AllBusinessValueReplyMultiError) AllErrors added in v1.0.1

func (m AllBusinessValueReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllBusinessValueReplyMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AllBusinessValueReplyValidationError added in v1.0.1

type AllBusinessValueReplyValidationError struct {
	// contains filtered or unexported fields
}

AllBusinessValueReplyValidationError is the validation error returned by AllBusinessValueReply.Validate if the designated constraints aren't met.

func (AllBusinessValueReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllBusinessValueReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllBusinessValueReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllBusinessValueReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (AllBusinessValueReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (AllBusinessValueReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllBusinessValueReply_BusinessValue added in v1.0.1

type AllBusinessValueReply_BusinessValue struct {
	Id         uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EnvId      uint32 `protobuf:"varint,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
	BusinessId uint32 `protobuf:"varint,3,opt,name=business_id,json=businessId,proto3" json:"business_id,omitempty"`
	Value      string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	CreatedAt  uint32 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt  uint32 `protobuf:"varint,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AllBusinessValueReply_BusinessValue) Descriptor deprecated added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) Descriptor() ([]byte, []int)

Deprecated: Use AllBusinessValueReply_BusinessValue.ProtoReflect.Descriptor instead.

func (*AllBusinessValueReply_BusinessValue) GetBusinessId added in v1.0.1

func (x *AllBusinessValueReply_BusinessValue) GetBusinessId() uint32

func (*AllBusinessValueReply_BusinessValue) GetCreatedAt added in v1.0.6

func (x *AllBusinessValueReply_BusinessValue) GetCreatedAt() uint32

func (*AllBusinessValueReply_BusinessValue) GetEnvId added in v1.0.15

func (*AllBusinessValueReply_BusinessValue) GetId added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) GetUpdatedAt added in v1.0.6

func (x *AllBusinessValueReply_BusinessValue) GetUpdatedAt() uint32

func (*AllBusinessValueReply_BusinessValue) GetValue added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) ProtoMessage added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) ProtoMessage()

func (*AllBusinessValueReply_BusinessValue) ProtoReflect added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) Reset added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) String added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) Validate added in v1.0.1

Validate checks the field values on AllBusinessValueReply_BusinessValue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AllBusinessValueReply_BusinessValue) ValidateAll added in v1.0.1

func (m *AllBusinessValueReply_BusinessValue) ValidateAll() error

ValidateAll checks the field values on AllBusinessValueReply_BusinessValue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllBusinessValueReply_BusinessValueMultiError, or nil if none found.

type AllBusinessValueReply_BusinessValueMultiError added in v1.0.1

type AllBusinessValueReply_BusinessValueMultiError []error

AllBusinessValueReply_BusinessValueMultiError is an error wrapping multiple validation errors returned by AllBusinessValueReply_BusinessValue.ValidateAll() if the designated constraints aren't met.

func (AllBusinessValueReply_BusinessValueMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (AllBusinessValueReply_BusinessValueMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AllBusinessValueReply_BusinessValueValidationError added in v1.0.1

type AllBusinessValueReply_BusinessValueValidationError struct {
	// contains filtered or unexported fields
}

AllBusinessValueReply_BusinessValueValidationError is the validation error returned by AllBusinessValueReply_BusinessValue.Validate if the designated constraints aren't met.

func (AllBusinessValueReply_BusinessValueValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllBusinessValueReply_BusinessValueValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllBusinessValueReply_BusinessValueValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllBusinessValueReply_BusinessValueValidationError) Field added in v1.0.1

Field function returns field value.

func (AllBusinessValueReply_BusinessValueValidationError) Key added in v1.0.1

Key function returns key value.

func (AllBusinessValueReply_BusinessValueValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllBusinessValueRequest added in v1.0.1

type AllBusinessValueRequest struct {
	BusinessId uint32 `protobuf:"varint,1,opt,name=business_id,json=businessId,proto3" json:"business_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AllBusinessValueRequest) Descriptor deprecated added in v1.0.1

func (*AllBusinessValueRequest) Descriptor() ([]byte, []int)

Deprecated: Use AllBusinessValueRequest.ProtoReflect.Descriptor instead.

func (*AllBusinessValueRequest) GetBusinessId added in v1.0.1

func (x *AllBusinessValueRequest) GetBusinessId() uint32

func (*AllBusinessValueRequest) ProtoMessage added in v1.0.1

func (*AllBusinessValueRequest) ProtoMessage()

func (*AllBusinessValueRequest) ProtoReflect added in v1.0.1

func (x *AllBusinessValueRequest) ProtoReflect() protoreflect.Message

func (*AllBusinessValueRequest) Reset added in v1.0.1

func (x *AllBusinessValueRequest) Reset()

func (*AllBusinessValueRequest) String added in v1.0.1

func (x *AllBusinessValueRequest) String() string

func (*AllBusinessValueRequest) Validate added in v1.0.1

func (m *AllBusinessValueRequest) Validate() error

Validate checks the field values on AllBusinessValueRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AllBusinessValueRequest) ValidateAll added in v1.0.1

func (m *AllBusinessValueRequest) ValidateAll() error

ValidateAll checks the field values on AllBusinessValueRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllBusinessValueRequestMultiError, or nil if none found.

type AllBusinessValueRequestMultiError added in v1.0.1

type AllBusinessValueRequestMultiError []error

AllBusinessValueRequestMultiError is an error wrapping multiple validation errors returned by AllBusinessValueRequest.ValidateAll() if the designated constraints aren't met.

func (AllBusinessValueRequestMultiError) AllErrors added in v1.0.1

func (m AllBusinessValueRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllBusinessValueRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AllBusinessValueRequestValidationError added in v1.0.1

type AllBusinessValueRequestValidationError struct {
	// contains filtered or unexported fields
}

AllBusinessValueRequestValidationError is the validation error returned by AllBusinessValueRequest.Validate if the designated constraints aren't met.

func (AllBusinessValueRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllBusinessValueRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllBusinessValueRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllBusinessValueRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AllBusinessValueRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AllBusinessValueRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllEnvReply added in v1.0.15

type AllEnvReply struct {
	List []*AllEnvReply_Env `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

获取环境列表

func (*AllEnvReply) Descriptor deprecated added in v1.0.15

func (*AllEnvReply) Descriptor() ([]byte, []int)

Deprecated: Use AllEnvReply.ProtoReflect.Descriptor instead.

func (*AllEnvReply) GetList added in v1.0.15

func (x *AllEnvReply) GetList() []*AllEnvReply_Env

func (*AllEnvReply) ProtoMessage added in v1.0.15

func (*AllEnvReply) ProtoMessage()

func (*AllEnvReply) ProtoReflect added in v1.0.15

func (x *AllEnvReply) ProtoReflect() protoreflect.Message

func (*AllEnvReply) Reset added in v1.0.15

func (x *AllEnvReply) Reset()

func (*AllEnvReply) String added in v1.0.15

func (x *AllEnvReply) String() string

func (*AllEnvReply) Validate added in v1.0.15

func (m *AllEnvReply) Validate() error

Validate checks the field values on AllEnvReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AllEnvReply) ValidateAll added in v1.0.15

func (m *AllEnvReply) ValidateAll() error

ValidateAll checks the field values on AllEnvReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllEnvReplyMultiError, or nil if none found.

type AllEnvReplyMultiError added in v1.0.15

type AllEnvReplyMultiError []error

AllEnvReplyMultiError is an error wrapping multiple validation errors returned by AllEnvReply.ValidateAll() if the designated constraints aren't met.

func (AllEnvReplyMultiError) AllErrors added in v1.0.15

func (m AllEnvReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllEnvReplyMultiError) Error added in v1.0.15

func (m AllEnvReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AllEnvReplyValidationError added in v1.0.15

type AllEnvReplyValidationError struct {
	// contains filtered or unexported fields
}

AllEnvReplyValidationError is the validation error returned by AllEnvReply.Validate if the designated constraints aren't met.

func (AllEnvReplyValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (AllEnvReplyValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (AllEnvReplyValidationError) ErrorName added in v1.0.15

func (e AllEnvReplyValidationError) ErrorName() string

ErrorName returns error name.

func (AllEnvReplyValidationError) Field added in v1.0.15

Field function returns field value.

func (AllEnvReplyValidationError) Key added in v1.0.15

Key function returns key value.

func (AllEnvReplyValidationError) Reason added in v1.0.15

Reason function returns reason value.

type AllEnvReply_Env added in v1.0.15

type AllEnvReply_Env struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Keyword     string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Status      bool   `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
	CreatedAt   uint32 `protobuf:"varint,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   uint32 `protobuf:"varint,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AllEnvReply_Env) Descriptor deprecated added in v1.0.15

func (*AllEnvReply_Env) Descriptor() ([]byte, []int)

Deprecated: Use AllEnvReply_Env.ProtoReflect.Descriptor instead.

func (*AllEnvReply_Env) GetCreatedAt added in v1.0.15

func (x *AllEnvReply_Env) GetCreatedAt() uint32

func (*AllEnvReply_Env) GetDescription added in v1.0.15

func (x *AllEnvReply_Env) GetDescription() string

func (*AllEnvReply_Env) GetId added in v1.0.15

func (x *AllEnvReply_Env) GetId() uint32

func (*AllEnvReply_Env) GetKeyword added in v1.0.15

func (x *AllEnvReply_Env) GetKeyword() string

func (*AllEnvReply_Env) GetName added in v1.0.15

func (x *AllEnvReply_Env) GetName() string

func (*AllEnvReply_Env) GetStatus added in v1.0.15

func (x *AllEnvReply_Env) GetStatus() bool

func (*AllEnvReply_Env) GetUpdatedAt added in v1.0.15

func (x *AllEnvReply_Env) GetUpdatedAt() uint32

func (*AllEnvReply_Env) ProtoMessage added in v1.0.15

func (*AllEnvReply_Env) ProtoMessage()

func (*AllEnvReply_Env) ProtoReflect added in v1.0.15

func (x *AllEnvReply_Env) ProtoReflect() protoreflect.Message

func (*AllEnvReply_Env) Reset added in v1.0.15

func (x *AllEnvReply_Env) Reset()

func (*AllEnvReply_Env) String added in v1.0.15

func (x *AllEnvReply_Env) String() string

func (*AllEnvReply_Env) Validate added in v1.0.15

func (m *AllEnvReply_Env) Validate() error

Validate checks the field values on AllEnvReply_Env with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AllEnvReply_Env) ValidateAll added in v1.0.15

func (m *AllEnvReply_Env) ValidateAll() error

ValidateAll checks the field values on AllEnvReply_Env with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllEnvReply_EnvMultiError, or nil if none found.

type AllEnvReply_EnvMultiError added in v1.0.15

type AllEnvReply_EnvMultiError []error

AllEnvReply_EnvMultiError is an error wrapping multiple validation errors returned by AllEnvReply_Env.ValidateAll() if the designated constraints aren't met.

func (AllEnvReply_EnvMultiError) AllErrors added in v1.0.15

func (m AllEnvReply_EnvMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllEnvReply_EnvMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type AllEnvReply_EnvValidationError added in v1.0.15

type AllEnvReply_EnvValidationError struct {
	// contains filtered or unexported fields
}

AllEnvReply_EnvValidationError is the validation error returned by AllEnvReply_Env.Validate if the designated constraints aren't met.

func (AllEnvReply_EnvValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (AllEnvReply_EnvValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (AllEnvReply_EnvValidationError) ErrorName added in v1.0.15

func (e AllEnvReply_EnvValidationError) ErrorName() string

ErrorName returns error name.

func (AllEnvReply_EnvValidationError) Field added in v1.0.15

Field function returns field value.

func (AllEnvReply_EnvValidationError) Key added in v1.0.15

Key function returns key value.

func (AllEnvReply_EnvValidationError) Reason added in v1.0.15

Reason function returns reason value.

type AllResourceServerReply added in v1.0.1

type AllResourceServerReply struct {
	List []*Server `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*AllResourceServerReply) Descriptor deprecated added in v1.0.1

func (*AllResourceServerReply) Descriptor() ([]byte, []int)

Deprecated: Use AllResourceServerReply.ProtoReflect.Descriptor instead.

func (*AllResourceServerReply) GetList added in v1.0.1

func (x *AllResourceServerReply) GetList() []*Server

func (*AllResourceServerReply) ProtoMessage added in v1.0.1

func (*AllResourceServerReply) ProtoMessage()

func (*AllResourceServerReply) ProtoReflect added in v1.0.1

func (x *AllResourceServerReply) ProtoReflect() protoreflect.Message

func (*AllResourceServerReply) Reset added in v1.0.1

func (x *AllResourceServerReply) Reset()

func (*AllResourceServerReply) String added in v1.0.1

func (x *AllResourceServerReply) String() string

func (*AllResourceServerReply) Validate added in v1.0.1

func (m *AllResourceServerReply) Validate() error

Validate checks the field values on AllResourceServerReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AllResourceServerReply) ValidateAll added in v1.0.1

func (m *AllResourceServerReply) ValidateAll() error

ValidateAll checks the field values on AllResourceServerReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllResourceServerReplyMultiError, or nil if none found.

type AllResourceServerReplyMultiError added in v1.0.1

type AllResourceServerReplyMultiError []error

AllResourceServerReplyMultiError is an error wrapping multiple validation errors returned by AllResourceServerReply.ValidateAll() if the designated constraints aren't met.

func (AllResourceServerReplyMultiError) AllErrors added in v1.0.1

func (m AllResourceServerReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllResourceServerReplyMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AllResourceServerReplyValidationError added in v1.0.1

type AllResourceServerReplyValidationError struct {
	// contains filtered or unexported fields
}

AllResourceServerReplyValidationError is the validation error returned by AllResourceServerReply.Validate if the designated constraints aren't met.

func (AllResourceServerReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllResourceServerReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllResourceServerReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllResourceServerReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (AllResourceServerReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (AllResourceServerReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllResourceServerRequest added in v1.0.1

type AllResourceServerRequest struct {
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AllResourceServerRequest) Descriptor deprecated added in v1.0.1

func (*AllResourceServerRequest) Descriptor() ([]byte, []int)

Deprecated: Use AllResourceServerRequest.ProtoReflect.Descriptor instead.

func (*AllResourceServerRequest) GetResourceId added in v1.0.1

func (x *AllResourceServerRequest) GetResourceId() uint32

func (*AllResourceServerRequest) ProtoMessage added in v1.0.1

func (*AllResourceServerRequest) ProtoMessage()

func (*AllResourceServerRequest) ProtoReflect added in v1.0.1

func (x *AllResourceServerRequest) ProtoReflect() protoreflect.Message

func (*AllResourceServerRequest) Reset added in v1.0.1

func (x *AllResourceServerRequest) Reset()

func (*AllResourceServerRequest) String added in v1.0.1

func (x *AllResourceServerRequest) String() string

func (*AllResourceServerRequest) Validate added in v1.0.1

func (m *AllResourceServerRequest) Validate() error

Validate checks the field values on AllResourceServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AllResourceServerRequest) ValidateAll added in v1.0.1

func (m *AllResourceServerRequest) ValidateAll() error

ValidateAll checks the field values on AllResourceServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllResourceServerRequestMultiError, or nil if none found.

type AllResourceServerRequestMultiError added in v1.0.1

type AllResourceServerRequestMultiError []error

AllResourceServerRequestMultiError is an error wrapping multiple validation errors returned by AllResourceServerRequest.ValidateAll() if the designated constraints aren't met.

func (AllResourceServerRequestMultiError) AllErrors added in v1.0.1

func (m AllResourceServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllResourceServerRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AllResourceServerRequestValidationError added in v1.0.1

type AllResourceServerRequestValidationError struct {
	// contains filtered or unexported fields
}

AllResourceServerRequestValidationError is the validation error returned by AllResourceServerRequest.Validate if the designated constraints aren't met.

func (AllResourceServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllResourceServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllResourceServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllResourceServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AllResourceServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AllResourceServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllResourceValueReply added in v1.0.1

type AllResourceValueReply struct {
	List []*AllResourceValueReply_ResourceValue `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*AllResourceValueReply) Descriptor deprecated added in v1.0.1

func (*AllResourceValueReply) Descriptor() ([]byte, []int)

Deprecated: Use AllResourceValueReply.ProtoReflect.Descriptor instead.

func (*AllResourceValueReply) GetList added in v1.0.1

func (*AllResourceValueReply) ProtoMessage added in v1.0.1

func (*AllResourceValueReply) ProtoMessage()

func (*AllResourceValueReply) ProtoReflect added in v1.0.1

func (x *AllResourceValueReply) ProtoReflect() protoreflect.Message

func (*AllResourceValueReply) Reset added in v1.0.1

func (x *AllResourceValueReply) Reset()

func (*AllResourceValueReply) String added in v1.0.1

func (x *AllResourceValueReply) String() string

func (*AllResourceValueReply) Validate added in v1.0.1

func (m *AllResourceValueReply) Validate() error

Validate checks the field values on AllResourceValueReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AllResourceValueReply) ValidateAll added in v1.0.1

func (m *AllResourceValueReply) ValidateAll() error

ValidateAll checks the field values on AllResourceValueReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllResourceValueReplyMultiError, or nil if none found.

type AllResourceValueReplyMultiError added in v1.0.1

type AllResourceValueReplyMultiError []error

AllResourceValueReplyMultiError is an error wrapping multiple validation errors returned by AllResourceValueReply.ValidateAll() if the designated constraints aren't met.

func (AllResourceValueReplyMultiError) AllErrors added in v1.0.1

func (m AllResourceValueReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllResourceValueReplyMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AllResourceValueReplyValidationError added in v1.0.1

type AllResourceValueReplyValidationError struct {
	// contains filtered or unexported fields
}

AllResourceValueReplyValidationError is the validation error returned by AllResourceValueReply.Validate if the designated constraints aren't met.

func (AllResourceValueReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllResourceValueReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllResourceValueReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllResourceValueReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (AllResourceValueReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (AllResourceValueReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllResourceValueReply_ResourceValue added in v1.0.1

type AllResourceValueReply_ResourceValue struct {
	Id         uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EnvId      uint32 `protobuf:"varint,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
	ResourceId uint32 `protobuf:"varint,3,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	Value      string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	CreatedAt  uint32 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AllResourceValueReply_ResourceValue) Descriptor deprecated added in v1.0.1

func (*AllResourceValueReply_ResourceValue) Descriptor() ([]byte, []int)

Deprecated: Use AllResourceValueReply_ResourceValue.ProtoReflect.Descriptor instead.

func (*AllResourceValueReply_ResourceValue) GetCreatedAt added in v1.0.6

func (x *AllResourceValueReply_ResourceValue) GetCreatedAt() uint32

func (*AllResourceValueReply_ResourceValue) GetEnvId added in v1.0.15

func (*AllResourceValueReply_ResourceValue) GetId added in v1.0.1

func (*AllResourceValueReply_ResourceValue) GetResourceId added in v1.0.1

func (x *AllResourceValueReply_ResourceValue) GetResourceId() uint32

func (*AllResourceValueReply_ResourceValue) GetValue added in v1.0.15

func (*AllResourceValueReply_ResourceValue) ProtoMessage added in v1.0.1

func (*AllResourceValueReply_ResourceValue) ProtoMessage()

func (*AllResourceValueReply_ResourceValue) ProtoReflect added in v1.0.1

func (*AllResourceValueReply_ResourceValue) Reset added in v1.0.1

func (*AllResourceValueReply_ResourceValue) String added in v1.0.1

func (*AllResourceValueReply_ResourceValue) Validate added in v1.0.1

Validate checks the field values on AllResourceValueReply_ResourceValue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AllResourceValueReply_ResourceValue) ValidateAll added in v1.0.1

func (m *AllResourceValueReply_ResourceValue) ValidateAll() error

ValidateAll checks the field values on AllResourceValueReply_ResourceValue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllResourceValueReply_ResourceValueMultiError, or nil if none found.

type AllResourceValueReply_ResourceValueMultiError added in v1.0.1

type AllResourceValueReply_ResourceValueMultiError []error

AllResourceValueReply_ResourceValueMultiError is an error wrapping multiple validation errors returned by AllResourceValueReply_ResourceValue.ValidateAll() if the designated constraints aren't met.

func (AllResourceValueReply_ResourceValueMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (AllResourceValueReply_ResourceValueMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AllResourceValueReply_ResourceValueValidationError added in v1.0.1

type AllResourceValueReply_ResourceValueValidationError struct {
	// contains filtered or unexported fields
}

AllResourceValueReply_ResourceValueValidationError is the validation error returned by AllResourceValueReply_ResourceValue.Validate if the designated constraints aren't met.

func (AllResourceValueReply_ResourceValueValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllResourceValueReply_ResourceValueValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllResourceValueReply_ResourceValueValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllResourceValueReply_ResourceValueValidationError) Field added in v1.0.1

Field function returns field value.

func (AllResourceValueReply_ResourceValueValidationError) Key added in v1.0.1

Key function returns key value.

func (AllResourceValueReply_ResourceValueValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllResourceValueRequest added in v1.0.1

type AllResourceValueRequest struct {
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AllResourceValueRequest) Descriptor deprecated added in v1.0.1

func (*AllResourceValueRequest) Descriptor() ([]byte, []int)

Deprecated: Use AllResourceValueRequest.ProtoReflect.Descriptor instead.

func (*AllResourceValueRequest) GetResourceId added in v1.0.1

func (x *AllResourceValueRequest) GetResourceId() uint32

func (*AllResourceValueRequest) ProtoMessage added in v1.0.1

func (*AllResourceValueRequest) ProtoMessage()

func (*AllResourceValueRequest) ProtoReflect added in v1.0.1

func (x *AllResourceValueRequest) ProtoReflect() protoreflect.Message

func (*AllResourceValueRequest) Reset added in v1.0.1

func (x *AllResourceValueRequest) Reset()

func (*AllResourceValueRequest) String added in v1.0.1

func (x *AllResourceValueRequest) String() string

func (*AllResourceValueRequest) Validate added in v1.0.1

func (m *AllResourceValueRequest) Validate() error

Validate checks the field values on AllResourceValueRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AllResourceValueRequest) ValidateAll added in v1.0.1

func (m *AllResourceValueRequest) ValidateAll() error

ValidateAll checks the field values on AllResourceValueRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AllResourceValueRequestMultiError, or nil if none found.

type AllResourceValueRequestMultiError added in v1.0.1

type AllResourceValueRequestMultiError []error

AllResourceValueRequestMultiError is an error wrapping multiple validation errors returned by AllResourceValueRequest.ValidateAll() if the designated constraints aren't met.

func (AllResourceValueRequestMultiError) AllErrors added in v1.0.1

func (m AllResourceValueRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllResourceValueRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type AllResourceValueRequestValidationError added in v1.0.1

type AllResourceValueRequestValidationError struct {
	// contains filtered or unexported fields
}

AllResourceValueRequestValidationError is the validation error returned by AllResourceValueRequest.Validate if the designated constraints aren't met.

func (AllResourceValueRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllResourceValueRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllResourceValueRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllResourceValueRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AllResourceValueRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AllResourceValueRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type Business added in v1.0.1

type Business struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ServerId    uint32 `protobuf:"varint,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Type        string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Keyword     string `protobuf:"bytes,4,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	CreatedAt   uint32 `protobuf:"varint,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   uint32 `protobuf:"varint,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Business) Descriptor deprecated added in v1.0.1

func (*Business) Descriptor() ([]byte, []int)

Deprecated: Use Business.ProtoReflect.Descriptor instead.

func (*Business) GetCreatedAt added in v1.0.6

func (x *Business) GetCreatedAt() uint32

func (*Business) GetDescription added in v1.0.1

func (x *Business) GetDescription() string

func (*Business) GetId added in v1.0.1

func (x *Business) GetId() uint32

func (*Business) GetKeyword added in v1.0.1

func (x *Business) GetKeyword() string

func (*Business) GetServerId added in v1.0.1

func (x *Business) GetServerId() uint32

func (*Business) GetType added in v1.0.6

func (x *Business) GetType() string

func (*Business) GetUpdatedAt added in v1.0.6

func (x *Business) GetUpdatedAt() uint32

func (*Business) ProtoMessage added in v1.0.1

func (*Business) ProtoMessage()

func (*Business) ProtoReflect added in v1.0.1

func (x *Business) ProtoReflect() protoreflect.Message

func (*Business) Reset added in v1.0.1

func (x *Business) Reset()

func (*Business) String added in v1.0.1

func (x *Business) String() string

func (*Business) Validate added in v1.0.1

func (m *Business) Validate() error

Validate checks the field values on Business with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Business) ValidateAll added in v1.0.1

func (m *Business) ValidateAll() error

ValidateAll checks the field values on Business with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BusinessMultiError, or nil if none found.

type BusinessMultiError added in v1.0.1

type BusinessMultiError []error

BusinessMultiError is an error wrapping multiple validation errors returned by Business.ValidateAll() if the designated constraints aren't met.

func (BusinessMultiError) AllErrors added in v1.0.1

func (m BusinessMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BusinessMultiError) Error added in v1.0.1

func (m BusinessMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BusinessValidationError added in v1.0.1

type BusinessValidationError struct {
	// contains filtered or unexported fields
}

BusinessValidationError is the validation error returned by Business.Validate if the designated constraints aren't met.

func (BusinessValidationError) Cause added in v1.0.1

func (e BusinessValidationError) Cause() error

Cause function returns cause value.

func (BusinessValidationError) Error added in v1.0.1

func (e BusinessValidationError) Error() string

Error satisfies the builtin error interface

func (BusinessValidationError) ErrorName added in v1.0.1

func (e BusinessValidationError) ErrorName() string

ErrorName returns error name.

func (BusinessValidationError) Field added in v1.0.1

func (e BusinessValidationError) Field() string

Field function returns field value.

func (BusinessValidationError) Key added in v1.0.1

func (e BusinessValidationError) Key() bool

Key function returns key value.

func (BusinessValidationError) Reason added in v1.0.1

func (e BusinessValidationError) Reason() string

Reason function returns reason value.

type CompareConfigureInfo added in v1.0.15

type CompareConfigureInfo struct {
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Key  string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Old  string `protobuf:"bytes,3,opt,name=old,proto3" json:"old,omitempty"`
	Cur  string `protobuf:"bytes,4,opt,name=cur,proto3" json:"cur,omitempty"`
	// contains filtered or unexported fields
}

对比配置详情

func (*CompareConfigureInfo) Descriptor deprecated added in v1.0.15

func (*CompareConfigureInfo) Descriptor() ([]byte, []int)

Deprecated: Use CompareConfigureInfo.ProtoReflect.Descriptor instead.

func (*CompareConfigureInfo) GetCur added in v1.0.15

func (x *CompareConfigureInfo) GetCur() string

func (*CompareConfigureInfo) GetKey added in v1.0.15

func (x *CompareConfigureInfo) GetKey() string

func (*CompareConfigureInfo) GetOld added in v1.0.15

func (x *CompareConfigureInfo) GetOld() string

func (*CompareConfigureInfo) GetType added in v1.0.15

func (x *CompareConfigureInfo) GetType() string

func (*CompareConfigureInfo) ProtoMessage added in v1.0.15

func (*CompareConfigureInfo) ProtoMessage()

func (*CompareConfigureInfo) ProtoReflect added in v1.0.15

func (x *CompareConfigureInfo) ProtoReflect() protoreflect.Message

func (*CompareConfigureInfo) Reset added in v1.0.15

func (x *CompareConfigureInfo) Reset()

func (*CompareConfigureInfo) String added in v1.0.15

func (x *CompareConfigureInfo) String() string

func (*CompareConfigureInfo) Validate added in v1.0.15

func (m *CompareConfigureInfo) Validate() error

Validate checks the field values on CompareConfigureInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CompareConfigureInfo) ValidateAll added in v1.0.15

func (m *CompareConfigureInfo) ValidateAll() error

ValidateAll checks the field values on CompareConfigureInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CompareConfigureInfoMultiError, or nil if none found.

type CompareConfigureInfoMultiError added in v1.0.15

type CompareConfigureInfoMultiError []error

CompareConfigureInfoMultiError is an error wrapping multiple validation errors returned by CompareConfigureInfo.ValidateAll() if the designated constraints aren't met.

func (CompareConfigureInfoMultiError) AllErrors added in v1.0.15

func (m CompareConfigureInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompareConfigureInfoMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type CompareConfigureInfoValidationError added in v1.0.15

type CompareConfigureInfoValidationError struct {
	// contains filtered or unexported fields
}

CompareConfigureInfoValidationError is the validation error returned by CompareConfigureInfo.Validate if the designated constraints aren't met.

func (CompareConfigureInfoValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (CompareConfigureInfoValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (CompareConfigureInfoValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (CompareConfigureInfoValidationError) Field added in v1.0.15

Field function returns field value.

func (CompareConfigureInfoValidationError) Key added in v1.0.15

Key function returns key value.

func (CompareConfigureInfoValidationError) Reason added in v1.0.15

Reason function returns reason value.

type CompareConfigureReply added in v1.0.15

type CompareConfigureReply struct {
	List []*CompareConfigureInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*CompareConfigureReply) Descriptor deprecated added in v1.0.15

func (*CompareConfigureReply) Descriptor() ([]byte, []int)

Deprecated: Use CompareConfigureReply.ProtoReflect.Descriptor instead.

func (*CompareConfigureReply) GetList added in v1.0.15

func (*CompareConfigureReply) ProtoMessage added in v1.0.15

func (*CompareConfigureReply) ProtoMessage()

func (*CompareConfigureReply) ProtoReflect added in v1.0.15

func (x *CompareConfigureReply) ProtoReflect() protoreflect.Message

func (*CompareConfigureReply) Reset added in v1.0.15

func (x *CompareConfigureReply) Reset()

func (*CompareConfigureReply) String added in v1.0.15

func (x *CompareConfigureReply) String() string

func (*CompareConfigureReply) Validate added in v1.0.15

func (m *CompareConfigureReply) Validate() error

Validate checks the field values on CompareConfigureReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CompareConfigureReply) ValidateAll added in v1.0.15

func (m *CompareConfigureReply) ValidateAll() error

ValidateAll checks the field values on CompareConfigureReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CompareConfigureReplyMultiError, or nil if none found.

type CompareConfigureReplyMultiError added in v1.0.15

type CompareConfigureReplyMultiError []error

CompareConfigureReplyMultiError is an error wrapping multiple validation errors returned by CompareConfigureReply.ValidateAll() if the designated constraints aren't met.

func (CompareConfigureReplyMultiError) AllErrors added in v1.0.15

func (m CompareConfigureReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompareConfigureReplyMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type CompareConfigureReplyValidationError added in v1.0.15

type CompareConfigureReplyValidationError struct {
	// contains filtered or unexported fields
}

CompareConfigureReplyValidationError is the validation error returned by CompareConfigureReply.Validate if the designated constraints aren't met.

func (CompareConfigureReplyValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (CompareConfigureReplyValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (CompareConfigureReplyValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (CompareConfigureReplyValidationError) Field added in v1.0.15

Field function returns field value.

func (CompareConfigureReplyValidationError) Key added in v1.0.15

Key function returns key value.

func (CompareConfigureReplyValidationError) Reason added in v1.0.15

Reason function returns reason value.

type CompareConfigureRequest added in v1.0.15

type CompareConfigureRequest struct {
	ServerId uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	EnvId    uint32 `protobuf:"varint,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
	// contains filtered or unexported fields
}

对比配置

func (*CompareConfigureRequest) Descriptor deprecated added in v1.0.15

func (*CompareConfigureRequest) Descriptor() ([]byte, []int)

Deprecated: Use CompareConfigureRequest.ProtoReflect.Descriptor instead.

func (*CompareConfigureRequest) GetEnvId added in v1.0.15

func (x *CompareConfigureRequest) GetEnvId() uint32

func (*CompareConfigureRequest) GetServerId added in v1.0.15

func (x *CompareConfigureRequest) GetServerId() uint32

func (*CompareConfigureRequest) ProtoMessage added in v1.0.15

func (*CompareConfigureRequest) ProtoMessage()

func (*CompareConfigureRequest) ProtoReflect added in v1.0.15

func (x *CompareConfigureRequest) ProtoReflect() protoreflect.Message

func (*CompareConfigureRequest) Reset added in v1.0.15

func (x *CompareConfigureRequest) Reset()

func (*CompareConfigureRequest) String added in v1.0.15

func (x *CompareConfigureRequest) String() string

func (*CompareConfigureRequest) Validate added in v1.0.15

func (m *CompareConfigureRequest) Validate() error

Validate checks the field values on CompareConfigureRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CompareConfigureRequest) ValidateAll added in v1.0.15

func (m *CompareConfigureRequest) ValidateAll() error

ValidateAll checks the field values on CompareConfigureRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CompareConfigureRequestMultiError, or nil if none found.

type CompareConfigureRequestMultiError added in v1.0.15

type CompareConfigureRequestMultiError []error

CompareConfigureRequestMultiError is an error wrapping multiple validation errors returned by CompareConfigureRequest.ValidateAll() if the designated constraints aren't met.

func (CompareConfigureRequestMultiError) AllErrors added in v1.0.15

func (m CompareConfigureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompareConfigureRequestMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type CompareConfigureRequestValidationError added in v1.0.15

type CompareConfigureRequestValidationError struct {
	// contains filtered or unexported fields
}

CompareConfigureRequestValidationError is the validation error returned by CompareConfigureRequest.Validate if the designated constraints aren't met.

func (CompareConfigureRequestValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (CompareConfigureRequestValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (CompareConfigureRequestValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (CompareConfigureRequestValidationError) Field added in v1.0.15

Field function returns field value.

func (CompareConfigureRequestValidationError) Key added in v1.0.15

Key function returns key value.

func (CompareConfigureRequestValidationError) Reason added in v1.0.15

Reason function returns reason value.

type CompareTemplateInfo added in v1.0.15

type CompareTemplateInfo struct {
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Key  string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Old  string `protobuf:"bytes,3,opt,name=old,proto3" json:"old,omitempty"`
	Cur  string `protobuf:"bytes,4,opt,name=cur,proto3" json:"cur,omitempty"`
	// contains filtered or unexported fields
}

func (*CompareTemplateInfo) Descriptor deprecated added in v1.0.15

func (*CompareTemplateInfo) Descriptor() ([]byte, []int)

Deprecated: Use CompareTemplateInfo.ProtoReflect.Descriptor instead.

func (*CompareTemplateInfo) GetCur added in v1.0.15

func (x *CompareTemplateInfo) GetCur() string

func (*CompareTemplateInfo) GetKey added in v1.0.15

func (x *CompareTemplateInfo) GetKey() string

func (*CompareTemplateInfo) GetOld added in v1.0.15

func (x *CompareTemplateInfo) GetOld() string

func (*CompareTemplateInfo) GetType added in v1.0.15

func (x *CompareTemplateInfo) GetType() string

func (*CompareTemplateInfo) ProtoMessage added in v1.0.15

func (*CompareTemplateInfo) ProtoMessage()

func (*CompareTemplateInfo) ProtoReflect added in v1.0.15

func (x *CompareTemplateInfo) ProtoReflect() protoreflect.Message

func (*CompareTemplateInfo) Reset added in v1.0.15

func (x *CompareTemplateInfo) Reset()

func (*CompareTemplateInfo) String added in v1.0.15

func (x *CompareTemplateInfo) String() string

func (*CompareTemplateInfo) Validate added in v1.0.15

func (m *CompareTemplateInfo) Validate() error

Validate checks the field values on CompareTemplateInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CompareTemplateInfo) ValidateAll added in v1.0.15

func (m *CompareTemplateInfo) ValidateAll() error

ValidateAll checks the field values on CompareTemplateInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CompareTemplateInfoMultiError, or nil if none found.

type CompareTemplateInfoMultiError added in v1.0.15

type CompareTemplateInfoMultiError []error

CompareTemplateInfoMultiError is an error wrapping multiple validation errors returned by CompareTemplateInfo.ValidateAll() if the designated constraints aren't met.

func (CompareTemplateInfoMultiError) AllErrors added in v1.0.15

func (m CompareTemplateInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompareTemplateInfoMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type CompareTemplateInfoValidationError added in v1.0.15

type CompareTemplateInfoValidationError struct {
	// contains filtered or unexported fields
}

CompareTemplateInfoValidationError is the validation error returned by CompareTemplateInfo.Validate if the designated constraints aren't met.

func (CompareTemplateInfoValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (CompareTemplateInfoValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (CompareTemplateInfoValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (CompareTemplateInfoValidationError) Field added in v1.0.15

Field function returns field value.

func (CompareTemplateInfoValidationError) Key added in v1.0.15

Key function returns key value.

func (CompareTemplateInfoValidationError) Reason added in v1.0.15

Reason function returns reason value.

type CompareTemplateReply added in v1.0.15

type CompareTemplateReply struct {
	List []*CompareTemplateInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*CompareTemplateReply) Descriptor deprecated added in v1.0.15

func (*CompareTemplateReply) Descriptor() ([]byte, []int)

Deprecated: Use CompareTemplateReply.ProtoReflect.Descriptor instead.

func (*CompareTemplateReply) GetList added in v1.0.15

func (x *CompareTemplateReply) GetList() []*CompareTemplateInfo

func (*CompareTemplateReply) ProtoMessage added in v1.0.15

func (*CompareTemplateReply) ProtoMessage()

func (*CompareTemplateReply) ProtoReflect added in v1.0.15

func (x *CompareTemplateReply) ProtoReflect() protoreflect.Message

func (*CompareTemplateReply) Reset added in v1.0.15

func (x *CompareTemplateReply) Reset()

func (*CompareTemplateReply) String added in v1.0.15

func (x *CompareTemplateReply) String() string

func (*CompareTemplateReply) Validate added in v1.0.15

func (m *CompareTemplateReply) Validate() error

Validate checks the field values on CompareTemplateReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CompareTemplateReply) ValidateAll added in v1.0.15

func (m *CompareTemplateReply) ValidateAll() error

ValidateAll checks the field values on CompareTemplateReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CompareTemplateReplyMultiError, or nil if none found.

type CompareTemplateReplyMultiError added in v1.0.15

type CompareTemplateReplyMultiError []error

CompareTemplateReplyMultiError is an error wrapping multiple validation errors returned by CompareTemplateReply.ValidateAll() if the designated constraints aren't met.

func (CompareTemplateReplyMultiError) AllErrors added in v1.0.15

func (m CompareTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompareTemplateReplyMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type CompareTemplateReplyValidationError added in v1.0.15

type CompareTemplateReplyValidationError struct {
	// contains filtered or unexported fields
}

CompareTemplateReplyValidationError is the validation error returned by CompareTemplateReply.Validate if the designated constraints aren't met.

func (CompareTemplateReplyValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (CompareTemplateReplyValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (CompareTemplateReplyValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (CompareTemplateReplyValidationError) Field added in v1.0.15

Field function returns field value.

func (CompareTemplateReplyValidationError) Key added in v1.0.15

Key function returns key value.

func (CompareTemplateReplyValidationError) Reason added in v1.0.15

Reason function returns reason value.

type CompareTemplateRequest added in v1.0.15

type CompareTemplateRequest struct {
	Id      uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Format  string `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"`
	Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*CompareTemplateRequest) Descriptor deprecated added in v1.0.15

func (*CompareTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CompareTemplateRequest.ProtoReflect.Descriptor instead.

func (*CompareTemplateRequest) GetContent added in v1.0.15

func (x *CompareTemplateRequest) GetContent() string

func (*CompareTemplateRequest) GetFormat added in v1.0.15

func (x *CompareTemplateRequest) GetFormat() string

func (*CompareTemplateRequest) GetId added in v1.0.15

func (x *CompareTemplateRequest) GetId() uint32

func (*CompareTemplateRequest) ProtoMessage added in v1.0.15

func (*CompareTemplateRequest) ProtoMessage()

func (*CompareTemplateRequest) ProtoReflect added in v1.0.15

func (x *CompareTemplateRequest) ProtoReflect() protoreflect.Message

func (*CompareTemplateRequest) Reset added in v1.0.15

func (x *CompareTemplateRequest) Reset()

func (*CompareTemplateRequest) String added in v1.0.15

func (x *CompareTemplateRequest) String() string

func (*CompareTemplateRequest) Validate added in v1.0.15

func (m *CompareTemplateRequest) Validate() error

Validate checks the field values on CompareTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CompareTemplateRequest) ValidateAll added in v1.0.15

func (m *CompareTemplateRequest) ValidateAll() error

ValidateAll checks the field values on CompareTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CompareTemplateRequestMultiError, or nil if none found.

type CompareTemplateRequestMultiError added in v1.0.15

type CompareTemplateRequestMultiError []error

CompareTemplateRequestMultiError is an error wrapping multiple validation errors returned by CompareTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (CompareTemplateRequestMultiError) AllErrors added in v1.0.15

func (m CompareTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompareTemplateRequestMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type CompareTemplateRequestValidationError added in v1.0.15

type CompareTemplateRequestValidationError struct {
	// contains filtered or unexported fields
}

CompareTemplateRequestValidationError is the validation error returned by CompareTemplateRequest.Validate if the designated constraints aren't met.

func (CompareTemplateRequestValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (CompareTemplateRequestValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (CompareTemplateRequestValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (CompareTemplateRequestValidationError) Field added in v1.0.15

Field function returns field value.

func (CompareTemplateRequestValidationError) Key added in v1.0.15

Key function returns key value.

func (CompareTemplateRequestValidationError) Reason added in v1.0.15

Reason function returns reason value.

type CurrentTemplateReply added in v1.0.1

type CurrentTemplateReply struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ServerId    uint32 `protobuf:"varint,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Version     string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	Format      string `protobuf:"bytes,5,opt,name=format,proto3" json:"format,omitempty"`
	IsUse       bool   `protobuf:"varint,6,opt,name=is_use,json=isUse,proto3" json:"is_use,omitempty"`
	Compare     string `protobuf:"bytes,7,opt,name=compare,proto3" json:"compare,omitempty"`
	Content     string `protobuf:"bytes,8,opt,name=content,proto3" json:"content,omitempty"`
	CreatedAt   uint32 `protobuf:"varint,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*CurrentTemplateReply) Descriptor deprecated added in v1.0.1

func (*CurrentTemplateReply) Descriptor() ([]byte, []int)

Deprecated: Use CurrentTemplateReply.ProtoReflect.Descriptor instead.

func (*CurrentTemplateReply) GetCompare added in v1.0.15

func (x *CurrentTemplateReply) GetCompare() string

func (*CurrentTemplateReply) GetContent added in v1.0.1

func (x *CurrentTemplateReply) GetContent() string

func (*CurrentTemplateReply) GetCreatedAt added in v1.0.15

func (x *CurrentTemplateReply) GetCreatedAt() uint32

func (*CurrentTemplateReply) GetDescription added in v1.0.1

func (x *CurrentTemplateReply) GetDescription() string

func (*CurrentTemplateReply) GetFormat added in v1.0.15

func (x *CurrentTemplateReply) GetFormat() string

func (*CurrentTemplateReply) GetId added in v1.0.1

func (x *CurrentTemplateReply) GetId() uint32

func (*CurrentTemplateReply) GetIsUse added in v1.0.1

func (x *CurrentTemplateReply) GetIsUse() bool

func (*CurrentTemplateReply) GetServerId added in v1.0.1

func (x *CurrentTemplateReply) GetServerId() uint32

func (*CurrentTemplateReply) GetVersion added in v1.0.1

func (x *CurrentTemplateReply) GetVersion() string

func (*CurrentTemplateReply) ProtoMessage added in v1.0.1

func (*CurrentTemplateReply) ProtoMessage()

func (*CurrentTemplateReply) ProtoReflect added in v1.0.1

func (x *CurrentTemplateReply) ProtoReflect() protoreflect.Message

func (*CurrentTemplateReply) Reset added in v1.0.1

func (x *CurrentTemplateReply) Reset()

func (*CurrentTemplateReply) String added in v1.0.1

func (x *CurrentTemplateReply) String() string

func (*CurrentTemplateReply) Validate added in v1.0.1

func (m *CurrentTemplateReply) Validate() error

Validate checks the field values on CurrentTemplateReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CurrentTemplateReply) ValidateAll added in v1.0.1

func (m *CurrentTemplateReply) ValidateAll() error

ValidateAll checks the field values on CurrentTemplateReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CurrentTemplateReplyMultiError, or nil if none found.

type CurrentTemplateReplyMultiError added in v1.0.1

type CurrentTemplateReplyMultiError []error

CurrentTemplateReplyMultiError is an error wrapping multiple validation errors returned by CurrentTemplateReply.ValidateAll() if the designated constraints aren't met.

func (CurrentTemplateReplyMultiError) AllErrors added in v1.0.1

func (m CurrentTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CurrentTemplateReplyMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type CurrentTemplateReplyValidationError added in v1.0.1

type CurrentTemplateReplyValidationError struct {
	// contains filtered or unexported fields
}

CurrentTemplateReplyValidationError is the validation error returned by CurrentTemplateReply.Validate if the designated constraints aren't met.

func (CurrentTemplateReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (CurrentTemplateReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (CurrentTemplateReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (CurrentTemplateReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (CurrentTemplateReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (CurrentTemplateReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type CurrentTemplateRequest added in v1.0.1

type CurrentTemplateRequest struct {
	ServerId uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	// contains filtered or unexported fields
}

查询指定模板

func (*CurrentTemplateRequest) Descriptor deprecated added in v1.0.1

func (*CurrentTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CurrentTemplateRequest.ProtoReflect.Descriptor instead.

func (*CurrentTemplateRequest) GetServerId added in v1.0.1

func (x *CurrentTemplateRequest) GetServerId() uint32

func (*CurrentTemplateRequest) ProtoMessage added in v1.0.1

func (*CurrentTemplateRequest) ProtoMessage()

func (*CurrentTemplateRequest) ProtoReflect added in v1.0.1

func (x *CurrentTemplateRequest) ProtoReflect() protoreflect.Message

func (*CurrentTemplateRequest) Reset added in v1.0.1

func (x *CurrentTemplateRequest) Reset()

func (*CurrentTemplateRequest) String added in v1.0.1

func (x *CurrentTemplateRequest) String() string

func (*CurrentTemplateRequest) Validate added in v1.0.1

func (m *CurrentTemplateRequest) Validate() error

Validate checks the field values on CurrentTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CurrentTemplateRequest) ValidateAll added in v1.0.1

func (m *CurrentTemplateRequest) ValidateAll() error

ValidateAll checks the field values on CurrentTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CurrentTemplateRequestMultiError, or nil if none found.

type CurrentTemplateRequestMultiError added in v1.0.1

type CurrentTemplateRequestMultiError []error

CurrentTemplateRequestMultiError is an error wrapping multiple validation errors returned by CurrentTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (CurrentTemplateRequestMultiError) AllErrors added in v1.0.1

func (m CurrentTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CurrentTemplateRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type CurrentTemplateRequestValidationError added in v1.0.1

type CurrentTemplateRequestValidationError struct {
	// contains filtered or unexported fields
}

CurrentTemplateRequestValidationError is the validation error returned by CurrentTemplateRequest.Validate if the designated constraints aren't met.

func (CurrentTemplateRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (CurrentTemplateRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (CurrentTemplateRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (CurrentTemplateRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (CurrentTemplateRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (CurrentTemplateRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type DeleteBusinessRequest added in v1.0.1

type DeleteBusinessRequest struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

删除业务key

func (*DeleteBusinessRequest) Descriptor deprecated added in v1.0.1

func (*DeleteBusinessRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteBusinessRequest.ProtoReflect.Descriptor instead.

func (*DeleteBusinessRequest) GetId added in v1.0.1

func (x *DeleteBusinessRequest) GetId() uint32

func (*DeleteBusinessRequest) ProtoMessage added in v1.0.1

func (*DeleteBusinessRequest) ProtoMessage()

func (*DeleteBusinessRequest) ProtoReflect added in v1.0.1

func (x *DeleteBusinessRequest) ProtoReflect() protoreflect.Message

func (*DeleteBusinessRequest) Reset added in v1.0.1

func (x *DeleteBusinessRequest) Reset()

func (*DeleteBusinessRequest) String added in v1.0.1

func (x *DeleteBusinessRequest) String() string

func (*DeleteBusinessRequest) Validate added in v1.0.1

func (m *DeleteBusinessRequest) Validate() error

Validate checks the field values on DeleteBusinessRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteBusinessRequest) ValidateAll added in v1.0.1

func (m *DeleteBusinessRequest) ValidateAll() error

ValidateAll checks the field values on DeleteBusinessRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteBusinessRequestMultiError, or nil if none found.

type DeleteBusinessRequestMultiError added in v1.0.1

type DeleteBusinessRequestMultiError []error

DeleteBusinessRequestMultiError is an error wrapping multiple validation errors returned by DeleteBusinessRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteBusinessRequestMultiError) AllErrors added in v1.0.1

func (m DeleteBusinessRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteBusinessRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type DeleteBusinessRequestValidationError added in v1.0.1

type DeleteBusinessRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteBusinessRequestValidationError is the validation error returned by DeleteBusinessRequest.Validate if the designated constraints aren't met.

func (DeleteBusinessRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (DeleteBusinessRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (DeleteBusinessRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (DeleteBusinessRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (DeleteBusinessRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (DeleteBusinessRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type DeleteEnvRequest added in v1.0.15

type DeleteEnvRequest struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

删除环境

func (*DeleteEnvRequest) Descriptor deprecated added in v1.0.15

func (*DeleteEnvRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteEnvRequest.ProtoReflect.Descriptor instead.

func (*DeleteEnvRequest) GetId added in v1.0.15

func (x *DeleteEnvRequest) GetId() uint32

func (*DeleteEnvRequest) ProtoMessage added in v1.0.15

func (*DeleteEnvRequest) ProtoMessage()

func (*DeleteEnvRequest) ProtoReflect added in v1.0.15

func (x *DeleteEnvRequest) ProtoReflect() protoreflect.Message

func (*DeleteEnvRequest) Reset added in v1.0.15

func (x *DeleteEnvRequest) Reset()

func (*DeleteEnvRequest) String added in v1.0.15

func (x *DeleteEnvRequest) String() string

func (*DeleteEnvRequest) Validate added in v1.0.15

func (m *DeleteEnvRequest) Validate() error

Validate checks the field values on DeleteEnvRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteEnvRequest) ValidateAll added in v1.0.15

func (m *DeleteEnvRequest) ValidateAll() error

ValidateAll checks the field values on DeleteEnvRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteEnvRequestMultiError, or nil if none found.

type DeleteEnvRequestMultiError added in v1.0.15

type DeleteEnvRequestMultiError []error

DeleteEnvRequestMultiError is an error wrapping multiple validation errors returned by DeleteEnvRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteEnvRequestMultiError) AllErrors added in v1.0.15

func (m DeleteEnvRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteEnvRequestMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type DeleteEnvRequestValidationError added in v1.0.15

type DeleteEnvRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteEnvRequestValidationError is the validation error returned by DeleteEnvRequest.Validate if the designated constraints aren't met.

func (DeleteEnvRequestValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (DeleteEnvRequestValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (DeleteEnvRequestValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (DeleteEnvRequestValidationError) Field added in v1.0.15

Field function returns field value.

func (DeleteEnvRequestValidationError) Key added in v1.0.15

Key function returns key value.

func (DeleteEnvRequestValidationError) Reason added in v1.0.15

Reason function returns reason value.

type DeleteResourceRequest added in v1.0.1

type DeleteResourceRequest struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

删除环境

func (*DeleteResourceRequest) Descriptor deprecated added in v1.0.1

func (*DeleteResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteResourceRequest.ProtoReflect.Descriptor instead.

func (*DeleteResourceRequest) GetId added in v1.0.1

func (x *DeleteResourceRequest) GetId() uint32

func (*DeleteResourceRequest) ProtoMessage added in v1.0.1

func (*DeleteResourceRequest) ProtoMessage()

func (*DeleteResourceRequest) ProtoReflect added in v1.0.1

func (x *DeleteResourceRequest) ProtoReflect() protoreflect.Message

func (*DeleteResourceRequest) Reset added in v1.0.1

func (x *DeleteResourceRequest) Reset()

func (*DeleteResourceRequest) String added in v1.0.1

func (x *DeleteResourceRequest) String() string

func (*DeleteResourceRequest) Validate added in v1.0.1

func (m *DeleteResourceRequest) Validate() error

Validate checks the field values on DeleteResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteResourceRequest) ValidateAll added in v1.0.1

func (m *DeleteResourceRequest) ValidateAll() error

ValidateAll checks the field values on DeleteResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteResourceRequestMultiError, or nil if none found.

type DeleteResourceRequestMultiError added in v1.0.1

type DeleteResourceRequestMultiError []error

DeleteResourceRequestMultiError is an error wrapping multiple validation errors returned by DeleteResourceRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteResourceRequestMultiError) AllErrors added in v1.0.1

func (m DeleteResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteResourceRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type DeleteResourceRequestValidationError added in v1.0.1

type DeleteResourceRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteResourceRequestValidationError is the validation error returned by DeleteResourceRequest.Validate if the designated constraints aren't met.

func (DeleteResourceRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (DeleteResourceRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (DeleteResourceRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (DeleteResourceRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (DeleteResourceRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (DeleteResourceRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type DeleteServerRequest added in v1.0.1

type DeleteServerRequest struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

删除环境

func (*DeleteServerRequest) Descriptor deprecated added in v1.0.1

func (*DeleteServerRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServerRequest.ProtoReflect.Descriptor instead.

func (*DeleteServerRequest) GetId added in v1.0.1

func (x *DeleteServerRequest) GetId() uint32

func (*DeleteServerRequest) ProtoMessage added in v1.0.1

func (*DeleteServerRequest) ProtoMessage()

func (*DeleteServerRequest) ProtoReflect added in v1.0.1

func (x *DeleteServerRequest) ProtoReflect() protoreflect.Message

func (*DeleteServerRequest) Reset added in v1.0.1

func (x *DeleteServerRequest) Reset()

func (*DeleteServerRequest) String added in v1.0.1

func (x *DeleteServerRequest) String() string

func (*DeleteServerRequest) Validate added in v1.0.1

func (m *DeleteServerRequest) Validate() error

Validate checks the field values on DeleteServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServerRequest) ValidateAll added in v1.0.1

func (m *DeleteServerRequest) ValidateAll() error

ValidateAll checks the field values on DeleteServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServerRequestMultiError, or nil if none found.

type DeleteServerRequestMultiError added in v1.0.1

type DeleteServerRequestMultiError []error

DeleteServerRequestMultiError is an error wrapping multiple validation errors returned by DeleteServerRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteServerRequestMultiError) AllErrors added in v1.0.1

func (m DeleteServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteServerRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type DeleteServerRequestValidationError added in v1.0.1

type DeleteServerRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteServerRequestValidationError is the validation error returned by DeleteServerRequest.Validate if the designated constraints aren't met.

func (DeleteServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (DeleteServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (DeleteServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (DeleteServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (DeleteServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (DeleteServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type ErrorReason added in v1.0.1

type ErrorReason int32
const (
	ErrorReason_DatabaseError            ErrorReason = 0
	ErrorReason_TransformError           ErrorReason = 1
	ErrorReason_AlreadyExistsError       ErrorReason = 2
	ErrorReason_ParamsError              ErrorReason = 3
	ErrorReason_NotRecordError           ErrorReason = 4
	ErrorReason_ResourceFormatValueError ErrorReason = 5
	ErrorReason_CheckTemplateError       ErrorReason = 6
	ErrorReason_ParseTemplateError       ErrorReason = 7
	ErrorReason_VersionExistError        ErrorReason = 8
	ErrorReason_WatchConfigureError      ErrorReason = 9
	ErrorReason_RsaDecodeError           ErrorReason = 10
	ErrorReason_PasswordFormatError      ErrorReason = 11
	ErrorReason_PasswordExpireError      ErrorReason = 12
	ErrorReason_UserPasswordError        ErrorReason = 13
	ErrorReason_NewTokenError            ErrorReason = 14
	ErrorReason_RefreshTokenError        ErrorReason = 15
	ErrorReason_TokenAuthError           ErrorReason = 16
	ErrorReason_ServerNotFound           ErrorReason = 17
	ErrorReason_ResourceValueError       ErrorReason = 18
)

func (ErrorReason) Descriptor added in v1.0.1

func (ErrorReason) Enum added in v1.0.1

func (x ErrorReason) Enum() *ErrorReason

func (ErrorReason) EnumDescriptor deprecated added in v1.0.1

func (ErrorReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use ErrorReason.Descriptor instead.

func (ErrorReason) Number added in v1.0.1

func (x ErrorReason) Number() protoreflect.EnumNumber

func (ErrorReason) String added in v1.0.1

func (x ErrorReason) String() string

func (ErrorReason) Type added in v1.0.1

type GetConfigureReply added in v1.0.3

type GetConfigureReply struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ServerId    uint32 `protobuf:"varint,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	EnvId       uint32 `protobuf:"varint,3,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
	Content     string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Version     string `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"`
	Format      string `protobuf:"bytes,7,opt,name=format,proto3" json:"format,omitempty"`
	CreatedAt   uint32 `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigureReply) Descriptor deprecated added in v1.0.3

func (*GetConfigureReply) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigureReply.ProtoReflect.Descriptor instead.

func (*GetConfigureReply) GetContent added in v1.0.3

func (x *GetConfigureReply) GetContent() string

func (*GetConfigureReply) GetCreatedAt added in v1.0.3

func (x *GetConfigureReply) GetCreatedAt() uint32

func (*GetConfigureReply) GetDescription added in v1.0.3

func (x *GetConfigureReply) GetDescription() string

func (*GetConfigureReply) GetEnvId added in v1.0.15

func (x *GetConfigureReply) GetEnvId() uint32

func (*GetConfigureReply) GetFormat added in v1.0.3

func (x *GetConfigureReply) GetFormat() string

func (*GetConfigureReply) GetId added in v1.0.3

func (x *GetConfigureReply) GetId() uint32

func (*GetConfigureReply) GetServerId added in v1.0.3

func (x *GetConfigureReply) GetServerId() uint32

func (*GetConfigureReply) GetVersion added in v1.0.3

func (x *GetConfigureReply) GetVersion() string

func (*GetConfigureReply) ProtoMessage added in v1.0.3

func (*GetConfigureReply) ProtoMessage()

func (*GetConfigureReply) ProtoReflect added in v1.0.3

func (x *GetConfigureReply) ProtoReflect() protoreflect.Message

func (*GetConfigureReply) Reset added in v1.0.3

func (x *GetConfigureReply) Reset()

func (*GetConfigureReply) String added in v1.0.3

func (x *GetConfigureReply) String() string

func (*GetConfigureReply) Validate added in v1.0.3

func (m *GetConfigureReply) Validate() error

Validate checks the field values on GetConfigureReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetConfigureReply) ValidateAll added in v1.0.3

func (m *GetConfigureReply) ValidateAll() error

ValidateAll checks the field values on GetConfigureReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetConfigureReplyMultiError, or nil if none found.

type GetConfigureReplyMultiError added in v1.0.3

type GetConfigureReplyMultiError []error

GetConfigureReplyMultiError is an error wrapping multiple validation errors returned by GetConfigureReply.ValidateAll() if the designated constraints aren't met.

func (GetConfigureReplyMultiError) AllErrors added in v1.0.3

func (m GetConfigureReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetConfigureReplyMultiError) Error added in v1.0.3

Error returns a concatenation of all the error messages it wraps.

type GetConfigureReplyValidationError added in v1.0.3

type GetConfigureReplyValidationError struct {
	// contains filtered or unexported fields
}

GetConfigureReplyValidationError is the validation error returned by GetConfigureReply.Validate if the designated constraints aren't met.

func (GetConfigureReplyValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (GetConfigureReplyValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (GetConfigureReplyValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (GetConfigureReplyValidationError) Field added in v1.0.3

Field function returns field value.

func (GetConfigureReplyValidationError) Key added in v1.0.3

Key function returns key value.

func (GetConfigureReplyValidationError) Reason added in v1.0.3

Reason function returns reason value.

type GetConfigureRequest added in v1.0.3

type GetConfigureRequest struct {
	ServerId uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	EnvId    uint32 `protobuf:"varint,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
	// contains filtered or unexported fields
}

查询指定模板

func (*GetConfigureRequest) Descriptor deprecated added in v1.0.3

func (*GetConfigureRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigureRequest.ProtoReflect.Descriptor instead.

func (*GetConfigureRequest) GetEnvId added in v1.0.15

func (x *GetConfigureRequest) GetEnvId() uint32

func (*GetConfigureRequest) GetServerId added in v1.0.3

func (x *GetConfigureRequest) GetServerId() uint32

func (*GetConfigureRequest) ProtoMessage added in v1.0.3

func (*GetConfigureRequest) ProtoMessage()

func (*GetConfigureRequest) ProtoReflect added in v1.0.3

func (x *GetConfigureRequest) ProtoReflect() protoreflect.Message

func (*GetConfigureRequest) Reset added in v1.0.3

func (x *GetConfigureRequest) Reset()

func (*GetConfigureRequest) String added in v1.0.3

func (x *GetConfigureRequest) String() string

func (*GetConfigureRequest) Validate added in v1.0.3

func (m *GetConfigureRequest) Validate() error

Validate checks the field values on GetConfigureRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetConfigureRequest) ValidateAll added in v1.0.3

func (m *GetConfigureRequest) ValidateAll() error

ValidateAll checks the field values on GetConfigureRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetConfigureRequestMultiError, or nil if none found.

type GetConfigureRequestMultiError added in v1.0.3

type GetConfigureRequestMultiError []error

GetConfigureRequestMultiError is an error wrapping multiple validation errors returned by GetConfigureRequest.ValidateAll() if the designated constraints aren't met.

func (GetConfigureRequestMultiError) AllErrors added in v1.0.3

func (m GetConfigureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetConfigureRequestMultiError) Error added in v1.0.3

Error returns a concatenation of all the error messages it wraps.

type GetConfigureRequestValidationError added in v1.0.3

type GetConfigureRequestValidationError struct {
	// contains filtered or unexported fields
}

GetConfigureRequestValidationError is the validation error returned by GetConfigureRequest.Validate if the designated constraints aren't met.

func (GetConfigureRequestValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (GetConfigureRequestValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (GetConfigureRequestValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (GetConfigureRequestValidationError) Field added in v1.0.3

Field function returns field value.

func (GetConfigureRequestValidationError) Key added in v1.0.3

Key function returns key value.

func (GetConfigureRequestValidationError) Reason added in v1.0.3

Reason function returns reason value.

type GetEnvTokenReply added in v1.0.15

type GetEnvTokenReply struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEnvTokenReply) Descriptor deprecated added in v1.0.15

func (*GetEnvTokenReply) Descriptor() ([]byte, []int)

Deprecated: Use GetEnvTokenReply.ProtoReflect.Descriptor instead.

func (*GetEnvTokenReply) GetToken added in v1.0.15

func (x *GetEnvTokenReply) GetToken() string

func (*GetEnvTokenReply) ProtoMessage added in v1.0.15

func (*GetEnvTokenReply) ProtoMessage()

func (*GetEnvTokenReply) ProtoReflect added in v1.0.15

func (x *GetEnvTokenReply) ProtoReflect() protoreflect.Message

func (*GetEnvTokenReply) Reset added in v1.0.15

func (x *GetEnvTokenReply) Reset()

func (*GetEnvTokenReply) String added in v1.0.15

func (x *GetEnvTokenReply) String() string

func (*GetEnvTokenReply) Validate added in v1.0.15

func (m *GetEnvTokenReply) Validate() error

Validate checks the field values on GetEnvTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetEnvTokenReply) ValidateAll added in v1.0.15

func (m *GetEnvTokenReply) ValidateAll() error

ValidateAll checks the field values on GetEnvTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetEnvTokenReplyMultiError, or nil if none found.

type GetEnvTokenReplyMultiError added in v1.0.15

type GetEnvTokenReplyMultiError []error

GetEnvTokenReplyMultiError is an error wrapping multiple validation errors returned by GetEnvTokenReply.ValidateAll() if the designated constraints aren't met.

func (GetEnvTokenReplyMultiError) AllErrors added in v1.0.15

func (m GetEnvTokenReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEnvTokenReplyMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type GetEnvTokenReplyValidationError added in v1.0.15

type GetEnvTokenReplyValidationError struct {
	// contains filtered or unexported fields
}

GetEnvTokenReplyValidationError is the validation error returned by GetEnvTokenReply.Validate if the designated constraints aren't met.

func (GetEnvTokenReplyValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (GetEnvTokenReplyValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (GetEnvTokenReplyValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (GetEnvTokenReplyValidationError) Field added in v1.0.15

Field function returns field value.

func (GetEnvTokenReplyValidationError) Key added in v1.0.15

Key function returns key value.

func (GetEnvTokenReplyValidationError) Reason added in v1.0.15

Reason function returns reason value.

type GetEnvTokenRequest added in v1.0.15

type GetEnvTokenRequest struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

获取指定环境token

func (*GetEnvTokenRequest) Descriptor deprecated added in v1.0.15

func (*GetEnvTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEnvTokenRequest.ProtoReflect.Descriptor instead.

func (*GetEnvTokenRequest) GetId added in v1.0.15

func (x *GetEnvTokenRequest) GetId() uint32

func (*GetEnvTokenRequest) ProtoMessage added in v1.0.15

func (*GetEnvTokenRequest) ProtoMessage()

func (*GetEnvTokenRequest) ProtoReflect added in v1.0.15

func (x *GetEnvTokenRequest) ProtoReflect() protoreflect.Message

func (*GetEnvTokenRequest) Reset added in v1.0.15

func (x *GetEnvTokenRequest) Reset()

func (*GetEnvTokenRequest) String added in v1.0.15

func (x *GetEnvTokenRequest) String() string

func (*GetEnvTokenRequest) Validate added in v1.0.15

func (m *GetEnvTokenRequest) Validate() error

Validate checks the field values on GetEnvTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetEnvTokenRequest) ValidateAll added in v1.0.15

func (m *GetEnvTokenRequest) ValidateAll() error

ValidateAll checks the field values on GetEnvTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetEnvTokenRequestMultiError, or nil if none found.

type GetEnvTokenRequestMultiError added in v1.0.15

type GetEnvTokenRequestMultiError []error

GetEnvTokenRequestMultiError is an error wrapping multiple validation errors returned by GetEnvTokenRequest.ValidateAll() if the designated constraints aren't met.

func (GetEnvTokenRequestMultiError) AllErrors added in v1.0.15

func (m GetEnvTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEnvTokenRequestMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type GetEnvTokenRequestValidationError added in v1.0.15

type GetEnvTokenRequestValidationError struct {
	// contains filtered or unexported fields
}

GetEnvTokenRequestValidationError is the validation error returned by GetEnvTokenRequest.Validate if the designated constraints aren't met.

func (GetEnvTokenRequestValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (GetEnvTokenRequestValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (GetEnvTokenRequestValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (GetEnvTokenRequestValidationError) Field added in v1.0.15

Field function returns field value.

func (GetEnvTokenRequestValidationError) Key added in v1.0.15

Key function returns key value.

func (GetEnvTokenRequestValidationError) Reason added in v1.0.15

Reason function returns reason value.

type GetServerReply added in v1.0.1

type GetServerReply struct {
	Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServerReply) Descriptor deprecated added in v1.0.1

func (*GetServerReply) Descriptor() ([]byte, []int)

Deprecated: Use GetServerReply.ProtoReflect.Descriptor instead.

func (*GetServerReply) GetServer added in v1.0.1

func (x *GetServerReply) GetServer() *Server

func (*GetServerReply) ProtoMessage added in v1.0.1

func (*GetServerReply) ProtoMessage()

func (*GetServerReply) ProtoReflect added in v1.0.1

func (x *GetServerReply) ProtoReflect() protoreflect.Message

func (*GetServerReply) Reset added in v1.0.1

func (x *GetServerReply) Reset()

func (*GetServerReply) String added in v1.0.1

func (x *GetServerReply) String() string

func (*GetServerReply) Validate added in v1.0.1

func (m *GetServerReply) Validate() error

Validate checks the field values on GetServerReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetServerReply) ValidateAll added in v1.0.1

func (m *GetServerReply) ValidateAll() error

ValidateAll checks the field values on GetServerReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetServerReplyMultiError, or nil if none found.

type GetServerReplyMultiError added in v1.0.1

type GetServerReplyMultiError []error

GetServerReplyMultiError is an error wrapping multiple validation errors returned by GetServerReply.ValidateAll() if the designated constraints aren't met.

func (GetServerReplyMultiError) AllErrors added in v1.0.1

func (m GetServerReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetServerReplyMultiError) Error added in v1.0.1

func (m GetServerReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetServerReplyValidationError added in v1.0.1

type GetServerReplyValidationError struct {
	// contains filtered or unexported fields
}

GetServerReplyValidationError is the validation error returned by GetServerReply.Validate if the designated constraints aren't met.

func (GetServerReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (GetServerReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (GetServerReplyValidationError) ErrorName added in v1.0.1

func (e GetServerReplyValidationError) ErrorName() string

ErrorName returns error name.

func (GetServerReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (GetServerReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (GetServerReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type GetServerRequest added in v1.0.1

type GetServerRequest struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServerRequest) Descriptor deprecated added in v1.0.1

func (*GetServerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetServerRequest.ProtoReflect.Descriptor instead.

func (*GetServerRequest) GetId added in v1.0.1

func (x *GetServerRequest) GetId() uint32

func (*GetServerRequest) ProtoMessage added in v1.0.1

func (*GetServerRequest) ProtoMessage()

func (*GetServerRequest) ProtoReflect added in v1.0.1

func (x *GetServerRequest) ProtoReflect() protoreflect.Message

func (*GetServerRequest) Reset added in v1.0.1

func (x *GetServerRequest) Reset()

func (*GetServerRequest) String added in v1.0.1

func (x *GetServerRequest) String() string

func (*GetServerRequest) Validate added in v1.0.1

func (m *GetServerRequest) Validate() error

Validate checks the field values on GetServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetServerRequest) ValidateAll added in v1.0.1

func (m *GetServerRequest) ValidateAll() error

ValidateAll checks the field values on GetServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetServerRequestMultiError, or nil if none found.

type GetServerRequestMultiError added in v1.0.1

type GetServerRequestMultiError []error

GetServerRequestMultiError is an error wrapping multiple validation errors returned by GetServerRequest.ValidateAll() if the designated constraints aren't met.

func (GetServerRequestMultiError) AllErrors added in v1.0.1

func (m GetServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetServerRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type GetServerRequestValidationError added in v1.0.1

type GetServerRequestValidationError struct {
	// contains filtered or unexported fields
}

GetServerRequestValidationError is the validation error returned by GetServerRequest.Validate if the designated constraints aren't met.

func (GetServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (GetServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (GetServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (GetServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (GetServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (GetServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type GetTemplateReply added in v1.0.1

type GetTemplateReply struct {
	Id          uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ServerId    uint32  `protobuf:"varint,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Content     string  `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	Description string  `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Version     string  `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	IsUse       *bool   `protobuf:"varint,6,opt,name=is_use,json=isUse,proto3,oneof" json:"is_use,omitempty"`
	Operator    *string `protobuf:"bytes,7,opt,name=operator,proto3,oneof" json:"operator,omitempty"`
	OperatorId  *uint32 `protobuf:"varint,8,opt,name=operator_id,json=operatorId,proto3,oneof" json:"operator_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTemplateReply) Descriptor deprecated added in v1.0.1

func (*GetTemplateReply) Descriptor() ([]byte, []int)

Deprecated: Use GetTemplateReply.ProtoReflect.Descriptor instead.

func (*GetTemplateReply) GetContent added in v1.0.1

func (x *GetTemplateReply) GetContent() string

func (*GetTemplateReply) GetDescription added in v1.0.1

func (x *GetTemplateReply) GetDescription() string

func (*GetTemplateReply) GetId added in v1.0.1

func (x *GetTemplateReply) GetId() uint32

func (*GetTemplateReply) GetIsUse added in v1.0.1

func (x *GetTemplateReply) GetIsUse() bool

func (*GetTemplateReply) GetOperator added in v1.0.1

func (x *GetTemplateReply) GetOperator() string

func (*GetTemplateReply) GetOperatorId added in v1.0.1

func (x *GetTemplateReply) GetOperatorId() uint32

func (*GetTemplateReply) GetServerId added in v1.0.1

func (x *GetTemplateReply) GetServerId() uint32

func (*GetTemplateReply) GetVersion added in v1.0.1

func (x *GetTemplateReply) GetVersion() string

func (*GetTemplateReply) ProtoMessage added in v1.0.1

func (*GetTemplateReply) ProtoMessage()

func (*GetTemplateReply) ProtoReflect added in v1.0.1

func (x *GetTemplateReply) ProtoReflect() protoreflect.Message

func (*GetTemplateReply) Reset added in v1.0.1

func (x *GetTemplateReply) Reset()

func (*GetTemplateReply) String added in v1.0.1

func (x *GetTemplateReply) String() string

func (*GetTemplateReply) Validate added in v1.0.1

func (m *GetTemplateReply) Validate() error

Validate checks the field values on GetTemplateReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTemplateReply) ValidateAll added in v1.0.1

func (m *GetTemplateReply) ValidateAll() error

ValidateAll checks the field values on GetTemplateReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTemplateReplyMultiError, or nil if none found.

type GetTemplateReplyMultiError added in v1.0.1

type GetTemplateReplyMultiError []error

GetTemplateReplyMultiError is an error wrapping multiple validation errors returned by GetTemplateReply.ValidateAll() if the designated constraints aren't met.

func (GetTemplateReplyMultiError) AllErrors added in v1.0.1

func (m GetTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTemplateReplyMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type GetTemplateReplyValidationError added in v1.0.1

type GetTemplateReplyValidationError struct {
	// contains filtered or unexported fields
}

GetTemplateReplyValidationError is the validation error returned by GetTemplateReply.Validate if the designated constraints aren't met.

func (GetTemplateReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (GetTemplateReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (GetTemplateReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (GetTemplateReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (GetTemplateReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (GetTemplateReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type GetTemplateRequest added in v1.0.1

type GetTemplateRequest struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

查询指定模板

func (*GetTemplateRequest) Descriptor deprecated added in v1.0.1

func (*GetTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetTemplateRequest) GetId added in v1.0.1

func (x *GetTemplateRequest) GetId() uint32

func (*GetTemplateRequest) ProtoMessage added in v1.0.1

func (*GetTemplateRequest) ProtoMessage()

func (*GetTemplateRequest) ProtoReflect added in v1.0.1

func (x *GetTemplateRequest) ProtoReflect() protoreflect.Message

func (*GetTemplateRequest) Reset added in v1.0.1

func (x *GetTemplateRequest) Reset()

func (*GetTemplateRequest) String added in v1.0.1

func (x *GetTemplateRequest) String() string

func (*GetTemplateRequest) Validate added in v1.0.1

func (m *GetTemplateRequest) Validate() error

Validate checks the field values on GetTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTemplateRequest) ValidateAll added in v1.0.1

func (m *GetTemplateRequest) ValidateAll() error

ValidateAll checks the field values on GetTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTemplateRequestMultiError, or nil if none found.

type GetTemplateRequestMultiError added in v1.0.1

type GetTemplateRequestMultiError []error

GetTemplateRequestMultiError is an error wrapping multiple validation errors returned by GetTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (GetTemplateRequestMultiError) AllErrors added in v1.0.1

func (m GetTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTemplateRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type GetTemplateRequestValidationError added in v1.0.1

type GetTemplateRequestValidationError struct {
	// contains filtered or unexported fields
}

GetTemplateRequestValidationError is the validation error returned by GetTemplateRequest.Validate if the designated constraints aren't met.

func (GetTemplateRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (GetTemplateRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (GetTemplateRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (GetTemplateRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (GetTemplateRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (GetTemplateRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type LoginReply added in v1.0.7

type LoginReply struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginReply) Descriptor deprecated added in v1.0.7

func (*LoginReply) Descriptor() ([]byte, []int)

Deprecated: Use LoginReply.ProtoReflect.Descriptor instead.

func (*LoginReply) GetToken added in v1.0.7

func (x *LoginReply) GetToken() string

func (*LoginReply) ProtoMessage added in v1.0.7

func (*LoginReply) ProtoMessage()

func (*LoginReply) ProtoReflect added in v1.0.7

func (x *LoginReply) ProtoReflect() protoreflect.Message

func (*LoginReply) Reset added in v1.0.7

func (x *LoginReply) Reset()

func (*LoginReply) String added in v1.0.7

func (x *LoginReply) String() string

func (*LoginReply) Validate added in v1.0.7

func (m *LoginReply) Validate() error

Validate checks the field values on LoginReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginReply) ValidateAll added in v1.0.7

func (m *LoginReply) ValidateAll() error

ValidateAll checks the field values on LoginReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginReplyMultiError, or nil if none found.

type LoginReplyMultiError added in v1.0.7

type LoginReplyMultiError []error

LoginReplyMultiError is an error wrapping multiple validation errors returned by LoginReply.ValidateAll() if the designated constraints aren't met.

func (LoginReplyMultiError) AllErrors added in v1.0.7

func (m LoginReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginReplyMultiError) Error added in v1.0.7

func (m LoginReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LoginReplyValidationError added in v1.0.7

type LoginReplyValidationError struct {
	// contains filtered or unexported fields
}

LoginReplyValidationError is the validation error returned by LoginReply.Validate if the designated constraints aren't met.

func (LoginReplyValidationError) Cause added in v1.0.7

func (e LoginReplyValidationError) Cause() error

Cause function returns cause value.

func (LoginReplyValidationError) Error added in v1.0.7

Error satisfies the builtin error interface

func (LoginReplyValidationError) ErrorName added in v1.0.7

func (e LoginReplyValidationError) ErrorName() string

ErrorName returns error name.

func (LoginReplyValidationError) Field added in v1.0.7

Field function returns field value.

func (LoginReplyValidationError) Key added in v1.0.7

Key function returns key value.

func (LoginReplyValidationError) Reason added in v1.0.7

func (e LoginReplyValidationError) Reason() string

Reason function returns reason value.

type LoginRequest added in v1.0.7

type LoginRequest struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginRequest) Descriptor deprecated added in v1.0.7

func (*LoginRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetPassword added in v1.0.7

func (x *LoginRequest) GetPassword() string

func (*LoginRequest) GetUsername added in v1.0.7

func (x *LoginRequest) GetUsername() string

func (*LoginRequest) ProtoMessage added in v1.0.7

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect added in v1.0.7

func (x *LoginRequest) ProtoReflect() protoreflect.Message

func (*LoginRequest) Reset added in v1.0.7

func (x *LoginRequest) Reset()

func (*LoginRequest) String added in v1.0.7

func (x *LoginRequest) String() string

func (*LoginRequest) Validate added in v1.0.7

func (m *LoginRequest) Validate() error

Validate checks the field values on LoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginRequest) ValidateAll added in v1.0.7

func (m *LoginRequest) ValidateAll() error

ValidateAll checks the field values on LoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginRequestMultiError, or nil if none found.

type LoginRequestMultiError added in v1.0.7

type LoginRequestMultiError []error

LoginRequestMultiError is an error wrapping multiple validation errors returned by LoginRequest.ValidateAll() if the designated constraints aren't met.

func (LoginRequestMultiError) AllErrors added in v1.0.7

func (m LoginRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginRequestMultiError) Error added in v1.0.7

func (m LoginRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LoginRequestValidationError added in v1.0.7

type LoginRequestValidationError struct {
	// contains filtered or unexported fields
}

LoginRequestValidationError is the validation error returned by LoginRequest.Validate if the designated constraints aren't met.

func (LoginRequestValidationError) Cause added in v1.0.7

Cause function returns cause value.

func (LoginRequestValidationError) Error added in v1.0.7

Error satisfies the builtin error interface

func (LoginRequestValidationError) ErrorName added in v1.0.7

func (e LoginRequestValidationError) ErrorName() string

ErrorName returns error name.

func (LoginRequestValidationError) Field added in v1.0.7

Field function returns field value.

func (LoginRequestValidationError) Key added in v1.0.7

Key function returns key value.

func (LoginRequestValidationError) Reason added in v1.0.7

Reason function returns reason value.

type PageBusinessReply added in v1.0.1

type PageBusinessReply struct {
	Total uint32      `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*Business `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*PageBusinessReply) Descriptor deprecated added in v1.0.1

func (*PageBusinessReply) Descriptor() ([]byte, []int)

Deprecated: Use PageBusinessReply.ProtoReflect.Descriptor instead.

func (*PageBusinessReply) GetList added in v1.0.1

func (x *PageBusinessReply) GetList() []*Business

func (*PageBusinessReply) GetTotal added in v1.0.1

func (x *PageBusinessReply) GetTotal() uint32

func (*PageBusinessReply) ProtoMessage added in v1.0.1

func (*PageBusinessReply) ProtoMessage()

func (*PageBusinessReply) ProtoReflect added in v1.0.1

func (x *PageBusinessReply) ProtoReflect() protoreflect.Message

func (*PageBusinessReply) Reset added in v1.0.1

func (x *PageBusinessReply) Reset()

func (*PageBusinessReply) String added in v1.0.1

func (x *PageBusinessReply) String() string

func (*PageBusinessReply) Validate added in v1.0.1

func (m *PageBusinessReply) Validate() error

Validate checks the field values on PageBusinessReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PageBusinessReply) ValidateAll added in v1.0.1

func (m *PageBusinessReply) ValidateAll() error

ValidateAll checks the field values on PageBusinessReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageBusinessReplyMultiError, or nil if none found.

type PageBusinessReplyMultiError added in v1.0.1

type PageBusinessReplyMultiError []error

PageBusinessReplyMultiError is an error wrapping multiple validation errors returned by PageBusinessReply.ValidateAll() if the designated constraints aren't met.

func (PageBusinessReplyMultiError) AllErrors added in v1.0.1

func (m PageBusinessReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageBusinessReplyMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type PageBusinessReplyValidationError added in v1.0.1

type PageBusinessReplyValidationError struct {
	// contains filtered or unexported fields
}

PageBusinessReplyValidationError is the validation error returned by PageBusinessReply.Validate if the designated constraints aren't met.

func (PageBusinessReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageBusinessReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageBusinessReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageBusinessReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (PageBusinessReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (PageBusinessReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageBusinessRequest added in v1.0.1

type PageBusinessRequest struct {
	Page     uint32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize uint32  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Keyword  *string `protobuf:"bytes,3,opt,name=keyword,proto3,oneof" json:"keyword,omitempty"`
	ServerId uint32  `protobuf:"varint,4,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PageBusinessRequest) Descriptor deprecated added in v1.0.1

func (*PageBusinessRequest) Descriptor() ([]byte, []int)

Deprecated: Use PageBusinessRequest.ProtoReflect.Descriptor instead.

func (*PageBusinessRequest) GetKeyword added in v1.0.1

func (x *PageBusinessRequest) GetKeyword() string

func (*PageBusinessRequest) GetPage added in v1.0.1

func (x *PageBusinessRequest) GetPage() uint32

func (*PageBusinessRequest) GetPageSize added in v1.0.1

func (x *PageBusinessRequest) GetPageSize() uint32

func (*PageBusinessRequest) GetServerId added in v1.0.6

func (x *PageBusinessRequest) GetServerId() uint32

func (*PageBusinessRequest) ProtoMessage added in v1.0.1

func (*PageBusinessRequest) ProtoMessage()

func (*PageBusinessRequest) ProtoReflect added in v1.0.1

func (x *PageBusinessRequest) ProtoReflect() protoreflect.Message

func (*PageBusinessRequest) Reset added in v1.0.1

func (x *PageBusinessRequest) Reset()

func (*PageBusinessRequest) String added in v1.0.1

func (x *PageBusinessRequest) String() string

func (*PageBusinessRequest) Validate added in v1.0.1

func (m *PageBusinessRequest) Validate() error

Validate checks the field values on PageBusinessRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PageBusinessRequest) ValidateAll added in v1.0.1

func (m *PageBusinessRequest) ValidateAll() error

ValidateAll checks the field values on PageBusinessRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageBusinessRequestMultiError, or nil if none found.

type PageBusinessRequestMultiError added in v1.0.1

type PageBusinessRequestMultiError []error

PageBusinessRequestMultiError is an error wrapping multiple validation errors returned by PageBusinessRequest.ValidateAll() if the designated constraints aren't met.

func (PageBusinessRequestMultiError) AllErrors added in v1.0.1

func (m PageBusinessRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageBusinessRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type PageBusinessRequestValidationError added in v1.0.1

type PageBusinessRequestValidationError struct {
	// contains filtered or unexported fields
}

PageBusinessRequestValidationError is the validation error returned by PageBusinessRequest.Validate if the designated constraints aren't met.

func (PageBusinessRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageBusinessRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageBusinessRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageBusinessRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (PageBusinessRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (PageBusinessRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageResourceReply added in v1.0.1

type PageResourceReply struct {
	Total uint32      `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*Resource `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*PageResourceReply) Descriptor deprecated added in v1.0.1

func (*PageResourceReply) Descriptor() ([]byte, []int)

Deprecated: Use PageResourceReply.ProtoReflect.Descriptor instead.

func (*PageResourceReply) GetList added in v1.0.1

func (x *PageResourceReply) GetList() []*Resource

func (*PageResourceReply) GetTotal added in v1.0.1

func (x *PageResourceReply) GetTotal() uint32

func (*PageResourceReply) ProtoMessage added in v1.0.1

func (*PageResourceReply) ProtoMessage()

func (*PageResourceReply) ProtoReflect added in v1.0.1

func (x *PageResourceReply) ProtoReflect() protoreflect.Message

func (*PageResourceReply) Reset added in v1.0.1

func (x *PageResourceReply) Reset()

func (*PageResourceReply) String added in v1.0.1

func (x *PageResourceReply) String() string

func (*PageResourceReply) Validate added in v1.0.1

func (m *PageResourceReply) Validate() error

Validate checks the field values on PageResourceReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PageResourceReply) ValidateAll added in v1.0.1

func (m *PageResourceReply) ValidateAll() error

ValidateAll checks the field values on PageResourceReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageResourceReplyMultiError, or nil if none found.

type PageResourceReplyMultiError added in v1.0.1

type PageResourceReplyMultiError []error

PageResourceReplyMultiError is an error wrapping multiple validation errors returned by PageResourceReply.ValidateAll() if the designated constraints aren't met.

func (PageResourceReplyMultiError) AllErrors added in v1.0.1

func (m PageResourceReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageResourceReplyMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type PageResourceReplyValidationError added in v1.0.1

type PageResourceReplyValidationError struct {
	// contains filtered or unexported fields
}

PageResourceReplyValidationError is the validation error returned by PageResourceReply.Validate if the designated constraints aren't met.

func (PageResourceReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageResourceReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageResourceReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageResourceReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (PageResourceReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (PageResourceReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageResourceRequest added in v1.0.1

type PageResourceRequest struct {
	Page     uint32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize uint32  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Keyword  *string `protobuf:"bytes,3,opt,name=keyword,proto3,oneof" json:"keyword,omitempty"`
	Tag      *string `protobuf:"bytes,4,opt,name=tag,proto3,oneof" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*PageResourceRequest) Descriptor deprecated added in v1.0.1

func (*PageResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use PageResourceRequest.ProtoReflect.Descriptor instead.

func (*PageResourceRequest) GetKeyword added in v1.0.1

func (x *PageResourceRequest) GetKeyword() string

func (*PageResourceRequest) GetPage added in v1.0.1

func (x *PageResourceRequest) GetPage() uint32

func (*PageResourceRequest) GetPageSize added in v1.0.1

func (x *PageResourceRequest) GetPageSize() uint32

func (*PageResourceRequest) GetTag added in v1.0.1

func (x *PageResourceRequest) GetTag() string

func (*PageResourceRequest) ProtoMessage added in v1.0.1

func (*PageResourceRequest) ProtoMessage()

func (*PageResourceRequest) ProtoReflect added in v1.0.1

func (x *PageResourceRequest) ProtoReflect() protoreflect.Message

func (*PageResourceRequest) Reset added in v1.0.1

func (x *PageResourceRequest) Reset()

func (*PageResourceRequest) String added in v1.0.1

func (x *PageResourceRequest) String() string

func (*PageResourceRequest) Validate added in v1.0.1

func (m *PageResourceRequest) Validate() error

Validate checks the field values on PageResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PageResourceRequest) ValidateAll added in v1.0.1

func (m *PageResourceRequest) ValidateAll() error

ValidateAll checks the field values on PageResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageResourceRequestMultiError, or nil if none found.

type PageResourceRequestMultiError added in v1.0.1

type PageResourceRequestMultiError []error

PageResourceRequestMultiError is an error wrapping multiple validation errors returned by PageResourceRequest.ValidateAll() if the designated constraints aren't met.

func (PageResourceRequestMultiError) AllErrors added in v1.0.1

func (m PageResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageResourceRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type PageResourceRequestValidationError added in v1.0.1

type PageResourceRequestValidationError struct {
	// contains filtered or unexported fields
}

PageResourceRequestValidationError is the validation error returned by PageResourceRequest.Validate if the designated constraints aren't met.

func (PageResourceRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageResourceRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageResourceRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageResourceRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (PageResourceRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (PageResourceRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageServerReply added in v1.0.1

type PageServerReply struct {
	Total uint32    `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*Server `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*PageServerReply) Descriptor deprecated added in v1.0.1

func (*PageServerReply) Descriptor() ([]byte, []int)

Deprecated: Use PageServerReply.ProtoReflect.Descriptor instead.

func (*PageServerReply) GetList added in v1.0.1

func (x *PageServerReply) GetList() []*Server

func (*PageServerReply) GetTotal added in v1.0.1

func (x *PageServerReply) GetTotal() uint32

func (*PageServerReply) ProtoMessage added in v1.0.1

func (*PageServerReply) ProtoMessage()

func (*PageServerReply) ProtoReflect added in v1.0.1

func (x *PageServerReply) ProtoReflect() protoreflect.Message

func (*PageServerReply) Reset added in v1.0.1

func (x *PageServerReply) Reset()

func (*PageServerReply) String added in v1.0.1

func (x *PageServerReply) String() string

func (*PageServerReply) Validate added in v1.0.1

func (m *PageServerReply) Validate() error

Validate checks the field values on PageServerReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PageServerReply) ValidateAll added in v1.0.1

func (m *PageServerReply) ValidateAll() error

ValidateAll checks the field values on PageServerReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageServerReplyMultiError, or nil if none found.

type PageServerReplyMultiError added in v1.0.1

type PageServerReplyMultiError []error

PageServerReplyMultiError is an error wrapping multiple validation errors returned by PageServerReply.ValidateAll() if the designated constraints aren't met.

func (PageServerReplyMultiError) AllErrors added in v1.0.1

func (m PageServerReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageServerReplyMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type PageServerReplyValidationError added in v1.0.1

type PageServerReplyValidationError struct {
	// contains filtered or unexported fields
}

PageServerReplyValidationError is the validation error returned by PageServerReply.Validate if the designated constraints aren't met.

func (PageServerReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageServerReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageServerReplyValidationError) ErrorName added in v1.0.1

func (e PageServerReplyValidationError) ErrorName() string

ErrorName returns error name.

func (PageServerReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (PageServerReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (PageServerReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageServerRequest added in v1.0.1

type PageServerRequest struct {
	Page     uint32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize uint32  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Keyword  *string `protobuf:"bytes,3,opt,name=keyword,proto3,oneof" json:"keyword,omitempty"`
	// contains filtered or unexported fields
}

func (*PageServerRequest) Descriptor deprecated added in v1.0.1

func (*PageServerRequest) Descriptor() ([]byte, []int)

Deprecated: Use PageServerRequest.ProtoReflect.Descriptor instead.

func (*PageServerRequest) GetKeyword added in v1.0.1

func (x *PageServerRequest) GetKeyword() string

func (*PageServerRequest) GetPage added in v1.0.1

func (x *PageServerRequest) GetPage() uint32

func (*PageServerRequest) GetPageSize added in v1.0.1

func (x *PageServerRequest) GetPageSize() uint32

func (*PageServerRequest) ProtoMessage added in v1.0.1

func (*PageServerRequest) ProtoMessage()

func (*PageServerRequest) ProtoReflect added in v1.0.1

func (x *PageServerRequest) ProtoReflect() protoreflect.Message

func (*PageServerRequest) Reset added in v1.0.1

func (x *PageServerRequest) Reset()

func (*PageServerRequest) String added in v1.0.1

func (x *PageServerRequest) String() string

func (*PageServerRequest) Validate added in v1.0.1

func (m *PageServerRequest) Validate() error

Validate checks the field values on PageServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PageServerRequest) ValidateAll added in v1.0.1

func (m *PageServerRequest) ValidateAll() error

ValidateAll checks the field values on PageServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageServerRequestMultiError, or nil if none found.

type PageServerRequestMultiError added in v1.0.1

type PageServerRequestMultiError []error

PageServerRequestMultiError is an error wrapping multiple validation errors returned by PageServerRequest.ValidateAll() if the designated constraints aren't met.

func (PageServerRequestMultiError) AllErrors added in v1.0.1

func (m PageServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageServerRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type PageServerRequestValidationError added in v1.0.1

type PageServerRequestValidationError struct {
	// contains filtered or unexported fields
}

PageServerRequestValidationError is the validation error returned by PageServerRequest.Validate if the designated constraints aren't met.

func (PageServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (PageServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (PageServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageServerResourceReply added in v1.0.6

type PageServerResourceReply struct {
	Total uint32      `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*Resource `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*PageServerResourceReply) Descriptor deprecated added in v1.0.6

func (*PageServerResourceReply) Descriptor() ([]byte, []int)

Deprecated: Use PageServerResourceReply.ProtoReflect.Descriptor instead.

func (*PageServerResourceReply) GetList added in v1.0.6

func (x *PageServerResourceReply) GetList() []*Resource

func (*PageServerResourceReply) GetTotal added in v1.0.6

func (x *PageServerResourceReply) GetTotal() uint32

func (*PageServerResourceReply) ProtoMessage added in v1.0.6

func (*PageServerResourceReply) ProtoMessage()

func (*PageServerResourceReply) ProtoReflect added in v1.0.6

func (x *PageServerResourceReply) ProtoReflect() protoreflect.Message

func (*PageServerResourceReply) Reset added in v1.0.6

func (x *PageServerResourceReply) Reset()

func (*PageServerResourceReply) String added in v1.0.6

func (x *PageServerResourceReply) String() string

func (*PageServerResourceReply) Validate added in v1.0.6

func (m *PageServerResourceReply) Validate() error

Validate checks the field values on PageServerResourceReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PageServerResourceReply) ValidateAll added in v1.0.6

func (m *PageServerResourceReply) ValidateAll() error

ValidateAll checks the field values on PageServerResourceReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageServerResourceReplyMultiError, or nil if none found.

type PageServerResourceReplyMultiError added in v1.0.6

type PageServerResourceReplyMultiError []error

PageServerResourceReplyMultiError is an error wrapping multiple validation errors returned by PageServerResourceReply.ValidateAll() if the designated constraints aren't met.

func (PageServerResourceReplyMultiError) AllErrors added in v1.0.6

func (m PageServerResourceReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageServerResourceReplyMultiError) Error added in v1.0.6

Error returns a concatenation of all the error messages it wraps.

type PageServerResourceReplyValidationError added in v1.0.6

type PageServerResourceReplyValidationError struct {
	// contains filtered or unexported fields
}

PageServerResourceReplyValidationError is the validation error returned by PageServerResourceReply.Validate if the designated constraints aren't met.

func (PageServerResourceReplyValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (PageServerResourceReplyValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (PageServerResourceReplyValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (PageServerResourceReplyValidationError) Field added in v1.0.6

Field function returns field value.

func (PageServerResourceReplyValidationError) Key added in v1.0.6

Key function returns key value.

func (PageServerResourceReplyValidationError) Reason added in v1.0.6

Reason function returns reason value.

type PageServerResourceRequest added in v1.0.6

type PageServerResourceRequest struct {
	ServerId uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Page     uint32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func (*PageServerResourceRequest) Descriptor deprecated added in v1.0.6

func (*PageServerResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use PageServerResourceRequest.ProtoReflect.Descriptor instead.

func (*PageServerResourceRequest) GetPage added in v1.0.6

func (x *PageServerResourceRequest) GetPage() uint32

func (*PageServerResourceRequest) GetPageSize added in v1.0.6

func (x *PageServerResourceRequest) GetPageSize() uint32

func (*PageServerResourceRequest) GetServerId added in v1.0.6

func (x *PageServerResourceRequest) GetServerId() uint32

func (*PageServerResourceRequest) ProtoMessage added in v1.0.6

func (*PageServerResourceRequest) ProtoMessage()

func (*PageServerResourceRequest) ProtoReflect added in v1.0.6

func (*PageServerResourceRequest) Reset added in v1.0.6

func (x *PageServerResourceRequest) Reset()

func (*PageServerResourceRequest) String added in v1.0.6

func (x *PageServerResourceRequest) String() string

func (*PageServerResourceRequest) Validate added in v1.0.6

func (m *PageServerResourceRequest) Validate() error

Validate checks the field values on PageServerResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PageServerResourceRequest) ValidateAll added in v1.0.6

func (m *PageServerResourceRequest) ValidateAll() error

ValidateAll checks the field values on PageServerResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageServerResourceRequestMultiError, or nil if none found.

type PageServerResourceRequestMultiError added in v1.0.6

type PageServerResourceRequestMultiError []error

PageServerResourceRequestMultiError is an error wrapping multiple validation errors returned by PageServerResourceRequest.ValidateAll() if the designated constraints aren't met.

func (PageServerResourceRequestMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (PageServerResourceRequestMultiError) Error added in v1.0.6

Error returns a concatenation of all the error messages it wraps.

type PageServerResourceRequestValidationError added in v1.0.6

type PageServerResourceRequestValidationError struct {
	// contains filtered or unexported fields
}

PageServerResourceRequestValidationError is the validation error returned by PageServerResourceRequest.Validate if the designated constraints aren't met.

func (PageServerResourceRequestValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (PageServerResourceRequestValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (PageServerResourceRequestValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (PageServerResourceRequestValidationError) Field added in v1.0.6

Field function returns field value.

func (PageServerResourceRequestValidationError) Key added in v1.0.6

Key function returns key value.

func (PageServerResourceRequestValidationError) Reason added in v1.0.6

Reason function returns reason value.

type PageTemplateReply added in v1.0.1

type PageTemplateReply struct {
	Total uint32      `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*Template `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*PageTemplateReply) Descriptor deprecated added in v1.0.1

func (*PageTemplateReply) Descriptor() ([]byte, []int)

Deprecated: Use PageTemplateReply.ProtoReflect.Descriptor instead.

func (*PageTemplateReply) GetList added in v1.0.1

func (x *PageTemplateReply) GetList() []*Template

func (*PageTemplateReply) GetTotal added in v1.0.1

func (x *PageTemplateReply) GetTotal() uint32

func (*PageTemplateReply) ProtoMessage added in v1.0.1

func (*PageTemplateReply) ProtoMessage()

func (*PageTemplateReply) ProtoReflect added in v1.0.1

func (x *PageTemplateReply) ProtoReflect() protoreflect.Message

func (*PageTemplateReply) Reset added in v1.0.1

func (x *PageTemplateReply) Reset()

func (*PageTemplateReply) String added in v1.0.1

func (x *PageTemplateReply) String() string

func (*PageTemplateReply) Validate added in v1.0.1

func (m *PageTemplateReply) Validate() error

Validate checks the field values on PageTemplateReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PageTemplateReply) ValidateAll added in v1.0.1

func (m *PageTemplateReply) ValidateAll() error

ValidateAll checks the field values on PageTemplateReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageTemplateReplyMultiError, or nil if none found.

type PageTemplateReplyMultiError added in v1.0.1

type PageTemplateReplyMultiError []error

PageTemplateReplyMultiError is an error wrapping multiple validation errors returned by PageTemplateReply.ValidateAll() if the designated constraints aren't met.

func (PageTemplateReplyMultiError) AllErrors added in v1.0.1

func (m PageTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageTemplateReplyMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type PageTemplateReplyValidationError added in v1.0.1

type PageTemplateReplyValidationError struct {
	// contains filtered or unexported fields
}

PageTemplateReplyValidationError is the validation error returned by PageTemplateReply.Validate if the designated constraints aren't met.

func (PageTemplateReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageTemplateReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageTemplateReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageTemplateReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (PageTemplateReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (PageTemplateReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageTemplateRequest added in v1.0.1

type PageTemplateRequest struct {
	Page     uint32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	ServerId uint32 `protobuf:"varint,3,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PageTemplateRequest) Descriptor deprecated added in v1.0.1

func (*PageTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use PageTemplateRequest.ProtoReflect.Descriptor instead.

func (*PageTemplateRequest) GetPage added in v1.0.1

func (x *PageTemplateRequest) GetPage() uint32

func (*PageTemplateRequest) GetPageSize added in v1.0.1

func (x *PageTemplateRequest) GetPageSize() uint32

func (*PageTemplateRequest) GetServerId added in v1.0.1

func (x *PageTemplateRequest) GetServerId() uint32

func (*PageTemplateRequest) ProtoMessage added in v1.0.1

func (*PageTemplateRequest) ProtoMessage()

func (*PageTemplateRequest) ProtoReflect added in v1.0.1

func (x *PageTemplateRequest) ProtoReflect() protoreflect.Message

func (*PageTemplateRequest) Reset added in v1.0.1

func (x *PageTemplateRequest) Reset()

func (*PageTemplateRequest) String added in v1.0.1

func (x *PageTemplateRequest) String() string

func (*PageTemplateRequest) Validate added in v1.0.1

func (m *PageTemplateRequest) Validate() error

Validate checks the field values on PageTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PageTemplateRequest) ValidateAll added in v1.0.1

func (m *PageTemplateRequest) ValidateAll() error

ValidateAll checks the field values on PageTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageTemplateRequestMultiError, or nil if none found.

type PageTemplateRequestMultiError added in v1.0.1

type PageTemplateRequestMultiError []error

PageTemplateRequestMultiError is an error wrapping multiple validation errors returned by PageTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (PageTemplateRequestMultiError) AllErrors added in v1.0.1

func (m PageTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageTemplateRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type PageTemplateRequestValidationError added in v1.0.1

type PageTemplateRequestValidationError struct {
	// contains filtered or unexported fields
}

PageTemplateRequestValidationError is the validation error returned by PageTemplateRequest.Validate if the designated constraints aren't met.

func (PageTemplateRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageTemplateRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageTemplateRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageTemplateRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (PageTemplateRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (PageTemplateRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type ParseTemplatePreviewReply added in v1.0.6

type ParseTemplatePreviewReply struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ParseTemplatePreviewReply) Descriptor deprecated added in v1.0.6

func (*ParseTemplatePreviewReply) Descriptor() ([]byte, []int)

Deprecated: Use ParseTemplatePreviewReply.ProtoReflect.Descriptor instead.

func (*ParseTemplatePreviewReply) GetContent added in v1.0.6

func (x *ParseTemplatePreviewReply) GetContent() string

func (*ParseTemplatePreviewReply) ProtoMessage added in v1.0.6

func (*ParseTemplatePreviewReply) ProtoMessage()

func (*ParseTemplatePreviewReply) ProtoReflect added in v1.0.6

func (*ParseTemplatePreviewReply) Reset added in v1.0.6

func (x *ParseTemplatePreviewReply) Reset()

func (*ParseTemplatePreviewReply) String added in v1.0.6

func (x *ParseTemplatePreviewReply) String() string

func (*ParseTemplatePreviewReply) Validate added in v1.0.6

func (m *ParseTemplatePreviewReply) Validate() error

Validate checks the field values on ParseTemplatePreviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ParseTemplatePreviewReply) ValidateAll added in v1.0.6

func (m *ParseTemplatePreviewReply) ValidateAll() error

ValidateAll checks the field values on ParseTemplatePreviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParseTemplatePreviewReplyMultiError, or nil if none found.

type ParseTemplatePreviewReplyMultiError added in v1.0.6

type ParseTemplatePreviewReplyMultiError []error

ParseTemplatePreviewReplyMultiError is an error wrapping multiple validation errors returned by ParseTemplatePreviewReply.ValidateAll() if the designated constraints aren't met.

func (ParseTemplatePreviewReplyMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (ParseTemplatePreviewReplyMultiError) Error added in v1.0.6

Error returns a concatenation of all the error messages it wraps.

type ParseTemplatePreviewReplyValidationError added in v1.0.6

type ParseTemplatePreviewReplyValidationError struct {
	// contains filtered or unexported fields
}

ParseTemplatePreviewReplyValidationError is the validation error returned by ParseTemplatePreviewReply.Validate if the designated constraints aren't met.

func (ParseTemplatePreviewReplyValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (ParseTemplatePreviewReplyValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (ParseTemplatePreviewReplyValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (ParseTemplatePreviewReplyValidationError) Field added in v1.0.6

Field function returns field value.

func (ParseTemplatePreviewReplyValidationError) Key added in v1.0.6

Key function returns key value.

func (ParseTemplatePreviewReplyValidationError) Reason added in v1.0.6

Reason function returns reason value.

type ParseTemplatePreviewRequest added in v1.0.6

type ParseTemplatePreviewRequest struct {
	EnvId    uint32 `protobuf:"varint,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
	ServerId uint32 `protobuf:"varint,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Format   string `protobuf:"bytes,3,opt,name=format,proto3" json:"format,omitempty"`
	Content  string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

解析配置

func (*ParseTemplatePreviewRequest) Descriptor deprecated added in v1.0.6

func (*ParseTemplatePreviewRequest) Descriptor() ([]byte, []int)

Deprecated: Use ParseTemplatePreviewRequest.ProtoReflect.Descriptor instead.

func (*ParseTemplatePreviewRequest) GetContent added in v1.0.6

func (x *ParseTemplatePreviewRequest) GetContent() string

func (*ParseTemplatePreviewRequest) GetEnvId added in v1.0.15

func (x *ParseTemplatePreviewRequest) GetEnvId() uint32

func (*ParseTemplatePreviewRequest) GetFormat added in v1.0.15

func (x *ParseTemplatePreviewRequest) GetFormat() string

func (*ParseTemplatePreviewRequest) GetServerId added in v1.0.6

func (x *ParseTemplatePreviewRequest) GetServerId() uint32

func (*ParseTemplatePreviewRequest) ProtoMessage added in v1.0.6

func (*ParseTemplatePreviewRequest) ProtoMessage()

func (*ParseTemplatePreviewRequest) ProtoReflect added in v1.0.6

func (*ParseTemplatePreviewRequest) Reset added in v1.0.6

func (x *ParseTemplatePreviewRequest) Reset()

func (*ParseTemplatePreviewRequest) String added in v1.0.6

func (x *ParseTemplatePreviewRequest) String() string

func (*ParseTemplatePreviewRequest) Validate added in v1.0.6

func (m *ParseTemplatePreviewRequest) Validate() error

Validate checks the field values on ParseTemplatePreviewRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ParseTemplatePreviewRequest) ValidateAll added in v1.0.6

func (m *ParseTemplatePreviewRequest) ValidateAll() error

ValidateAll checks the field values on ParseTemplatePreviewRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParseTemplatePreviewRequestMultiError, or nil if none found.

type ParseTemplatePreviewRequestMultiError added in v1.0.6

type ParseTemplatePreviewRequestMultiError []error

ParseTemplatePreviewRequestMultiError is an error wrapping multiple validation errors returned by ParseTemplatePreviewRequest.ValidateAll() if the designated constraints aren't met.

func (ParseTemplatePreviewRequestMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (ParseTemplatePreviewRequestMultiError) Error added in v1.0.6

Error returns a concatenation of all the error messages it wraps.

type ParseTemplatePreviewRequestValidationError added in v1.0.6

type ParseTemplatePreviewRequestValidationError struct {
	// contains filtered or unexported fields
}

ParseTemplatePreviewRequestValidationError is the validation error returned by ParseTemplatePreviewRequest.Validate if the designated constraints aren't met.

func (ParseTemplatePreviewRequestValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (ParseTemplatePreviewRequestValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (ParseTemplatePreviewRequestValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (ParseTemplatePreviewRequestValidationError) Field added in v1.0.6

Field function returns field value.

func (ParseTemplatePreviewRequestValidationError) Key added in v1.0.6

Key function returns key value.

func (ParseTemplatePreviewRequestValidationError) Reason added in v1.0.6

Reason function returns reason value.

type ParseTemplateReply added in v1.0.3

type ParseTemplateReply struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Format  string `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*ParseTemplateReply) Descriptor deprecated added in v1.0.3

func (*ParseTemplateReply) Descriptor() ([]byte, []int)

Deprecated: Use ParseTemplateReply.ProtoReflect.Descriptor instead.

func (*ParseTemplateReply) GetContent added in v1.0.3

func (x *ParseTemplateReply) GetContent() string

func (*ParseTemplateReply) GetFormat added in v1.0.3

func (x *ParseTemplateReply) GetFormat() string

func (*ParseTemplateReply) ProtoMessage added in v1.0.3

func (*ParseTemplateReply) ProtoMessage()

func (*ParseTemplateReply) ProtoReflect added in v1.0.3

func (x *ParseTemplateReply) ProtoReflect() protoreflect.Message

func (*ParseTemplateReply) Reset added in v1.0.3

func (x *ParseTemplateReply) Reset()

func (*ParseTemplateReply) String added in v1.0.3

func (x *ParseTemplateReply) String() string

func (*ParseTemplateReply) Validate added in v1.0.3

func (m *ParseTemplateReply) Validate() error

Validate checks the field values on ParseTemplateReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ParseTemplateReply) ValidateAll added in v1.0.3

func (m *ParseTemplateReply) ValidateAll() error

ValidateAll checks the field values on ParseTemplateReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParseTemplateReplyMultiError, or nil if none found.

type ParseTemplateReplyMultiError added in v1.0.3

type ParseTemplateReplyMultiError []error

ParseTemplateReplyMultiError is an error wrapping multiple validation errors returned by ParseTemplateReply.ValidateAll() if the designated constraints aren't met.

func (ParseTemplateReplyMultiError) AllErrors added in v1.0.3

func (m ParseTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParseTemplateReplyMultiError) Error added in v1.0.3

Error returns a concatenation of all the error messages it wraps.

type ParseTemplateReplyValidationError added in v1.0.3

type ParseTemplateReplyValidationError struct {
	// contains filtered or unexported fields
}

ParseTemplateReplyValidationError is the validation error returned by ParseTemplateReply.Validate if the designated constraints aren't met.

func (ParseTemplateReplyValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (ParseTemplateReplyValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (ParseTemplateReplyValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (ParseTemplateReplyValidationError) Field added in v1.0.3

Field function returns field value.

func (ParseTemplateReplyValidationError) Key added in v1.0.3

Key function returns key value.

func (ParseTemplateReplyValidationError) Reason added in v1.0.3

Reason function returns reason value.

type ParseTemplateRequest added in v1.0.3

type ParseTemplateRequest struct {
	ServerId uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	EnvId    uint32 `protobuf:"varint,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
	// contains filtered or unexported fields
}

解析配置

func (*ParseTemplateRequest) Descriptor deprecated added in v1.0.3

func (*ParseTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ParseTemplateRequest.ProtoReflect.Descriptor instead.

func (*ParseTemplateRequest) GetEnvId added in v1.0.15

func (x *ParseTemplateRequest) GetEnvId() uint32

func (*ParseTemplateRequest) GetServerId added in v1.0.3

func (x *ParseTemplateRequest) GetServerId() uint32

func (*ParseTemplateRequest) ProtoMessage added in v1.0.3

func (*ParseTemplateRequest) ProtoMessage()

func (*ParseTemplateRequest) ProtoReflect added in v1.0.3

func (x *ParseTemplateRequest) ProtoReflect() protoreflect.Message

func (*ParseTemplateRequest) Reset added in v1.0.3

func (x *ParseTemplateRequest) Reset()

func (*ParseTemplateRequest) String added in v1.0.3

func (x *ParseTemplateRequest) String() string

func (*ParseTemplateRequest) Validate added in v1.0.3

func (m *ParseTemplateRequest) Validate() error

Validate checks the field values on ParseTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ParseTemplateRequest) ValidateAll added in v1.0.3

func (m *ParseTemplateRequest) ValidateAll() error

ValidateAll checks the field values on ParseTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParseTemplateRequestMultiError, or nil if none found.

type ParseTemplateRequestMultiError added in v1.0.3

type ParseTemplateRequestMultiError []error

ParseTemplateRequestMultiError is an error wrapping multiple validation errors returned by ParseTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (ParseTemplateRequestMultiError) AllErrors added in v1.0.3

func (m ParseTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParseTemplateRequestMultiError) Error added in v1.0.3

Error returns a concatenation of all the error messages it wraps.

type ParseTemplateRequestValidationError added in v1.0.3

type ParseTemplateRequestValidationError struct {
	// contains filtered or unexported fields
}

ParseTemplateRequestValidationError is the validation error returned by ParseTemplateRequest.Validate if the designated constraints aren't met.

func (ParseTemplateRequestValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (ParseTemplateRequestValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (ParseTemplateRequestValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (ParseTemplateRequestValidationError) Field added in v1.0.3

Field function returns field value.

func (ParseTemplateRequestValidationError) Key added in v1.0.3

Key function returns key value.

func (ParseTemplateRequestValidationError) Reason added in v1.0.3

Reason function returns reason value.

type RefreshTokenReply added in v1.0.7

type RefreshTokenReply struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTokenReply) Descriptor deprecated added in v1.0.7

func (*RefreshTokenReply) Descriptor() ([]byte, []int)

Deprecated: Use RefreshTokenReply.ProtoReflect.Descriptor instead.

func (*RefreshTokenReply) GetToken added in v1.0.7

func (x *RefreshTokenReply) GetToken() string

func (*RefreshTokenReply) ProtoMessage added in v1.0.7

func (*RefreshTokenReply) ProtoMessage()

func (*RefreshTokenReply) ProtoReflect added in v1.0.7

func (x *RefreshTokenReply) ProtoReflect() protoreflect.Message

func (*RefreshTokenReply) Reset added in v1.0.7

func (x *RefreshTokenReply) Reset()

func (*RefreshTokenReply) String added in v1.0.7

func (x *RefreshTokenReply) String() string

func (*RefreshTokenReply) Validate added in v1.0.7

func (m *RefreshTokenReply) Validate() error

Validate checks the field values on RefreshTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshTokenReply) ValidateAll added in v1.0.7

func (m *RefreshTokenReply) ValidateAll() error

ValidateAll checks the field values on RefreshTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTokenReplyMultiError, or nil if none found.

type RefreshTokenReplyMultiError added in v1.0.7

type RefreshTokenReplyMultiError []error

RefreshTokenReplyMultiError is an error wrapping multiple validation errors returned by RefreshTokenReply.ValidateAll() if the designated constraints aren't met.

func (RefreshTokenReplyMultiError) AllErrors added in v1.0.7

func (m RefreshTokenReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTokenReplyMultiError) Error added in v1.0.7

Error returns a concatenation of all the error messages it wraps.

type RefreshTokenReplyValidationError added in v1.0.7

type RefreshTokenReplyValidationError struct {
	// contains filtered or unexported fields
}

RefreshTokenReplyValidationError is the validation error returned by RefreshTokenReply.Validate if the designated constraints aren't met.

func (RefreshTokenReplyValidationError) Cause added in v1.0.7

Cause function returns cause value.

func (RefreshTokenReplyValidationError) Error added in v1.0.7

Error satisfies the builtin error interface

func (RefreshTokenReplyValidationError) ErrorName added in v1.0.7

ErrorName returns error name.

func (RefreshTokenReplyValidationError) Field added in v1.0.7

Field function returns field value.

func (RefreshTokenReplyValidationError) Key added in v1.0.7

Key function returns key value.

func (RefreshTokenReplyValidationError) Reason added in v1.0.7

Reason function returns reason value.

type ResetEnvTokenReply added in v1.0.15

type ResetEnvTokenReply struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetEnvTokenReply) Descriptor deprecated added in v1.0.15

func (*ResetEnvTokenReply) Descriptor() ([]byte, []int)

Deprecated: Use ResetEnvTokenReply.ProtoReflect.Descriptor instead.

func (*ResetEnvTokenReply) GetToken added in v1.0.15

func (x *ResetEnvTokenReply) GetToken() string

func (*ResetEnvTokenReply) ProtoMessage added in v1.0.15

func (*ResetEnvTokenReply) ProtoMessage()

func (*ResetEnvTokenReply) ProtoReflect added in v1.0.15

func (x *ResetEnvTokenReply) ProtoReflect() protoreflect.Message

func (*ResetEnvTokenReply) Reset added in v1.0.15

func (x *ResetEnvTokenReply) Reset()

func (*ResetEnvTokenReply) String added in v1.0.15

func (x *ResetEnvTokenReply) String() string

func (*ResetEnvTokenReply) Validate added in v1.0.15

func (m *ResetEnvTokenReply) Validate() error

Validate checks the field values on ResetEnvTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResetEnvTokenReply) ValidateAll added in v1.0.15

func (m *ResetEnvTokenReply) ValidateAll() error

ValidateAll checks the field values on ResetEnvTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResetEnvTokenReplyMultiError, or nil if none found.

type ResetEnvTokenReplyMultiError added in v1.0.15

type ResetEnvTokenReplyMultiError []error

ResetEnvTokenReplyMultiError is an error wrapping multiple validation errors returned by ResetEnvTokenReply.ValidateAll() if the designated constraints aren't met.

func (ResetEnvTokenReplyMultiError) AllErrors added in v1.0.15

func (m ResetEnvTokenReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResetEnvTokenReplyMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type ResetEnvTokenReplyValidationError added in v1.0.15

type ResetEnvTokenReplyValidationError struct {
	// contains filtered or unexported fields
}

ResetEnvTokenReplyValidationError is the validation error returned by ResetEnvTokenReply.Validate if the designated constraints aren't met.

func (ResetEnvTokenReplyValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (ResetEnvTokenReplyValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (ResetEnvTokenReplyValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (ResetEnvTokenReplyValidationError) Field added in v1.0.15

Field function returns field value.

func (ResetEnvTokenReplyValidationError) Key added in v1.0.15

Key function returns key value.

func (ResetEnvTokenReplyValidationError) Reason added in v1.0.15

Reason function returns reason value.

type ResetEnvTokenRequest added in v1.0.15

type ResetEnvTokenRequest struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

重置token

func (*ResetEnvTokenRequest) Descriptor deprecated added in v1.0.15

func (*ResetEnvTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetEnvTokenRequest.ProtoReflect.Descriptor instead.

func (*ResetEnvTokenRequest) GetId added in v1.0.15

func (x *ResetEnvTokenRequest) GetId() uint32

func (*ResetEnvTokenRequest) ProtoMessage added in v1.0.15

func (*ResetEnvTokenRequest) ProtoMessage()

func (*ResetEnvTokenRequest) ProtoReflect added in v1.0.15

func (x *ResetEnvTokenRequest) ProtoReflect() protoreflect.Message

func (*ResetEnvTokenRequest) Reset added in v1.0.15

func (x *ResetEnvTokenRequest) Reset()

func (*ResetEnvTokenRequest) String added in v1.0.15

func (x *ResetEnvTokenRequest) String() string

func (*ResetEnvTokenRequest) Validate added in v1.0.15

func (m *ResetEnvTokenRequest) Validate() error

Validate checks the field values on ResetEnvTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResetEnvTokenRequest) ValidateAll added in v1.0.15

func (m *ResetEnvTokenRequest) ValidateAll() error

ValidateAll checks the field values on ResetEnvTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResetEnvTokenRequestMultiError, or nil if none found.

type ResetEnvTokenRequestMultiError added in v1.0.15

type ResetEnvTokenRequestMultiError []error

ResetEnvTokenRequestMultiError is an error wrapping multiple validation errors returned by ResetEnvTokenRequest.ValidateAll() if the designated constraints aren't met.

func (ResetEnvTokenRequestMultiError) AllErrors added in v1.0.15

func (m ResetEnvTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResetEnvTokenRequestMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type ResetEnvTokenRequestValidationError added in v1.0.15

type ResetEnvTokenRequestValidationError struct {
	// contains filtered or unexported fields
}

ResetEnvTokenRequestValidationError is the validation error returned by ResetEnvTokenRequest.Validate if the designated constraints aren't met.

func (ResetEnvTokenRequestValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (ResetEnvTokenRequestValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (ResetEnvTokenRequestValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (ResetEnvTokenRequestValidationError) Field added in v1.0.15

Field function returns field value.

func (ResetEnvTokenRequestValidationError) Key added in v1.0.15

Key function returns key value.

func (ResetEnvTokenRequestValidationError) Reason added in v1.0.15

Reason function returns reason value.

type Resource added in v1.0.1

type Resource struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Keyword     string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Fields      string `protobuf:"bytes,4,opt,name=fields,proto3" json:"fields,omitempty"`
	Tag         string `protobuf:"bytes,5,opt,name=tag,proto3" json:"tag,omitempty"`
	Private     bool   `protobuf:"varint,6,opt,name=private,proto3" json:"private,omitempty"`
	CreatedAt   uint32 `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   uint32 `protobuf:"varint,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated added in v1.0.1

func (*Resource) Descriptor() ([]byte, []int)

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetCreatedAt added in v1.0.6

func (x *Resource) GetCreatedAt() uint32

func (*Resource) GetDescription added in v1.0.1

func (x *Resource) GetDescription() string

func (*Resource) GetFields added in v1.0.1

func (x *Resource) GetFields() string

func (*Resource) GetId added in v1.0.1

func (x *Resource) GetId() uint32

func (*Resource) GetKeyword added in v1.0.1

func (x *Resource) GetKeyword() string

func (*Resource) GetPrivate added in v1.0.6

func (x *Resource) GetPrivate() bool

func (*Resource) GetTag added in v1.0.1

func (x *Resource) GetTag() string

func (*Resource) GetUpdatedAt added in v1.0.6

func (x *Resource) GetUpdatedAt() uint32

func (*Resource) ProtoMessage added in v1.0.1

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect added in v1.0.1

func (x *Resource) ProtoReflect() protoreflect.Message

func (*Resource) Reset added in v1.0.1

func (x *Resource) Reset()

func (*Resource) String added in v1.0.1

func (x *Resource) String() string

func (*Resource) Validate added in v1.0.1

func (m *Resource) Validate() error

Validate checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Resource) ValidateAll added in v1.0.1

func (m *Resource) ValidateAll() error

ValidateAll checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceMultiError, or nil if none found.

type ResourceMultiError added in v1.0.1

type ResourceMultiError []error

ResourceMultiError is an error wrapping multiple validation errors returned by Resource.ValidateAll() if the designated constraints aren't met.

func (ResourceMultiError) AllErrors added in v1.0.1

func (m ResourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceMultiError) Error added in v1.0.1

func (m ResourceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResourceValidationError added in v1.0.1

type ResourceValidationError struct {
	// contains filtered or unexported fields
}

ResourceValidationError is the validation error returned by Resource.Validate if the designated constraints aren't met.

func (ResourceValidationError) Cause added in v1.0.1

func (e ResourceValidationError) Cause() error

Cause function returns cause value.

func (ResourceValidationError) Error added in v1.0.1

func (e ResourceValidationError) Error() string

Error satisfies the builtin error interface

func (ResourceValidationError) ErrorName added in v1.0.1

func (e ResourceValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceValidationError) Field added in v1.0.1

func (e ResourceValidationError) Field() string

Field function returns field value.

func (ResourceValidationError) Key added in v1.0.1

func (e ResourceValidationError) Key() bool

Key function returns key value.

func (ResourceValidationError) Reason added in v1.0.1

func (e ResourceValidationError) Reason() string

Reason function returns reason value.

type Server added in v1.0.1

type Server struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Keyword     string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	CreatedAt   uint32 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   uint32 `protobuf:"varint,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Server) Descriptor deprecated added in v1.0.1

func (*Server) Descriptor() ([]byte, []int)

Deprecated: Use Server.ProtoReflect.Descriptor instead.

func (*Server) GetCreatedAt added in v1.0.6

func (x *Server) GetCreatedAt() uint32

func (*Server) GetDescription added in v1.0.1

func (x *Server) GetDescription() string

func (*Server) GetId added in v1.0.1

func (x *Server) GetId() uint32

func (*Server) GetKeyword added in v1.0.1

func (x *Server) GetKeyword() string

func (*Server) GetName added in v1.0.1

func (x *Server) GetName() string

func (*Server) GetUpdatedAt added in v1.0.6

func (x *Server) GetUpdatedAt() uint32

func (*Server) ProtoMessage added in v1.0.1

func (*Server) ProtoMessage()

func (*Server) ProtoReflect added in v1.0.1

func (x *Server) ProtoReflect() protoreflect.Message

func (*Server) Reset added in v1.0.1

func (x *Server) Reset()

func (*Server) String added in v1.0.1

func (x *Server) String() string

func (*Server) Validate added in v1.0.1

func (m *Server) Validate() error

Validate checks the field values on Server with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Server) ValidateAll added in v1.0.1

func (m *Server) ValidateAll() error

ValidateAll checks the field values on Server with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServerMultiError, or nil if none found.

type ServerMultiError added in v1.0.1

type ServerMultiError []error

ServerMultiError is an error wrapping multiple validation errors returned by Server.ValidateAll() if the designated constraints aren't met.

func (ServerMultiError) AllErrors added in v1.0.1

func (m ServerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServerMultiError) Error added in v1.0.1

func (m ServerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ServerValidationError added in v1.0.1

type ServerValidationError struct {
	// contains filtered or unexported fields
}

ServerValidationError is the validation error returned by Server.Validate if the designated constraints aren't met.

func (ServerValidationError) Cause added in v1.0.1

func (e ServerValidationError) Cause() error

Cause function returns cause value.

func (ServerValidationError) Error added in v1.0.1

func (e ServerValidationError) Error() string

Error satisfies the builtin error interface

func (ServerValidationError) ErrorName added in v1.0.1

func (e ServerValidationError) ErrorName() string

ErrorName returns error name.

func (ServerValidationError) Field added in v1.0.1

func (e ServerValidationError) Field() string

Field function returns field value.

func (ServerValidationError) Key added in v1.0.1

func (e ServerValidationError) Key() bool

Key function returns key value.

func (ServerValidationError) Reason added in v1.0.1

func (e ServerValidationError) Reason() string

Reason function returns reason value.

type ServiceClient

type ServiceClient interface {
	// 用户登录
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginReply, error)
	// RefreshToken 刷新token
	RefreshToken(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*RefreshTokenReply, error)
	// AllEnv 获取全部环境
	AllEnv(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*AllEnvReply, error)
	// AddEnv 添加环境
	AddEnv(ctx context.Context, in *AddEnvRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// UpdateEnv 更新环境信息
	UpdateEnv(ctx context.Context, in *UpdateEnvRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// DeleteEnv 删除环境信息
	DeleteEnv(ctx context.Context, in *DeleteEnvRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// GetEnvToken 获取环境token
	GetEnvToken(ctx context.Context, in *GetEnvTokenRequest, opts ...grpc.CallOption) (*GetEnvTokenReply, error)
	// ResetEnvToken 重置环境token
	ResetEnvToken(ctx context.Context, in *ResetEnvTokenRequest, opts ...grpc.CallOption) (*ResetEnvTokenReply, error)
	PageServer(ctx context.Context, in *PageServerRequest, opts ...grpc.CallOption) (*PageServerReply, error)
	GetServer(ctx context.Context, in *GetServerRequest, opts ...grpc.CallOption) (*GetServerReply, error)
	AddServer(ctx context.Context, in *AddServerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UpdateServer(ctx context.Context, in *UpdateServerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteServer(ctx context.Context, in *DeleteServerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	PageResource(ctx context.Context, in *PageResourceRequest, opts ...grpc.CallOption) (*PageResourceReply, error)
	AddResource(ctx context.Context, in *AddResourceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UpdateResource(ctx context.Context, in *UpdateResourceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteResource(ctx context.Context, in *DeleteResourceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AllResourceServer(ctx context.Context, in *AllResourceServerRequest, opts ...grpc.CallOption) (*AllResourceServerReply, error)
	PageServerResource(ctx context.Context, in *PageServerResourceRequest, opts ...grpc.CallOption) (*PageServerResourceReply, error)
	AllResourceValue(ctx context.Context, in *AllResourceValueRequest, opts ...grpc.CallOption) (*AllResourceValueReply, error)
	UpdateResourceValue(ctx context.Context, in *UpdateResourceValueRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	PageBusiness(ctx context.Context, in *PageBusinessRequest, opts ...grpc.CallOption) (*PageBusinessReply, error)
	AddBusiness(ctx context.Context, in *AddBusinessRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UpdateBusiness(ctx context.Context, in *UpdateBusinessRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteBusiness(ctx context.Context, in *DeleteBusinessRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AllBusinessValue(ctx context.Context, in *AllBusinessValueRequest, opts ...grpc.CallOption) (*AllBusinessValueReply, error)
	UpdateBusinessValue(ctx context.Context, in *UpdateBusinessValueRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	PageTemplate(ctx context.Context, in *PageTemplateRequest, opts ...grpc.CallOption) (*PageTemplateReply, error)
	GetTemplate(ctx context.Context, in *GetTemplateRequest, opts ...grpc.CallOption) (*GetTemplateReply, error)
	CurrentTemplate(ctx context.Context, in *CurrentTemplateRequest, opts ...grpc.CallOption) (*CurrentTemplateReply, error)
	AddTemplate(ctx context.Context, in *AddTemplateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SwitchTemplate(ctx context.Context, in *SwitchTemplateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CompareTemplate(ctx context.Context, in *CompareTemplateRequest, opts ...grpc.CallOption) (*CompareTemplateReply, error)
	ParseTemplatePreview(ctx context.Context, in *ParseTemplatePreviewRequest, opts ...grpc.CallOption) (*ParseTemplatePreviewReply, error)
	ParseTemplate(ctx context.Context, in *ParseTemplateRequest, opts ...grpc.CallOption) (*ParseTemplateReply, error)
	GetConfigure(ctx context.Context, in *GetConfigureRequest, opts ...grpc.CallOption) (*GetConfigureReply, error)
	UpdateConfigure(ctx context.Context, in *UpdateConfigureRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CompareConfigure(ctx context.Context, in *CompareConfigureRequest, opts ...grpc.CallOption) (*CompareConfigureReply, error)
	WatchConfigure(ctx context.Context, in *WatchConfigureRequest, opts ...grpc.CallOption) (Service_WatchConfigureClient, error)
}

ServiceClient is the client API for Service service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewServiceClient

func NewServiceClient(cc grpc.ClientConnInterface) ServiceClient

type ServiceHTTPClient

type ServiceHTTPClient interface {
	AddBusiness(ctx context.Context, req *AddBusinessRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	AddEnv(ctx context.Context, req *AddEnvRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	AddResource(ctx context.Context, req *AddResourceRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	AddServer(ctx context.Context, req *AddServerRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	AddTemplate(ctx context.Context, req *AddTemplateRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	AllBusinessValue(ctx context.Context, req *AllBusinessValueRequest, opts ...http.CallOption) (rsp *AllBusinessValueReply, err error)
	AllEnv(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *AllEnvReply, err error)
	AllResourceServer(ctx context.Context, req *AllResourceServerRequest, opts ...http.CallOption) (rsp *AllResourceServerReply, err error)
	AllResourceValue(ctx context.Context, req *AllResourceValueRequest, opts ...http.CallOption) (rsp *AllResourceValueReply, err error)
	CompareConfigure(ctx context.Context, req *CompareConfigureRequest, opts ...http.CallOption) (rsp *CompareConfigureReply, err error)
	CompareTemplate(ctx context.Context, req *CompareTemplateRequest, opts ...http.CallOption) (rsp *CompareTemplateReply, err error)
	CurrentTemplate(ctx context.Context, req *CurrentTemplateRequest, opts ...http.CallOption) (rsp *CurrentTemplateReply, err error)
	DeleteBusiness(ctx context.Context, req *DeleteBusinessRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	DeleteEnv(ctx context.Context, req *DeleteEnvRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	DeleteResource(ctx context.Context, req *DeleteResourceRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	DeleteServer(ctx context.Context, req *DeleteServerRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	GetConfigure(ctx context.Context, req *GetConfigureRequest, opts ...http.CallOption) (rsp *GetConfigureReply, err error)
	GetEnvToken(ctx context.Context, req *GetEnvTokenRequest, opts ...http.CallOption) (rsp *GetEnvTokenReply, err error)
	GetServer(ctx context.Context, req *GetServerRequest, opts ...http.CallOption) (rsp *GetServerReply, err error)
	GetTemplate(ctx context.Context, req *GetTemplateRequest, opts ...http.CallOption) (rsp *GetTemplateReply, err error)
	Login(ctx context.Context, req *LoginRequest, opts ...http.CallOption) (rsp *LoginReply, err error)
	PageBusiness(ctx context.Context, req *PageBusinessRequest, opts ...http.CallOption) (rsp *PageBusinessReply, err error)
	PageResource(ctx context.Context, req *PageResourceRequest, opts ...http.CallOption) (rsp *PageResourceReply, err error)
	PageServer(ctx context.Context, req *PageServerRequest, opts ...http.CallOption) (rsp *PageServerReply, err error)
	PageServerResource(ctx context.Context, req *PageServerResourceRequest, opts ...http.CallOption) (rsp *PageServerResourceReply, err error)
	PageTemplate(ctx context.Context, req *PageTemplateRequest, opts ...http.CallOption) (rsp *PageTemplateReply, err error)
	ParseTemplate(ctx context.Context, req *ParseTemplateRequest, opts ...http.CallOption) (rsp *ParseTemplateReply, err error)
	ParseTemplatePreview(ctx context.Context, req *ParseTemplatePreviewRequest, opts ...http.CallOption) (rsp *ParseTemplatePreviewReply, err error)
	RefreshToken(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *RefreshTokenReply, err error)
	ResetEnvToken(ctx context.Context, req *ResetEnvTokenRequest, opts ...http.CallOption) (rsp *ResetEnvTokenReply, err error)
	SwitchTemplate(ctx context.Context, req *SwitchTemplateRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	UpdateBusiness(ctx context.Context, req *UpdateBusinessRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	UpdateBusinessValue(ctx context.Context, req *UpdateBusinessValueRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	UpdateConfigure(ctx context.Context, req *UpdateConfigureRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	UpdateEnv(ctx context.Context, req *UpdateEnvRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	UpdateResource(ctx context.Context, req *UpdateResourceRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	UpdateResourceValue(ctx context.Context, req *UpdateResourceValueRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	UpdateServer(ctx context.Context, req *UpdateServerRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
}

func NewServiceHTTPClient

func NewServiceHTTPClient(client *http.Client) ServiceHTTPClient

type ServiceHTTPClientImpl

type ServiceHTTPClientImpl struct {
	// contains filtered or unexported fields
}

func (*ServiceHTTPClientImpl) AddBusiness added in v1.0.1

func (*ServiceHTTPClientImpl) AddEnv added in v1.0.15

func (*ServiceHTTPClientImpl) AddResource added in v1.0.1

func (*ServiceHTTPClientImpl) AddServer added in v1.0.1

func (*ServiceHTTPClientImpl) AddTemplate added in v1.0.1

func (*ServiceHTTPClientImpl) AllBusinessValue added in v1.0.1

func (*ServiceHTTPClientImpl) AllEnv added in v1.0.15

func (*ServiceHTTPClientImpl) AllResourceServer added in v1.0.1

func (*ServiceHTTPClientImpl) AllResourceValue added in v1.0.1

func (*ServiceHTTPClientImpl) CompareConfigure added in v1.0.15

func (*ServiceHTTPClientImpl) CompareTemplate added in v1.0.15

func (*ServiceHTTPClientImpl) CurrentTemplate added in v1.0.1

func (*ServiceHTTPClientImpl) DeleteBusiness added in v1.0.1

func (c *ServiceHTTPClientImpl) DeleteBusiness(ctx context.Context, in *DeleteBusinessRequest, opts ...http.CallOption) (*emptypb.Empty, error)

func (*ServiceHTTPClientImpl) DeleteEnv added in v1.0.15

func (*ServiceHTTPClientImpl) DeleteResource added in v1.0.1

func (c *ServiceHTTPClientImpl) DeleteResource(ctx context.Context, in *DeleteResourceRequest, opts ...http.CallOption) (*emptypb.Empty, error)

func (*ServiceHTTPClientImpl) DeleteServer added in v1.0.1

func (*ServiceHTTPClientImpl) GetConfigure added in v1.0.3

func (*ServiceHTTPClientImpl) GetEnvToken added in v1.0.15

func (*ServiceHTTPClientImpl) GetServer added in v1.0.1

func (*ServiceHTTPClientImpl) GetTemplate added in v1.0.1

func (*ServiceHTTPClientImpl) Login added in v1.0.7

func (*ServiceHTTPClientImpl) PageBusiness added in v1.0.1

func (*ServiceHTTPClientImpl) PageResource added in v1.0.1

func (*ServiceHTTPClientImpl) PageServer added in v1.0.1

func (*ServiceHTTPClientImpl) PageServerResource added in v1.0.6

func (*ServiceHTTPClientImpl) PageTemplate added in v1.0.1

func (*ServiceHTTPClientImpl) ParseTemplate added in v1.0.3

func (*ServiceHTTPClientImpl) ParseTemplatePreview added in v1.0.6

func (*ServiceHTTPClientImpl) RefreshToken added in v1.0.7

func (c *ServiceHTTPClientImpl) RefreshToken(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*RefreshTokenReply, error)

func (*ServiceHTTPClientImpl) ResetEnvToken added in v1.0.15

func (*ServiceHTTPClientImpl) SwitchTemplate added in v1.0.15

func (c *ServiceHTTPClientImpl) SwitchTemplate(ctx context.Context, in *SwitchTemplateRequest, opts ...http.CallOption) (*emptypb.Empty, error)

func (*ServiceHTTPClientImpl) UpdateBusiness added in v1.0.1

func (c *ServiceHTTPClientImpl) UpdateBusiness(ctx context.Context, in *UpdateBusinessRequest, opts ...http.CallOption) (*emptypb.Empty, error)

func (*ServiceHTTPClientImpl) UpdateBusinessValue added in v1.0.1

func (c *ServiceHTTPClientImpl) UpdateBusinessValue(ctx context.Context, in *UpdateBusinessValueRequest, opts ...http.CallOption) (*emptypb.Empty, error)

func (*ServiceHTTPClientImpl) UpdateConfigure added in v1.0.3

func (c *ServiceHTTPClientImpl) UpdateConfigure(ctx context.Context, in *UpdateConfigureRequest, opts ...http.CallOption) (*emptypb.Empty, error)

func (*ServiceHTTPClientImpl) UpdateEnv added in v1.0.15

func (*ServiceHTTPClientImpl) UpdateResource added in v1.0.1

func (c *ServiceHTTPClientImpl) UpdateResource(ctx context.Context, in *UpdateResourceRequest, opts ...http.CallOption) (*emptypb.Empty, error)

func (*ServiceHTTPClientImpl) UpdateResourceValue added in v1.0.1

func (c *ServiceHTTPClientImpl) UpdateResourceValue(ctx context.Context, in *UpdateResourceValueRequest, opts ...http.CallOption) (*emptypb.Empty, error)

func (*ServiceHTTPClientImpl) UpdateServer added in v1.0.1

type ServiceHTTPServer

type ServiceHTTPServer interface {
	AddBusiness(context.Context, *AddBusinessRequest) (*emptypb.Empty, error)
	// AddEnv AddEnv 添加环境
	AddEnv(context.Context, *AddEnvRequest) (*emptypb.Empty, error)
	AddResource(context.Context, *AddResourceRequest) (*emptypb.Empty, error)
	AddServer(context.Context, *AddServerRequest) (*emptypb.Empty, error)
	AddTemplate(context.Context, *AddTemplateRequest) (*emptypb.Empty, error)
	AllBusinessValue(context.Context, *AllBusinessValueRequest) (*AllBusinessValueReply, error)
	// AllEnv AllEnv 获取全部环境
	AllEnv(context.Context, *emptypb.Empty) (*AllEnvReply, error)
	AllResourceServer(context.Context, *AllResourceServerRequest) (*AllResourceServerReply, error)
	AllResourceValue(context.Context, *AllResourceValueRequest) (*AllResourceValueReply, error)
	CompareConfigure(context.Context, *CompareConfigureRequest) (*CompareConfigureReply, error)
	CompareTemplate(context.Context, *CompareTemplateRequest) (*CompareTemplateReply, error)
	CurrentTemplate(context.Context, *CurrentTemplateRequest) (*CurrentTemplateReply, error)
	DeleteBusiness(context.Context, *DeleteBusinessRequest) (*emptypb.Empty, error)
	// DeleteEnv DeleteEnv 删除环境信息
	DeleteEnv(context.Context, *DeleteEnvRequest) (*emptypb.Empty, error)
	DeleteResource(context.Context, *DeleteResourceRequest) (*emptypb.Empty, error)
	DeleteServer(context.Context, *DeleteServerRequest) (*emptypb.Empty, error)
	GetConfigure(context.Context, *GetConfigureRequest) (*GetConfigureReply, error)
	// GetEnvToken GetEnvToken 获取环境token
	GetEnvToken(context.Context, *GetEnvTokenRequest) (*GetEnvTokenReply, error)
	GetServer(context.Context, *GetServerRequest) (*GetServerReply, error)
	GetTemplate(context.Context, *GetTemplateRequest) (*GetTemplateReply, error)
	// Login 用户登录
	Login(context.Context, *LoginRequest) (*LoginReply, error)
	PageBusiness(context.Context, *PageBusinessRequest) (*PageBusinessReply, error)
	PageResource(context.Context, *PageResourceRequest) (*PageResourceReply, error)
	PageServer(context.Context, *PageServerRequest) (*PageServerReply, error)
	PageServerResource(context.Context, *PageServerResourceRequest) (*PageServerResourceReply, error)
	PageTemplate(context.Context, *PageTemplateRequest) (*PageTemplateReply, error)
	ParseTemplate(context.Context, *ParseTemplateRequest) (*ParseTemplateReply, error)
	ParseTemplatePreview(context.Context, *ParseTemplatePreviewRequest) (*ParseTemplatePreviewReply, error)
	// RefreshToken RefreshToken 刷新token
	RefreshToken(context.Context, *emptypb.Empty) (*RefreshTokenReply, error)
	// ResetEnvToken ResetEnvToken 重置环境token
	ResetEnvToken(context.Context, *ResetEnvTokenRequest) (*ResetEnvTokenReply, error)
	SwitchTemplate(context.Context, *SwitchTemplateRequest) (*emptypb.Empty, error)
	UpdateBusiness(context.Context, *UpdateBusinessRequest) (*emptypb.Empty, error)
	UpdateBusinessValue(context.Context, *UpdateBusinessValueRequest) (*emptypb.Empty, error)
	UpdateConfigure(context.Context, *UpdateConfigureRequest) (*emptypb.Empty, error)
	// UpdateEnv UpdateEnv 更新环境信息
	UpdateEnv(context.Context, *UpdateEnvRequest) (*emptypb.Empty, error)
	UpdateResource(context.Context, *UpdateResourceRequest) (*emptypb.Empty, error)
	UpdateResourceValue(context.Context, *UpdateResourceValueRequest) (*emptypb.Empty, error)
	UpdateServer(context.Context, *UpdateServerRequest) (*emptypb.Empty, error)
}

type ServiceServer

type ServiceServer interface {
	// 用户登录
	Login(context.Context, *LoginRequest) (*LoginReply, error)
	// RefreshToken 刷新token
	RefreshToken(context.Context, *emptypb.Empty) (*RefreshTokenReply, error)
	// AllEnv 获取全部环境
	AllEnv(context.Context, *emptypb.Empty) (*AllEnvReply, error)
	// AddEnv 添加环境
	AddEnv(context.Context, *AddEnvRequest) (*emptypb.Empty, error)
	// UpdateEnv 更新环境信息
	UpdateEnv(context.Context, *UpdateEnvRequest) (*emptypb.Empty, error)
	// DeleteEnv 删除环境信息
	DeleteEnv(context.Context, *DeleteEnvRequest) (*emptypb.Empty, error)
	// GetEnvToken 获取环境token
	GetEnvToken(context.Context, *GetEnvTokenRequest) (*GetEnvTokenReply, error)
	// ResetEnvToken 重置环境token
	ResetEnvToken(context.Context, *ResetEnvTokenRequest) (*ResetEnvTokenReply, error)
	PageServer(context.Context, *PageServerRequest) (*PageServerReply, error)
	GetServer(context.Context, *GetServerRequest) (*GetServerReply, error)
	AddServer(context.Context, *AddServerRequest) (*emptypb.Empty, error)
	UpdateServer(context.Context, *UpdateServerRequest) (*emptypb.Empty, error)
	DeleteServer(context.Context, *DeleteServerRequest) (*emptypb.Empty, error)
	PageResource(context.Context, *PageResourceRequest) (*PageResourceReply, error)
	AddResource(context.Context, *AddResourceRequest) (*emptypb.Empty, error)
	UpdateResource(context.Context, *UpdateResourceRequest) (*emptypb.Empty, error)
	DeleteResource(context.Context, *DeleteResourceRequest) (*emptypb.Empty, error)
	AllResourceServer(context.Context, *AllResourceServerRequest) (*AllResourceServerReply, error)
	PageServerResource(context.Context, *PageServerResourceRequest) (*PageServerResourceReply, error)
	AllResourceValue(context.Context, *AllResourceValueRequest) (*AllResourceValueReply, error)
	UpdateResourceValue(context.Context, *UpdateResourceValueRequest) (*emptypb.Empty, error)
	PageBusiness(context.Context, *PageBusinessRequest) (*PageBusinessReply, error)
	AddBusiness(context.Context, *AddBusinessRequest) (*emptypb.Empty, error)
	UpdateBusiness(context.Context, *UpdateBusinessRequest) (*emptypb.Empty, error)
	DeleteBusiness(context.Context, *DeleteBusinessRequest) (*emptypb.Empty, error)
	AllBusinessValue(context.Context, *AllBusinessValueRequest) (*AllBusinessValueReply, error)
	UpdateBusinessValue(context.Context, *UpdateBusinessValueRequest) (*emptypb.Empty, error)
	PageTemplate(context.Context, *PageTemplateRequest) (*PageTemplateReply, error)
	GetTemplate(context.Context, *GetTemplateRequest) (*GetTemplateReply, error)
	CurrentTemplate(context.Context, *CurrentTemplateRequest) (*CurrentTemplateReply, error)
	AddTemplate(context.Context, *AddTemplateRequest) (*emptypb.Empty, error)
	SwitchTemplate(context.Context, *SwitchTemplateRequest) (*emptypb.Empty, error)
	CompareTemplate(context.Context, *CompareTemplateRequest) (*CompareTemplateReply, error)
	ParseTemplatePreview(context.Context, *ParseTemplatePreviewRequest) (*ParseTemplatePreviewReply, error)
	ParseTemplate(context.Context, *ParseTemplateRequest) (*ParseTemplateReply, error)
	GetConfigure(context.Context, *GetConfigureRequest) (*GetConfigureReply, error)
	UpdateConfigure(context.Context, *UpdateConfigureRequest) (*emptypb.Empty, error)
	CompareConfigure(context.Context, *CompareConfigureRequest) (*CompareConfigureReply, error)
	WatchConfigure(*WatchConfigureRequest, Service_WatchConfigureServer) error
	// contains filtered or unexported methods
}

ServiceServer is the server API for Service service. All implementations must embed UnimplementedServiceServer for forward compatibility

type Service_WatchConfigureClient added in v1.0.3

type Service_WatchConfigureClient interface {
	Recv() (*WatchConfigureReply, error)
	grpc.ClientStream
}

type Service_WatchConfigureServer added in v1.0.3

type Service_WatchConfigureServer interface {
	Send(*WatchConfigureReply) error
	grpc.ServerStream
}

type SwitchTemplateRequest added in v1.0.15

type SwitchTemplateRequest struct {
	Id       uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ServerId uint32 `protobuf:"varint,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	// contains filtered or unexported fields
}

切换模板

func (*SwitchTemplateRequest) Descriptor deprecated added in v1.0.15

func (*SwitchTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use SwitchTemplateRequest.ProtoReflect.Descriptor instead.

func (*SwitchTemplateRequest) GetId added in v1.0.15

func (x *SwitchTemplateRequest) GetId() uint32

func (*SwitchTemplateRequest) GetServerId added in v1.0.15

func (x *SwitchTemplateRequest) GetServerId() uint32

func (*SwitchTemplateRequest) ProtoMessage added in v1.0.15

func (*SwitchTemplateRequest) ProtoMessage()

func (*SwitchTemplateRequest) ProtoReflect added in v1.0.15

func (x *SwitchTemplateRequest) ProtoReflect() protoreflect.Message

func (*SwitchTemplateRequest) Reset added in v1.0.15

func (x *SwitchTemplateRequest) Reset()

func (*SwitchTemplateRequest) String added in v1.0.15

func (x *SwitchTemplateRequest) String() string

func (*SwitchTemplateRequest) Validate added in v1.0.15

func (m *SwitchTemplateRequest) Validate() error

Validate checks the field values on SwitchTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SwitchTemplateRequest) ValidateAll added in v1.0.15

func (m *SwitchTemplateRequest) ValidateAll() error

ValidateAll checks the field values on SwitchTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SwitchTemplateRequestMultiError, or nil if none found.

type SwitchTemplateRequestMultiError added in v1.0.15

type SwitchTemplateRequestMultiError []error

SwitchTemplateRequestMultiError is an error wrapping multiple validation errors returned by SwitchTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (SwitchTemplateRequestMultiError) AllErrors added in v1.0.15

func (m SwitchTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SwitchTemplateRequestMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type SwitchTemplateRequestValidationError added in v1.0.15

type SwitchTemplateRequestValidationError struct {
	// contains filtered or unexported fields
}

SwitchTemplateRequestValidationError is the validation error returned by SwitchTemplateRequest.Validate if the designated constraints aren't met.

func (SwitchTemplateRequestValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (SwitchTemplateRequestValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (SwitchTemplateRequestValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (SwitchTemplateRequestValidationError) Field added in v1.0.15

Field function returns field value.

func (SwitchTemplateRequestValidationError) Key added in v1.0.15

Key function returns key value.

func (SwitchTemplateRequestValidationError) Reason added in v1.0.15

Reason function returns reason value.

type Template added in v1.0.6

type Template struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ServerId    uint32 `protobuf:"varint,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Version     string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	Format      string `protobuf:"bytes,5,opt,name=format,proto3" json:"format,omitempty"`
	IsUse       bool   `protobuf:"varint,6,opt,name=is_use,json=isUse,proto3" json:"is_use,omitempty"`
	Compare     string `protobuf:"bytes,7,opt,name=compare,proto3" json:"compare,omitempty"`
	Content     string `protobuf:"bytes,8,opt,name=content,proto3" json:"content,omitempty"`
	CreatedAt   uint32 `protobuf:"varint,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Template) Descriptor deprecated added in v1.0.6

func (*Template) Descriptor() ([]byte, []int)

Deprecated: Use Template.ProtoReflect.Descriptor instead.

func (*Template) GetCompare added in v1.0.15

func (x *Template) GetCompare() string

func (*Template) GetContent added in v1.0.6

func (x *Template) GetContent() string

func (*Template) GetCreatedAt added in v1.0.6

func (x *Template) GetCreatedAt() uint32

func (*Template) GetDescription added in v1.0.6

func (x *Template) GetDescription() string

func (*Template) GetFormat added in v1.0.15

func (x *Template) GetFormat() string

func (*Template) GetId added in v1.0.6

func (x *Template) GetId() uint32

func (*Template) GetIsUse added in v1.0.6

func (x *Template) GetIsUse() bool

func (*Template) GetServerId added in v1.0.6

func (x *Template) GetServerId() uint32

func (*Template) GetVersion added in v1.0.6

func (x *Template) GetVersion() string

func (*Template) ProtoMessage added in v1.0.6

func (*Template) ProtoMessage()

func (*Template) ProtoReflect added in v1.0.6

func (x *Template) ProtoReflect() protoreflect.Message

func (*Template) Reset added in v1.0.6

func (x *Template) Reset()

func (*Template) String added in v1.0.6

func (x *Template) String() string

func (*Template) Validate added in v1.0.6

func (m *Template) Validate() error

Validate checks the field values on Template with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Template) ValidateAll added in v1.0.6

func (m *Template) ValidateAll() error

ValidateAll checks the field values on Template with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TemplateMultiError, or nil if none found.

type TemplateMultiError added in v1.0.6

type TemplateMultiError []error

TemplateMultiError is an error wrapping multiple validation errors returned by Template.ValidateAll() if the designated constraints aren't met.

func (TemplateMultiError) AllErrors added in v1.0.6

func (m TemplateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TemplateMultiError) Error added in v1.0.6

func (m TemplateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TemplateValidationError added in v1.0.6

type TemplateValidationError struct {
	// contains filtered or unexported fields
}

TemplateValidationError is the validation error returned by Template.Validate if the designated constraints aren't met.

func (TemplateValidationError) Cause added in v1.0.6

func (e TemplateValidationError) Cause() error

Cause function returns cause value.

func (TemplateValidationError) Error added in v1.0.6

func (e TemplateValidationError) Error() string

Error satisfies the builtin error interface

func (TemplateValidationError) ErrorName added in v1.0.6

func (e TemplateValidationError) ErrorName() string

ErrorName returns error name.

func (TemplateValidationError) Field added in v1.0.6

func (e TemplateValidationError) Field() string

Field function returns field value.

func (TemplateValidationError) Key added in v1.0.6

func (e TemplateValidationError) Key() bool

Key function returns key value.

func (TemplateValidationError) Reason added in v1.0.6

func (e TemplateValidationError) Reason() string

Reason function returns reason value.

type UnimplementedServiceServer

type UnimplementedServiceServer struct {
}

UnimplementedServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedServiceServer) AddBusiness added in v1.0.1

func (UnimplementedServiceServer) AddEnv added in v1.0.15

func (UnimplementedServiceServer) AddResource added in v1.0.1

func (UnimplementedServiceServer) AddServer added in v1.0.1

func (UnimplementedServiceServer) AddTemplate added in v1.0.1

func (UnimplementedServiceServer) AllBusinessValue added in v1.0.1

func (UnimplementedServiceServer) AllEnv added in v1.0.15

func (UnimplementedServiceServer) AllResourceServer added in v1.0.1

func (UnimplementedServiceServer) AllResourceValue added in v1.0.1

func (UnimplementedServiceServer) CompareConfigure added in v1.0.15

func (UnimplementedServiceServer) CompareTemplate added in v1.0.15

func (UnimplementedServiceServer) CurrentTemplate added in v1.0.1

func (UnimplementedServiceServer) DeleteBusiness added in v1.0.1

func (UnimplementedServiceServer) DeleteEnv added in v1.0.15

func (UnimplementedServiceServer) DeleteResource added in v1.0.1

func (UnimplementedServiceServer) DeleteServer added in v1.0.1

func (UnimplementedServiceServer) GetConfigure added in v1.0.3

func (UnimplementedServiceServer) GetEnvToken added in v1.0.15

func (UnimplementedServiceServer) GetServer added in v1.0.1

func (UnimplementedServiceServer) GetTemplate added in v1.0.1

func (UnimplementedServiceServer) Login added in v1.0.7

func (UnimplementedServiceServer) PageBusiness added in v1.0.1

func (UnimplementedServiceServer) PageResource added in v1.0.1

func (UnimplementedServiceServer) PageServer added in v1.0.1

func (UnimplementedServiceServer) PageServerResource added in v1.0.6

func (UnimplementedServiceServer) PageTemplate added in v1.0.1

func (UnimplementedServiceServer) ParseTemplate added in v1.0.3

func (UnimplementedServiceServer) ParseTemplatePreview added in v1.0.6

func (UnimplementedServiceServer) RefreshToken added in v1.0.7

func (UnimplementedServiceServer) ResetEnvToken added in v1.0.15

func (UnimplementedServiceServer) SwitchTemplate added in v1.0.15

func (UnimplementedServiceServer) UpdateBusiness added in v1.0.1

func (UnimplementedServiceServer) UpdateBusinessValue added in v1.0.1

func (UnimplementedServiceServer) UpdateConfigure added in v1.0.3

func (UnimplementedServiceServer) UpdateEnv added in v1.0.15

func (UnimplementedServiceServer) UpdateResource added in v1.0.1

func (UnimplementedServiceServer) UpdateResourceValue added in v1.0.1

func (UnimplementedServiceServer) UpdateServer added in v1.0.1

func (UnimplementedServiceServer) WatchConfigure added in v1.0.3

type UnsafeServiceServer

type UnsafeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ServiceServer will result in compilation errors.

type UpdateBusinessRequest added in v1.0.1

type UpdateBusinessRequest struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Keyword     string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Type        string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

修改业务key

func (*UpdateBusinessRequest) Descriptor deprecated added in v1.0.1

func (*UpdateBusinessRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBusinessRequest.ProtoReflect.Descriptor instead.

func (*UpdateBusinessRequest) GetDescription added in v1.0.1

func (x *UpdateBusinessRequest) GetDescription() string

func (*UpdateBusinessRequest) GetId added in v1.0.1

func (x *UpdateBusinessRequest) GetId() uint32

func (*UpdateBusinessRequest) GetKeyword added in v1.0.1

func (x *UpdateBusinessRequest) GetKeyword() string

func (*UpdateBusinessRequest) GetType added in v1.0.6

func (x *UpdateBusinessRequest) GetType() string

func (*UpdateBusinessRequest) ProtoMessage added in v1.0.1

func (*UpdateBusinessRequest) ProtoMessage()

func (*UpdateBusinessRequest) ProtoReflect added in v1.0.1

func (x *UpdateBusinessRequest) ProtoReflect() protoreflect.Message

func (*UpdateBusinessRequest) Reset added in v1.0.1

func (x *UpdateBusinessRequest) Reset()

func (*UpdateBusinessRequest) String added in v1.0.1

func (x *UpdateBusinessRequest) String() string

func (*UpdateBusinessRequest) Validate added in v1.0.1

func (m *UpdateBusinessRequest) Validate() error

Validate checks the field values on UpdateBusinessRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateBusinessRequest) ValidateAll added in v1.0.1

func (m *UpdateBusinessRequest) ValidateAll() error

ValidateAll checks the field values on UpdateBusinessRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateBusinessRequestMultiError, or nil if none found.

type UpdateBusinessRequestMultiError added in v1.0.1

type UpdateBusinessRequestMultiError []error

UpdateBusinessRequestMultiError is an error wrapping multiple validation errors returned by UpdateBusinessRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateBusinessRequestMultiError) AllErrors added in v1.0.1

func (m UpdateBusinessRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateBusinessRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type UpdateBusinessRequestValidationError added in v1.0.1

type UpdateBusinessRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateBusinessRequestValidationError is the validation error returned by UpdateBusinessRequest.Validate if the designated constraints aren't met.

func (UpdateBusinessRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UpdateBusinessRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UpdateBusinessRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UpdateBusinessRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UpdateBusinessRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UpdateBusinessRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type UpdateBusinessValueRequest added in v1.0.1

type UpdateBusinessValueRequest struct {
	BusinessId uint32                                      `protobuf:"varint,1,opt,name=business_id,json=businessId,proto3" json:"business_id,omitempty"`
	List       []*UpdateBusinessValueRequest_BusinessValue `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

修改资源值

func (*UpdateBusinessValueRequest) Descriptor deprecated added in v1.0.1

func (*UpdateBusinessValueRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBusinessValueRequest.ProtoReflect.Descriptor instead.

func (*UpdateBusinessValueRequest) GetBusinessId added in v1.0.6

func (x *UpdateBusinessValueRequest) GetBusinessId() uint32

func (*UpdateBusinessValueRequest) GetList added in v1.0.6

func (*UpdateBusinessValueRequest) ProtoMessage added in v1.0.1

func (*UpdateBusinessValueRequest) ProtoMessage()

func (*UpdateBusinessValueRequest) ProtoReflect added in v1.0.1

func (*UpdateBusinessValueRequest) Reset added in v1.0.1

func (x *UpdateBusinessValueRequest) Reset()

func (*UpdateBusinessValueRequest) String added in v1.0.1

func (x *UpdateBusinessValueRequest) String() string

func (*UpdateBusinessValueRequest) Validate added in v1.0.1

func (m *UpdateBusinessValueRequest) Validate() error

Validate checks the field values on UpdateBusinessValueRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateBusinessValueRequest) ValidateAll added in v1.0.1

func (m *UpdateBusinessValueRequest) ValidateAll() error

ValidateAll checks the field values on UpdateBusinessValueRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateBusinessValueRequestMultiError, or nil if none found.

type UpdateBusinessValueRequestMultiError added in v1.0.1

type UpdateBusinessValueRequestMultiError []error

UpdateBusinessValueRequestMultiError is an error wrapping multiple validation errors returned by UpdateBusinessValueRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateBusinessValueRequestMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (UpdateBusinessValueRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type UpdateBusinessValueRequestValidationError added in v1.0.1

type UpdateBusinessValueRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateBusinessValueRequestValidationError is the validation error returned by UpdateBusinessValueRequest.Validate if the designated constraints aren't met.

func (UpdateBusinessValueRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UpdateBusinessValueRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UpdateBusinessValueRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UpdateBusinessValueRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UpdateBusinessValueRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UpdateBusinessValueRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type UpdateBusinessValueRequest_BusinessValue added in v1.0.6

type UpdateBusinessValueRequest_BusinessValue struct {
	EnvId uint32 `protobuf:"varint,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBusinessValueRequest_BusinessValue) Descriptor deprecated added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBusinessValueRequest_BusinessValue.ProtoReflect.Descriptor instead.

func (*UpdateBusinessValueRequest_BusinessValue) GetEnvId added in v1.0.15

func (*UpdateBusinessValueRequest_BusinessValue) GetValue added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) ProtoMessage added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) ProtoReflect added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) Reset added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) String added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) Validate added in v1.0.6

Validate checks the field values on UpdateBusinessValueRequest_BusinessValue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateBusinessValueRequest_BusinessValue) ValidateAll added in v1.0.6

ValidateAll checks the field values on UpdateBusinessValueRequest_BusinessValue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateBusinessValueRequest_BusinessValueMultiError, or nil if none found.

type UpdateBusinessValueRequest_BusinessValueMultiError added in v1.0.6

type UpdateBusinessValueRequest_BusinessValueMultiError []error

UpdateBusinessValueRequest_BusinessValueMultiError is an error wrapping multiple validation errors returned by UpdateBusinessValueRequest_BusinessValue.ValidateAll() if the designated constraints aren't met.

func (UpdateBusinessValueRequest_BusinessValueMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (UpdateBusinessValueRequest_BusinessValueMultiError) Error added in v1.0.6

Error returns a concatenation of all the error messages it wraps.

type UpdateBusinessValueRequest_BusinessValueValidationError added in v1.0.6

type UpdateBusinessValueRequest_BusinessValueValidationError struct {
	// contains filtered or unexported fields
}

UpdateBusinessValueRequest_BusinessValueValidationError is the validation error returned by UpdateBusinessValueRequest_BusinessValue.Validate if the designated constraints aren't met.

func (UpdateBusinessValueRequest_BusinessValueValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (UpdateBusinessValueRequest_BusinessValueValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (UpdateBusinessValueRequest_BusinessValueValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (UpdateBusinessValueRequest_BusinessValueValidationError) Field added in v1.0.6

Field function returns field value.

func (UpdateBusinessValueRequest_BusinessValueValidationError) Key added in v1.0.6

Key function returns key value.

func (UpdateBusinessValueRequest_BusinessValueValidationError) Reason added in v1.0.6

Reason function returns reason value.

type UpdateConfigureRequest added in v1.0.3

type UpdateConfigureRequest struct {
	ServerId    uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	EnvId       uint32 `protobuf:"varint,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

新增配置

func (*UpdateConfigureRequest) Descriptor deprecated added in v1.0.3

func (*UpdateConfigureRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateConfigureRequest.ProtoReflect.Descriptor instead.

func (*UpdateConfigureRequest) GetDescription added in v1.0.3

func (x *UpdateConfigureRequest) GetDescription() string

func (*UpdateConfigureRequest) GetEnvId added in v1.0.15

func (x *UpdateConfigureRequest) GetEnvId() uint32

func (*UpdateConfigureRequest) GetServerId added in v1.0.3

func (x *UpdateConfigureRequest) GetServerId() uint32

func (*UpdateConfigureRequest) ProtoMessage added in v1.0.3

func (*UpdateConfigureRequest) ProtoMessage()

func (*UpdateConfigureRequest) ProtoReflect added in v1.0.3

func (x *UpdateConfigureRequest) ProtoReflect() protoreflect.Message

func (*UpdateConfigureRequest) Reset added in v1.0.3

func (x *UpdateConfigureRequest) Reset()

func (*UpdateConfigureRequest) String added in v1.0.3

func (x *UpdateConfigureRequest) String() string

func (*UpdateConfigureRequest) Validate added in v1.0.3

func (m *UpdateConfigureRequest) Validate() error

Validate checks the field values on UpdateConfigureRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateConfigureRequest) ValidateAll added in v1.0.3

func (m *UpdateConfigureRequest) ValidateAll() error

ValidateAll checks the field values on UpdateConfigureRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateConfigureRequestMultiError, or nil if none found.

type UpdateConfigureRequestMultiError added in v1.0.3

type UpdateConfigureRequestMultiError []error

UpdateConfigureRequestMultiError is an error wrapping multiple validation errors returned by UpdateConfigureRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateConfigureRequestMultiError) AllErrors added in v1.0.3

func (m UpdateConfigureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateConfigureRequestMultiError) Error added in v1.0.3

Error returns a concatenation of all the error messages it wraps.

type UpdateConfigureRequestValidationError added in v1.0.3

type UpdateConfigureRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateConfigureRequestValidationError is the validation error returned by UpdateConfigureRequest.Validate if the designated constraints aren't met.

func (UpdateConfigureRequestValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (UpdateConfigureRequestValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (UpdateConfigureRequestValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (UpdateConfigureRequestValidationError) Field added in v1.0.3

Field function returns field value.

func (UpdateConfigureRequestValidationError) Key added in v1.0.3

Key function returns key value.

func (UpdateConfigureRequestValidationError) Reason added in v1.0.3

Reason function returns reason value.

type UpdateEnvRequest added in v1.0.15

type UpdateEnvRequest struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Keyword     string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Status      *bool  `protobuf:"varint,5,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

修改环境

func (*UpdateEnvRequest) Descriptor deprecated added in v1.0.15

func (*UpdateEnvRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEnvRequest.ProtoReflect.Descriptor instead.

func (*UpdateEnvRequest) GetDescription added in v1.0.15

func (x *UpdateEnvRequest) GetDescription() string

func (*UpdateEnvRequest) GetId added in v1.0.15

func (x *UpdateEnvRequest) GetId() uint32

func (*UpdateEnvRequest) GetKeyword added in v1.0.15

func (x *UpdateEnvRequest) GetKeyword() string

func (*UpdateEnvRequest) GetName added in v1.0.15

func (x *UpdateEnvRequest) GetName() string

func (*UpdateEnvRequest) GetStatus added in v1.0.15

func (x *UpdateEnvRequest) GetStatus() bool

func (*UpdateEnvRequest) ProtoMessage added in v1.0.15

func (*UpdateEnvRequest) ProtoMessage()

func (*UpdateEnvRequest) ProtoReflect added in v1.0.15

func (x *UpdateEnvRequest) ProtoReflect() protoreflect.Message

func (*UpdateEnvRequest) Reset added in v1.0.15

func (x *UpdateEnvRequest) Reset()

func (*UpdateEnvRequest) String added in v1.0.15

func (x *UpdateEnvRequest) String() string

func (*UpdateEnvRequest) Validate added in v1.0.15

func (m *UpdateEnvRequest) Validate() error

Validate checks the field values on UpdateEnvRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateEnvRequest) ValidateAll added in v1.0.15

func (m *UpdateEnvRequest) ValidateAll() error

ValidateAll checks the field values on UpdateEnvRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateEnvRequestMultiError, or nil if none found.

type UpdateEnvRequestMultiError added in v1.0.15

type UpdateEnvRequestMultiError []error

UpdateEnvRequestMultiError is an error wrapping multiple validation errors returned by UpdateEnvRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateEnvRequestMultiError) AllErrors added in v1.0.15

func (m UpdateEnvRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateEnvRequestMultiError) Error added in v1.0.15

Error returns a concatenation of all the error messages it wraps.

type UpdateEnvRequestValidationError added in v1.0.15

type UpdateEnvRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateEnvRequestValidationError is the validation error returned by UpdateEnvRequest.Validate if the designated constraints aren't met.

func (UpdateEnvRequestValidationError) Cause added in v1.0.15

Cause function returns cause value.

func (UpdateEnvRequestValidationError) Error added in v1.0.15

Error satisfies the builtin error interface

func (UpdateEnvRequestValidationError) ErrorName added in v1.0.15

ErrorName returns error name.

func (UpdateEnvRequestValidationError) Field added in v1.0.15

Field function returns field value.

func (UpdateEnvRequestValidationError) Key added in v1.0.15

Key function returns key value.

func (UpdateEnvRequestValidationError) Reason added in v1.0.15

Reason function returns reason value.

type UpdateResourceRequest added in v1.0.1

type UpdateResourceRequest struct {
	Id          uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Tag         string   `protobuf:"bytes,3,opt,name=tag,proto3" json:"tag,omitempty"`
	Fields      string   `protobuf:"bytes,4,opt,name=fields,proto3" json:"fields,omitempty"`
	Private     *bool    `protobuf:"varint,5,opt,name=private,proto3,oneof" json:"private,omitempty"`
	Servers     []uint32 `protobuf:"varint,6,rep,packed,name=servers,proto3" json:"servers,omitempty"`
	// contains filtered or unexported fields
}

修改环境

func (*UpdateResourceRequest) Descriptor deprecated added in v1.0.1

func (*UpdateResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateResourceRequest.ProtoReflect.Descriptor instead.

func (*UpdateResourceRequest) GetDescription added in v1.0.1

func (x *UpdateResourceRequest) GetDescription() string

func (*UpdateResourceRequest) GetFields added in v1.0.1

func (x *UpdateResourceRequest) GetFields() string

func (*UpdateResourceRequest) GetId added in v1.0.1

func (x *UpdateResourceRequest) GetId() uint32

func (*UpdateResourceRequest) GetPrivate added in v1.0.6

func (x *UpdateResourceRequest) GetPrivate() bool

func (*UpdateResourceRequest) GetServers added in v1.0.6

func (x *UpdateResourceRequest) GetServers() []uint32

func (*UpdateResourceRequest) GetTag added in v1.0.1

func (x *UpdateResourceRequest) GetTag() string

func (*UpdateResourceRequest) ProtoMessage added in v1.0.1

func (*UpdateResourceRequest) ProtoMessage()

func (*UpdateResourceRequest) ProtoReflect added in v1.0.1

func (x *UpdateResourceRequest) ProtoReflect() protoreflect.Message

func (*UpdateResourceRequest) Reset added in v1.0.1

func (x *UpdateResourceRequest) Reset()

func (*UpdateResourceRequest) String added in v1.0.1

func (x *UpdateResourceRequest) String() string

func (*UpdateResourceRequest) Validate added in v1.0.1

func (m *UpdateResourceRequest) Validate() error

Validate checks the field values on UpdateResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateResourceRequest) ValidateAll added in v1.0.1

func (m *UpdateResourceRequest) ValidateAll() error

ValidateAll checks the field values on UpdateResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateResourceRequestMultiError, or nil if none found.

type UpdateResourceRequestMultiError added in v1.0.1

type UpdateResourceRequestMultiError []error

UpdateResourceRequestMultiError is an error wrapping multiple validation errors returned by UpdateResourceRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateResourceRequestMultiError) AllErrors added in v1.0.1

func (m UpdateResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateResourceRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type UpdateResourceRequestValidationError added in v1.0.1

type UpdateResourceRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateResourceRequestValidationError is the validation error returned by UpdateResourceRequest.Validate if the designated constraints aren't met.

func (UpdateResourceRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UpdateResourceRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UpdateResourceRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UpdateResourceRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UpdateResourceRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UpdateResourceRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type UpdateResourceValueRequest added in v1.0.1

type UpdateResourceValueRequest struct {
	ResourceId uint32                                      `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	List       []*UpdateResourceValueRequest_ResourceValue `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

修改资源值

func (*UpdateResourceValueRequest) Descriptor deprecated added in v1.0.1

func (*UpdateResourceValueRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateResourceValueRequest.ProtoReflect.Descriptor instead.

func (*UpdateResourceValueRequest) GetList added in v1.0.6

func (*UpdateResourceValueRequest) GetResourceId added in v1.0.6

func (x *UpdateResourceValueRequest) GetResourceId() uint32

func (*UpdateResourceValueRequest) ProtoMessage added in v1.0.1

func (*UpdateResourceValueRequest) ProtoMessage()

func (*UpdateResourceValueRequest) ProtoReflect added in v1.0.1

func (*UpdateResourceValueRequest) Reset added in v1.0.1

func (x *UpdateResourceValueRequest) Reset()

func (*UpdateResourceValueRequest) String added in v1.0.1

func (x *UpdateResourceValueRequest) String() string

func (*UpdateResourceValueRequest) Validate added in v1.0.1

func (m *UpdateResourceValueRequest) Validate() error

Validate checks the field values on UpdateResourceValueRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateResourceValueRequest) ValidateAll added in v1.0.1

func (m *UpdateResourceValueRequest) ValidateAll() error

ValidateAll checks the field values on UpdateResourceValueRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateResourceValueRequestMultiError, or nil if none found.

type UpdateResourceValueRequestMultiError added in v1.0.1

type UpdateResourceValueRequestMultiError []error

UpdateResourceValueRequestMultiError is an error wrapping multiple validation errors returned by UpdateResourceValueRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateResourceValueRequestMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (UpdateResourceValueRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type UpdateResourceValueRequestValidationError added in v1.0.1

type UpdateResourceValueRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateResourceValueRequestValidationError is the validation error returned by UpdateResourceValueRequest.Validate if the designated constraints aren't met.

func (UpdateResourceValueRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UpdateResourceValueRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UpdateResourceValueRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UpdateResourceValueRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UpdateResourceValueRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UpdateResourceValueRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type UpdateResourceValueRequest_ResourceValue added in v1.0.6

type UpdateResourceValueRequest_ResourceValue struct {
	EnvId uint32 `protobuf:"varint,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateResourceValueRequest_ResourceValue) Descriptor deprecated added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) Descriptor() ([]byte, []int)

Deprecated: Use UpdateResourceValueRequest_ResourceValue.ProtoReflect.Descriptor instead.

func (*UpdateResourceValueRequest_ResourceValue) GetEnvId added in v1.0.15

func (*UpdateResourceValueRequest_ResourceValue) GetValue added in v1.0.15

func (*UpdateResourceValueRequest_ResourceValue) ProtoMessage added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) ProtoReflect added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) Reset added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) String added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) Validate added in v1.0.6

Validate checks the field values on UpdateResourceValueRequest_ResourceValue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateResourceValueRequest_ResourceValue) ValidateAll added in v1.0.6

ValidateAll checks the field values on UpdateResourceValueRequest_ResourceValue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateResourceValueRequest_ResourceValueMultiError, or nil if none found.

type UpdateResourceValueRequest_ResourceValueMultiError added in v1.0.6

type UpdateResourceValueRequest_ResourceValueMultiError []error

UpdateResourceValueRequest_ResourceValueMultiError is an error wrapping multiple validation errors returned by UpdateResourceValueRequest_ResourceValue.ValidateAll() if the designated constraints aren't met.

func (UpdateResourceValueRequest_ResourceValueMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (UpdateResourceValueRequest_ResourceValueMultiError) Error added in v1.0.6

Error returns a concatenation of all the error messages it wraps.

type UpdateResourceValueRequest_ResourceValueValidationError added in v1.0.6

type UpdateResourceValueRequest_ResourceValueValidationError struct {
	// contains filtered or unexported fields
}

UpdateResourceValueRequest_ResourceValueValidationError is the validation error returned by UpdateResourceValueRequest_ResourceValue.Validate if the designated constraints aren't met.

func (UpdateResourceValueRequest_ResourceValueValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (UpdateResourceValueRequest_ResourceValueValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (UpdateResourceValueRequest_ResourceValueValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (UpdateResourceValueRequest_ResourceValueValidationError) Field added in v1.0.6

Field function returns field value.

func (UpdateResourceValueRequest_ResourceValueValidationError) Key added in v1.0.6

Key function returns key value.

func (UpdateResourceValueRequest_ResourceValueValidationError) Reason added in v1.0.6

Reason function returns reason value.

type UpdateServerRequest added in v1.0.1

type UpdateServerRequest struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Keyword     string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

修改环境

func (*UpdateServerRequest) Descriptor deprecated added in v1.0.1

func (*UpdateServerRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateServerRequest.ProtoReflect.Descriptor instead.

func (*UpdateServerRequest) GetDescription added in v1.0.1

func (x *UpdateServerRequest) GetDescription() string

func (*UpdateServerRequest) GetId added in v1.0.1

func (x *UpdateServerRequest) GetId() uint32

func (*UpdateServerRequest) GetKeyword added in v1.0.1

func (x *UpdateServerRequest) GetKeyword() string

func (*UpdateServerRequest) GetName added in v1.0.1

func (x *UpdateServerRequest) GetName() string

func (*UpdateServerRequest) ProtoMessage added in v1.0.1

func (*UpdateServerRequest) ProtoMessage()

func (*UpdateServerRequest) ProtoReflect added in v1.0.1

func (x *UpdateServerRequest) ProtoReflect() protoreflect.Message

func (*UpdateServerRequest) Reset added in v1.0.1

func (x *UpdateServerRequest) Reset()

func (*UpdateServerRequest) String added in v1.0.1

func (x *UpdateServerRequest) String() string

func (*UpdateServerRequest) Validate added in v1.0.1

func (m *UpdateServerRequest) Validate() error

Validate checks the field values on UpdateServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateServerRequest) ValidateAll added in v1.0.1

func (m *UpdateServerRequest) ValidateAll() error

ValidateAll checks the field values on UpdateServerRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateServerRequestMultiError, or nil if none found.

type UpdateServerRequestMultiError added in v1.0.1

type UpdateServerRequestMultiError []error

UpdateServerRequestMultiError is an error wrapping multiple validation errors returned by UpdateServerRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateServerRequestMultiError) AllErrors added in v1.0.1

func (m UpdateServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateServerRequestMultiError) Error added in v1.0.1

Error returns a concatenation of all the error messages it wraps.

type UpdateServerRequestValidationError added in v1.0.1

type UpdateServerRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateServerRequestValidationError is the validation error returned by UpdateServerRequest.Validate if the designated constraints aren't met.

func (UpdateServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UpdateServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UpdateServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UpdateServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UpdateServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UpdateServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type WatchConfigureReply added in v1.0.3

type WatchConfigureReply struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Format  string `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchConfigureReply) Descriptor deprecated added in v1.0.3

func (*WatchConfigureReply) Descriptor() ([]byte, []int)

Deprecated: Use WatchConfigureReply.ProtoReflect.Descriptor instead.

func (*WatchConfigureReply) GetContent added in v1.0.3

func (x *WatchConfigureReply) GetContent() string

func (*WatchConfigureReply) GetFormat added in v1.0.3

func (x *WatchConfigureReply) GetFormat() string

func (*WatchConfigureReply) ProtoMessage added in v1.0.3

func (*WatchConfigureReply) ProtoMessage()

func (*WatchConfigureReply) ProtoReflect added in v1.0.3

func (x *WatchConfigureReply) ProtoReflect() protoreflect.Message

func (*WatchConfigureReply) Reset added in v1.0.3

func (x *WatchConfigureReply) Reset()

func (*WatchConfigureReply) String added in v1.0.3

func (x *WatchConfigureReply) String() string

func (*WatchConfigureReply) Validate added in v1.0.3

func (m *WatchConfigureReply) Validate() error

Validate checks the field values on WatchConfigureReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchConfigureReply) ValidateAll added in v1.0.3

func (m *WatchConfigureReply) ValidateAll() error

ValidateAll checks the field values on WatchConfigureReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchConfigureReplyMultiError, or nil if none found.

type WatchConfigureReplyMultiError added in v1.0.3

type WatchConfigureReplyMultiError []error

WatchConfigureReplyMultiError is an error wrapping multiple validation errors returned by WatchConfigureReply.ValidateAll() if the designated constraints aren't met.

func (WatchConfigureReplyMultiError) AllErrors added in v1.0.3

func (m WatchConfigureReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchConfigureReplyMultiError) Error added in v1.0.3

Error returns a concatenation of all the error messages it wraps.

type WatchConfigureReplyValidationError added in v1.0.3

type WatchConfigureReplyValidationError struct {
	// contains filtered or unexported fields
}

WatchConfigureReplyValidationError is the validation error returned by WatchConfigureReply.Validate if the designated constraints aren't met.

func (WatchConfigureReplyValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (WatchConfigureReplyValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (WatchConfigureReplyValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (WatchConfigureReplyValidationError) Field added in v1.0.3

Field function returns field value.

func (WatchConfigureReplyValidationError) Key added in v1.0.3

Key function returns key value.

func (WatchConfigureReplyValidationError) Reason added in v1.0.3

Reason function returns reason value.

type WatchConfigureRequest added in v1.0.3

type WatchConfigureRequest struct {
	Server string `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Token  string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

监听获取配置

func (*WatchConfigureRequest) Descriptor deprecated added in v1.0.3

func (*WatchConfigureRequest) Descriptor() ([]byte, []int)

Deprecated: Use WatchConfigureRequest.ProtoReflect.Descriptor instead.

func (*WatchConfigureRequest) GetServer added in v1.0.3

func (x *WatchConfigureRequest) GetServer() string

func (*WatchConfigureRequest) GetToken added in v1.0.3

func (x *WatchConfigureRequest) GetToken() string

func (*WatchConfigureRequest) ProtoMessage added in v1.0.3

func (*WatchConfigureRequest) ProtoMessage()

func (*WatchConfigureRequest) ProtoReflect added in v1.0.3

func (x *WatchConfigureRequest) ProtoReflect() protoreflect.Message

func (*WatchConfigureRequest) Reset added in v1.0.3

func (x *WatchConfigureRequest) Reset()

func (*WatchConfigureRequest) String added in v1.0.3

func (x *WatchConfigureRequest) String() string

func (*WatchConfigureRequest) Validate added in v1.0.3

func (m *WatchConfigureRequest) Validate() error

Validate checks the field values on WatchConfigureRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchConfigureRequest) ValidateAll added in v1.0.3

func (m *WatchConfigureRequest) ValidateAll() error

ValidateAll checks the field values on WatchConfigureRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchConfigureRequestMultiError, or nil if none found.

type WatchConfigureRequestMultiError added in v1.0.3

type WatchConfigureRequestMultiError []error

WatchConfigureRequestMultiError is an error wrapping multiple validation errors returned by WatchConfigureRequest.ValidateAll() if the designated constraints aren't met.

func (WatchConfigureRequestMultiError) AllErrors added in v1.0.3

func (m WatchConfigureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchConfigureRequestMultiError) Error added in v1.0.3

Error returns a concatenation of all the error messages it wraps.

type WatchConfigureRequestValidationError added in v1.0.3

type WatchConfigureRequestValidationError struct {
	// contains filtered or unexported fields
}

WatchConfigureRequestValidationError is the validation error returned by WatchConfigureRequest.Validate if the designated constraints aren't met.

func (WatchConfigureRequestValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (WatchConfigureRequestValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (WatchConfigureRequestValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (WatchConfigureRequestValidationError) Field added in v1.0.3

Field function returns field value.

func (WatchConfigureRequestValidationError) Key added in v1.0.3

Key function returns key value.

func (WatchConfigureRequestValidationError) Reason added in v1.0.3

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL