Documentation
¶
Index ¶
- Constants
- Variables
- func AlreadyExistsError() *errors.Error
- func AlreadyExistsErrorFormat(format string, args ...any) *errors.Error
- func CheckTemplateError() *errors.Error
- func CheckTemplateErrorFormat(format string, args ...any) *errors.Error
- func DatabaseError() *errors.Error
- func DatabaseErrorFormat(format string, args ...any) *errors.Error
- func IsAlreadyExistsError(err error) bool
- func IsCheckTemplateError(err error) bool
- func IsDatabaseError(err error) bool
- func IsNewTokenError(err error) bool
- func IsNotRecordError(err error) bool
- func IsParamsError(err error) bool
- func IsParseTemplateError(err error) bool
- func IsPasswordExpireError(err error) bool
- func IsPasswordFormatError(err error) bool
- func IsRefreshTokenError(err error) bool
- func IsResourceFormatValueError(err error) bool
- func IsResourceValueError(err error) bool
- func IsRsaDecodeError(err error) bool
- func IsServerNotFound(err error) bool
- func IsTokenAuthError(err error) bool
- func IsTransformError(err error) bool
- func IsUserPasswordError(err error) bool
- func IsVersionExistError(err error) bool
- func IsWatchConfigureError(err error) bool
- func NewTokenError() *errors.Error
- func NewTokenErrorFormat(format string, args ...any) *errors.Error
- func NotRecordError() *errors.Error
- func NotRecordErrorFormat(format string, args ...any) *errors.Error
- func ParamsError() *errors.Error
- func ParamsErrorFormat(format string, args ...any) *errors.Error
- func ParseTemplateError() *errors.Error
- func ParseTemplateErrorFormat(format string, args ...any) *errors.Error
- func PasswordExpireError() *errors.Error
- func PasswordExpireErrorFormat(format string, args ...any) *errors.Error
- func PasswordFormatError() *errors.Error
- func PasswordFormatErrorFormat(format string, args ...any) *errors.Error
- func RefreshTokenError() *errors.Error
- func RefreshTokenErrorFormat(format string, args ...any) *errors.Error
- func RegisterServiceHTTPServer(s *http.Server, srv ServiceHTTPServer)
- func RegisterServiceServer(s grpc.ServiceRegistrar, srv ServiceServer)
- func ResourceFormatValueError() *errors.Error
- func ResourceFormatValueErrorFormat(format string, args ...any) *errors.Error
- func ResourceValueError() *errors.Error
- func ResourceValueErrorFormat(format string, args ...any) *errors.Error
- func RsaDecodeError() *errors.Error
- func RsaDecodeErrorFormat(format string, args ...any) *errors.Error
- func ServerNotFound() *errors.Error
- func ServerNotFoundFormat(format string, args ...any) *errors.Error
- func TokenAuthError() *errors.Error
- func TokenAuthErrorFormat(format string, args ...any) *errors.Error
- func TransformError() *errors.Error
- func TransformErrorFormat(format string, args ...any) *errors.Error
- func UserPasswordError() *errors.Error
- func UserPasswordErrorFormat(format string, args ...any) *errors.Error
- func VersionExistError() *errors.Error
- func VersionExistErrorFormat(format string, args ...any) *errors.Error
- func WatchConfigureError() *errors.Error
- func WatchConfigureErrorFormat(format string, args ...any) *errors.Error
- type AddBusinessRequest
- func (*AddBusinessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddBusinessRequest) GetDescription() string
- func (x *AddBusinessRequest) GetKeyword() string
- func (x *AddBusinessRequest) GetServerId() uint32
- func (x *AddBusinessRequest) GetType() string
- func (*AddBusinessRequest) ProtoMessage()
- func (x *AddBusinessRequest) ProtoReflect() protoreflect.Message
- func (x *AddBusinessRequest) Reset()
- func (x *AddBusinessRequest) String() string
- func (m *AddBusinessRequest) Validate() error
- func (m *AddBusinessRequest) ValidateAll() error
- type AddBusinessRequestMultiError
- type AddBusinessRequestValidationError
- func (e AddBusinessRequestValidationError) Cause() error
- func (e AddBusinessRequestValidationError) Error() string
- func (e AddBusinessRequestValidationError) ErrorName() string
- func (e AddBusinessRequestValidationError) Field() string
- func (e AddBusinessRequestValidationError) Key() bool
- func (e AddBusinessRequestValidationError) Reason() string
- type AddEnvRequest
- func (*AddEnvRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddEnvRequest) GetDescription() string
- func (x *AddEnvRequest) GetKeyword() string
- func (x *AddEnvRequest) GetName() string
- func (*AddEnvRequest) ProtoMessage()
- func (x *AddEnvRequest) ProtoReflect() protoreflect.Message
- func (x *AddEnvRequest) Reset()
- func (x *AddEnvRequest) String() string
- func (m *AddEnvRequest) Validate() error
- func (m *AddEnvRequest) ValidateAll() error
- type AddEnvRequestMultiError
- type AddEnvRequestValidationError
- func (e AddEnvRequestValidationError) Cause() error
- func (e AddEnvRequestValidationError) Error() string
- func (e AddEnvRequestValidationError) ErrorName() string
- func (e AddEnvRequestValidationError) Field() string
- func (e AddEnvRequestValidationError) Key() bool
- func (e AddEnvRequestValidationError) Reason() string
- type AddResourceRequest
- func (*AddResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddResourceRequest) GetDescription() string
- func (x *AddResourceRequest) GetFields() string
- func (x *AddResourceRequest) GetKeyword() string
- func (x *AddResourceRequest) GetPrivate() bool
- func (x *AddResourceRequest) GetServers() []uint32
- func (x *AddResourceRequest) GetTag() string
- func (*AddResourceRequest) ProtoMessage()
- func (x *AddResourceRequest) ProtoReflect() protoreflect.Message
- func (x *AddResourceRequest) Reset()
- func (x *AddResourceRequest) String() string
- func (m *AddResourceRequest) Validate() error
- func (m *AddResourceRequest) ValidateAll() error
- type AddResourceRequestMultiError
- type AddResourceRequestValidationError
- func (e AddResourceRequestValidationError) Cause() error
- func (e AddResourceRequestValidationError) Error() string
- func (e AddResourceRequestValidationError) ErrorName() string
- func (e AddResourceRequestValidationError) Field() string
- func (e AddResourceRequestValidationError) Key() bool
- func (e AddResourceRequestValidationError) Reason() string
- type AddServerRequest
- func (*AddServerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddServerRequest) GetAllowRegistry() bool
- func (x *AddServerRequest) GetDescription() string
- func (x *AddServerRequest) GetIsBusiness() bool
- func (x *AddServerRequest) GetKeyword() string
- func (x *AddServerRequest) GetLogo() string
- func (x *AddServerRequest) GetName() string
- func (*AddServerRequest) ProtoMessage()
- func (x *AddServerRequest) ProtoReflect() protoreflect.Message
- func (x *AddServerRequest) Reset()
- func (x *AddServerRequest) String() string
- func (m *AddServerRequest) Validate() error
- func (m *AddServerRequest) ValidateAll() error
- type AddServerRequestMultiError
- type AddServerRequestValidationError
- func (e AddServerRequestValidationError) Cause() error
- func (e AddServerRequestValidationError) Error() string
- func (e AddServerRequestValidationError) ErrorName() string
- func (e AddServerRequestValidationError) Field() string
- func (e AddServerRequestValidationError) Key() bool
- func (e AddServerRequestValidationError) Reason() string
- type AddTemplateRequest
- func (*AddTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddTemplateRequest) GetContent() string
- func (x *AddTemplateRequest) GetDescription() string
- func (x *AddTemplateRequest) GetFormat() string
- func (x *AddTemplateRequest) GetServerId() uint32
- func (*AddTemplateRequest) ProtoMessage()
- func (x *AddTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *AddTemplateRequest) Reset()
- func (x *AddTemplateRequest) String() string
- func (m *AddTemplateRequest) Validate() error
- func (m *AddTemplateRequest) ValidateAll() error
- type AddTemplateRequestMultiError
- type AddTemplateRequestValidationError
- func (e AddTemplateRequestValidationError) Cause() error
- func (e AddTemplateRequestValidationError) Error() string
- func (e AddTemplateRequestValidationError) ErrorName() string
- func (e AddTemplateRequestValidationError) Field() string
- func (e AddTemplateRequestValidationError) Key() bool
- func (e AddTemplateRequestValidationError) Reason() string
- type AllBusinessValueReply
- func (*AllBusinessValueReply) Descriptor() ([]byte, []int)deprecated
- func (x *AllBusinessValueReply) GetList() []*AllBusinessValueReply_BusinessValue
- func (*AllBusinessValueReply) ProtoMessage()
- func (x *AllBusinessValueReply) ProtoReflect() protoreflect.Message
- func (x *AllBusinessValueReply) Reset()
- func (x *AllBusinessValueReply) String() string
- func (m *AllBusinessValueReply) Validate() error
- func (m *AllBusinessValueReply) ValidateAll() error
- type AllBusinessValueReplyMultiError
- type AllBusinessValueReplyValidationError
- func (e AllBusinessValueReplyValidationError) Cause() error
- func (e AllBusinessValueReplyValidationError) Error() string
- func (e AllBusinessValueReplyValidationError) ErrorName() string
- func (e AllBusinessValueReplyValidationError) Field() string
- func (e AllBusinessValueReplyValidationError) Key() bool
- func (e AllBusinessValueReplyValidationError) Reason() string
- type AllBusinessValueReply_BusinessValue
- func (*AllBusinessValueReply_BusinessValue) Descriptor() ([]byte, []int)deprecated
- func (x *AllBusinessValueReply_BusinessValue) GetBusinessId() uint32
- func (x *AllBusinessValueReply_BusinessValue) GetCreatedAt() uint32
- func (x *AllBusinessValueReply_BusinessValue) GetEnvId() uint32
- func (x *AllBusinessValueReply_BusinessValue) GetId() uint32
- func (x *AllBusinessValueReply_BusinessValue) GetUpdatedAt() uint32
- func (x *AllBusinessValueReply_BusinessValue) GetValue() string
- func (*AllBusinessValueReply_BusinessValue) ProtoMessage()
- func (x *AllBusinessValueReply_BusinessValue) ProtoReflect() protoreflect.Message
- func (x *AllBusinessValueReply_BusinessValue) Reset()
- func (x *AllBusinessValueReply_BusinessValue) String() string
- func (m *AllBusinessValueReply_BusinessValue) Validate() error
- func (m *AllBusinessValueReply_BusinessValue) ValidateAll() error
- type AllBusinessValueReply_BusinessValueMultiError
- type AllBusinessValueReply_BusinessValueValidationError
- func (e AllBusinessValueReply_BusinessValueValidationError) Cause() error
- func (e AllBusinessValueReply_BusinessValueValidationError) Error() string
- func (e AllBusinessValueReply_BusinessValueValidationError) ErrorName() string
- func (e AllBusinessValueReply_BusinessValueValidationError) Field() string
- func (e AllBusinessValueReply_BusinessValueValidationError) Key() bool
- func (e AllBusinessValueReply_BusinessValueValidationError) Reason() string
- type AllBusinessValueRequest
- func (*AllBusinessValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AllBusinessValueRequest) GetBusinessId() uint32
- func (*AllBusinessValueRequest) ProtoMessage()
- func (x *AllBusinessValueRequest) ProtoReflect() protoreflect.Message
- func (x *AllBusinessValueRequest) Reset()
- func (x *AllBusinessValueRequest) String() string
- func (m *AllBusinessValueRequest) Validate() error
- func (m *AllBusinessValueRequest) ValidateAll() error
- type AllBusinessValueRequestMultiError
- type AllBusinessValueRequestValidationError
- func (e AllBusinessValueRequestValidationError) Cause() error
- func (e AllBusinessValueRequestValidationError) Error() string
- func (e AllBusinessValueRequestValidationError) ErrorName() string
- func (e AllBusinessValueRequestValidationError) Field() string
- func (e AllBusinessValueRequestValidationError) Key() bool
- func (e AllBusinessValueRequestValidationError) Reason() string
- type AllEnvReply
- func (*AllEnvReply) Descriptor() ([]byte, []int)deprecated
- func (x *AllEnvReply) GetList() []*AllEnvReply_Env
- func (*AllEnvReply) ProtoMessage()
- func (x *AllEnvReply) ProtoReflect() protoreflect.Message
- func (x *AllEnvReply) Reset()
- func (x *AllEnvReply) String() string
- func (m *AllEnvReply) Validate() error
- func (m *AllEnvReply) ValidateAll() error
- type AllEnvReplyMultiError
- type AllEnvReplyValidationError
- func (e AllEnvReplyValidationError) Cause() error
- func (e AllEnvReplyValidationError) Error() string
- func (e AllEnvReplyValidationError) ErrorName() string
- func (e AllEnvReplyValidationError) Field() string
- func (e AllEnvReplyValidationError) Key() bool
- func (e AllEnvReplyValidationError) Reason() string
- type AllEnvReply_Env
- func (*AllEnvReply_Env) Descriptor() ([]byte, []int)deprecated
- func (x *AllEnvReply_Env) GetCreatedAt() uint32
- func (x *AllEnvReply_Env) GetDescription() string
- func (x *AllEnvReply_Env) GetId() uint32
- func (x *AllEnvReply_Env) GetKeyword() string
- func (x *AllEnvReply_Env) GetName() string
- func (x *AllEnvReply_Env) GetStatus() bool
- func (x *AllEnvReply_Env) GetUpdatedAt() uint32
- func (*AllEnvReply_Env) ProtoMessage()
- func (x *AllEnvReply_Env) ProtoReflect() protoreflect.Message
- func (x *AllEnvReply_Env) Reset()
- func (x *AllEnvReply_Env) String() string
- func (m *AllEnvReply_Env) Validate() error
- func (m *AllEnvReply_Env) ValidateAll() error
- type AllEnvReply_EnvMultiError
- type AllEnvReply_EnvValidationError
- func (e AllEnvReply_EnvValidationError) Cause() error
- func (e AllEnvReply_EnvValidationError) Error() string
- func (e AllEnvReply_EnvValidationError) ErrorName() string
- func (e AllEnvReply_EnvValidationError) Field() string
- func (e AllEnvReply_EnvValidationError) Key() bool
- func (e AllEnvReply_EnvValidationError) Reason() string
- type AllResourceServerReply
- func (*AllResourceServerReply) Descriptor() ([]byte, []int)deprecated
- func (x *AllResourceServerReply) GetList() []*Server
- func (*AllResourceServerReply) ProtoMessage()
- func (x *AllResourceServerReply) ProtoReflect() protoreflect.Message
- func (x *AllResourceServerReply) Reset()
- func (x *AllResourceServerReply) String() string
- func (m *AllResourceServerReply) Validate() error
- func (m *AllResourceServerReply) ValidateAll() error
- type AllResourceServerReplyMultiError
- type AllResourceServerReplyValidationError
- func (e AllResourceServerReplyValidationError) Cause() error
- func (e AllResourceServerReplyValidationError) Error() string
- func (e AllResourceServerReplyValidationError) ErrorName() string
- func (e AllResourceServerReplyValidationError) Field() string
- func (e AllResourceServerReplyValidationError) Key() bool
- func (e AllResourceServerReplyValidationError) Reason() string
- type AllResourceServerRequest
- func (*AllResourceServerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AllResourceServerRequest) GetResourceId() uint32
- func (*AllResourceServerRequest) ProtoMessage()
- func (x *AllResourceServerRequest) ProtoReflect() protoreflect.Message
- func (x *AllResourceServerRequest) Reset()
- func (x *AllResourceServerRequest) String() string
- func (m *AllResourceServerRequest) Validate() error
- func (m *AllResourceServerRequest) ValidateAll() error
- type AllResourceServerRequestMultiError
- type AllResourceServerRequestValidationError
- func (e AllResourceServerRequestValidationError) Cause() error
- func (e AllResourceServerRequestValidationError) Error() string
- func (e AllResourceServerRequestValidationError) ErrorName() string
- func (e AllResourceServerRequestValidationError) Field() string
- func (e AllResourceServerRequestValidationError) Key() bool
- func (e AllResourceServerRequestValidationError) Reason() string
- type AllResourceValueReply
- func (*AllResourceValueReply) Descriptor() ([]byte, []int)deprecated
- func (x *AllResourceValueReply) GetList() []*AllResourceValueReply_ResourceValue
- func (*AllResourceValueReply) ProtoMessage()
- func (x *AllResourceValueReply) ProtoReflect() protoreflect.Message
- func (x *AllResourceValueReply) Reset()
- func (x *AllResourceValueReply) String() string
- func (m *AllResourceValueReply) Validate() error
- func (m *AllResourceValueReply) ValidateAll() error
- type AllResourceValueReplyMultiError
- type AllResourceValueReplyValidationError
- func (e AllResourceValueReplyValidationError) Cause() error
- func (e AllResourceValueReplyValidationError) Error() string
- func (e AllResourceValueReplyValidationError) ErrorName() string
- func (e AllResourceValueReplyValidationError) Field() string
- func (e AllResourceValueReplyValidationError) Key() bool
- func (e AllResourceValueReplyValidationError) Reason() string
- type AllResourceValueReply_ResourceValue
- func (*AllResourceValueReply_ResourceValue) Descriptor() ([]byte, []int)deprecated
- func (x *AllResourceValueReply_ResourceValue) GetCreatedAt() uint32
- func (x *AllResourceValueReply_ResourceValue) GetEnvId() uint32
- func (x *AllResourceValueReply_ResourceValue) GetId() uint32
- func (x *AllResourceValueReply_ResourceValue) GetResourceId() uint32
- func (x *AllResourceValueReply_ResourceValue) GetValue() string
- func (*AllResourceValueReply_ResourceValue) ProtoMessage()
- func (x *AllResourceValueReply_ResourceValue) ProtoReflect() protoreflect.Message
- func (x *AllResourceValueReply_ResourceValue) Reset()
- func (x *AllResourceValueReply_ResourceValue) String() string
- func (m *AllResourceValueReply_ResourceValue) Validate() error
- func (m *AllResourceValueReply_ResourceValue) ValidateAll() error
- type AllResourceValueReply_ResourceValueMultiError
- type AllResourceValueReply_ResourceValueValidationError
- func (e AllResourceValueReply_ResourceValueValidationError) Cause() error
- func (e AllResourceValueReply_ResourceValueValidationError) Error() string
- func (e AllResourceValueReply_ResourceValueValidationError) ErrorName() string
- func (e AllResourceValueReply_ResourceValueValidationError) Field() string
- func (e AllResourceValueReply_ResourceValueValidationError) Key() bool
- func (e AllResourceValueReply_ResourceValueValidationError) Reason() string
- type AllResourceValueRequest
- func (*AllResourceValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AllResourceValueRequest) GetResourceId() uint32
- func (*AllResourceValueRequest) ProtoMessage()
- func (x *AllResourceValueRequest) ProtoReflect() protoreflect.Message
- func (x *AllResourceValueRequest) Reset()
- func (x *AllResourceValueRequest) String() string
- func (m *AllResourceValueRequest) Validate() error
- func (m *AllResourceValueRequest) ValidateAll() error
- type AllResourceValueRequestMultiError
- type AllResourceValueRequestValidationError
- func (e AllResourceValueRequestValidationError) Cause() error
- func (e AllResourceValueRequestValidationError) Error() string
- func (e AllResourceValueRequestValidationError) ErrorName() string
- func (e AllResourceValueRequestValidationError) Field() string
- func (e AllResourceValueRequestValidationError) Key() bool
- func (e AllResourceValueRequestValidationError) Reason() string
- type Business
- func (*Business) Descriptor() ([]byte, []int)deprecated
- func (x *Business) GetCreatedAt() uint32
- func (x *Business) GetDescription() string
- func (x *Business) GetId() uint32
- func (x *Business) GetKeyword() string
- func (x *Business) GetServerId() uint32
- func (x *Business) GetType() string
- func (x *Business) GetUpdatedAt() uint32
- func (*Business) ProtoMessage()
- func (x *Business) ProtoReflect() protoreflect.Message
- func (x *Business) Reset()
- func (x *Business) String() string
- func (m *Business) Validate() error
- func (m *Business) ValidateAll() error
- type BusinessMultiError
- type BusinessValidationError
- type CompareConfigureInfo
- func (*CompareConfigureInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CompareConfigureInfo) GetCur() string
- func (x *CompareConfigureInfo) GetKey() string
- func (x *CompareConfigureInfo) GetOld() string
- func (x *CompareConfigureInfo) GetType() string
- func (*CompareConfigureInfo) ProtoMessage()
- func (x *CompareConfigureInfo) ProtoReflect() protoreflect.Message
- func (x *CompareConfigureInfo) Reset()
- func (x *CompareConfigureInfo) String() string
- func (m *CompareConfigureInfo) Validate() error
- func (m *CompareConfigureInfo) ValidateAll() error
- type CompareConfigureInfoMultiError
- type CompareConfigureInfoValidationError
- func (e CompareConfigureInfoValidationError) Cause() error
- func (e CompareConfigureInfoValidationError) Error() string
- func (e CompareConfigureInfoValidationError) ErrorName() string
- func (e CompareConfigureInfoValidationError) Field() string
- func (e CompareConfigureInfoValidationError) Key() bool
- func (e CompareConfigureInfoValidationError) Reason() string
- type CompareConfigureReply
- func (*CompareConfigureReply) Descriptor() ([]byte, []int)deprecated
- func (x *CompareConfigureReply) GetList() []*CompareConfigureInfo
- func (*CompareConfigureReply) ProtoMessage()
- func (x *CompareConfigureReply) ProtoReflect() protoreflect.Message
- func (x *CompareConfigureReply) Reset()
- func (x *CompareConfigureReply) String() string
- func (m *CompareConfigureReply) Validate() error
- func (m *CompareConfigureReply) ValidateAll() error
- type CompareConfigureReplyMultiError
- type CompareConfigureReplyValidationError
- func (e CompareConfigureReplyValidationError) Cause() error
- func (e CompareConfigureReplyValidationError) Error() string
- func (e CompareConfigureReplyValidationError) ErrorName() string
- func (e CompareConfigureReplyValidationError) Field() string
- func (e CompareConfigureReplyValidationError) Key() bool
- func (e CompareConfigureReplyValidationError) Reason() string
- type CompareConfigureRequest
- func (*CompareConfigureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CompareConfigureRequest) GetEnvId() uint32
- func (x *CompareConfigureRequest) GetServerId() uint32
- func (*CompareConfigureRequest) ProtoMessage()
- func (x *CompareConfigureRequest) ProtoReflect() protoreflect.Message
- func (x *CompareConfigureRequest) Reset()
- func (x *CompareConfigureRequest) String() string
- func (m *CompareConfigureRequest) Validate() error
- func (m *CompareConfigureRequest) ValidateAll() error
- type CompareConfigureRequestMultiError
- type CompareConfigureRequestValidationError
- func (e CompareConfigureRequestValidationError) Cause() error
- func (e CompareConfigureRequestValidationError) Error() string
- func (e CompareConfigureRequestValidationError) ErrorName() string
- func (e CompareConfigureRequestValidationError) Field() string
- func (e CompareConfigureRequestValidationError) Key() bool
- func (e CompareConfigureRequestValidationError) Reason() string
- type CompareTemplateInfo
- func (*CompareTemplateInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CompareTemplateInfo) GetCur() string
- func (x *CompareTemplateInfo) GetKey() string
- func (x *CompareTemplateInfo) GetOld() string
- func (x *CompareTemplateInfo) GetType() string
- func (*CompareTemplateInfo) ProtoMessage()
- func (x *CompareTemplateInfo) ProtoReflect() protoreflect.Message
- func (x *CompareTemplateInfo) Reset()
- func (x *CompareTemplateInfo) String() string
- func (m *CompareTemplateInfo) Validate() error
- func (m *CompareTemplateInfo) ValidateAll() error
- type CompareTemplateInfoMultiError
- type CompareTemplateInfoValidationError
- func (e CompareTemplateInfoValidationError) Cause() error
- func (e CompareTemplateInfoValidationError) Error() string
- func (e CompareTemplateInfoValidationError) ErrorName() string
- func (e CompareTemplateInfoValidationError) Field() string
- func (e CompareTemplateInfoValidationError) Key() bool
- func (e CompareTemplateInfoValidationError) Reason() string
- type CompareTemplateReply
- func (*CompareTemplateReply) Descriptor() ([]byte, []int)deprecated
- func (x *CompareTemplateReply) GetList() []*CompareTemplateInfo
- func (*CompareTemplateReply) ProtoMessage()
- func (x *CompareTemplateReply) ProtoReflect() protoreflect.Message
- func (x *CompareTemplateReply) Reset()
- func (x *CompareTemplateReply) String() string
- func (m *CompareTemplateReply) Validate() error
- func (m *CompareTemplateReply) ValidateAll() error
- type CompareTemplateReplyMultiError
- type CompareTemplateReplyValidationError
- func (e CompareTemplateReplyValidationError) Cause() error
- func (e CompareTemplateReplyValidationError) Error() string
- func (e CompareTemplateReplyValidationError) ErrorName() string
- func (e CompareTemplateReplyValidationError) Field() string
- func (e CompareTemplateReplyValidationError) Key() bool
- func (e CompareTemplateReplyValidationError) Reason() string
- type CompareTemplateRequest
- func (*CompareTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CompareTemplateRequest) GetContent() string
- func (x *CompareTemplateRequest) GetFormat() string
- func (x *CompareTemplateRequest) GetId() uint32
- func (*CompareTemplateRequest) ProtoMessage()
- func (x *CompareTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CompareTemplateRequest) Reset()
- func (x *CompareTemplateRequest) String() string
- func (m *CompareTemplateRequest) Validate() error
- func (m *CompareTemplateRequest) ValidateAll() error
- type CompareTemplateRequestMultiError
- type CompareTemplateRequestValidationError
- func (e CompareTemplateRequestValidationError) Cause() error
- func (e CompareTemplateRequestValidationError) Error() string
- func (e CompareTemplateRequestValidationError) ErrorName() string
- func (e CompareTemplateRequestValidationError) Field() string
- func (e CompareTemplateRequestValidationError) Key() bool
- func (e CompareTemplateRequestValidationError) Reason() string
- type CurrentTemplateReply
- func (*CurrentTemplateReply) Descriptor() ([]byte, []int)deprecated
- func (x *CurrentTemplateReply) GetCompare() string
- func (x *CurrentTemplateReply) GetContent() string
- func (x *CurrentTemplateReply) GetCreatedAt() uint32
- func (x *CurrentTemplateReply) GetDescription() string
- func (x *CurrentTemplateReply) GetFormat() string
- func (x *CurrentTemplateReply) GetId() uint32
- func (x *CurrentTemplateReply) GetIsUse() bool
- func (x *CurrentTemplateReply) GetServerId() uint32
- func (x *CurrentTemplateReply) GetVersion() string
- func (*CurrentTemplateReply) ProtoMessage()
- func (x *CurrentTemplateReply) ProtoReflect() protoreflect.Message
- func (x *CurrentTemplateReply) Reset()
- func (x *CurrentTemplateReply) String() string
- func (m *CurrentTemplateReply) Validate() error
- func (m *CurrentTemplateReply) ValidateAll() error
- type CurrentTemplateReplyMultiError
- type CurrentTemplateReplyValidationError
- func (e CurrentTemplateReplyValidationError) Cause() error
- func (e CurrentTemplateReplyValidationError) Error() string
- func (e CurrentTemplateReplyValidationError) ErrorName() string
- func (e CurrentTemplateReplyValidationError) Field() string
- func (e CurrentTemplateReplyValidationError) Key() bool
- func (e CurrentTemplateReplyValidationError) Reason() string
- type CurrentTemplateRequest
- func (*CurrentTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CurrentTemplateRequest) GetServerId() uint32
- func (*CurrentTemplateRequest) ProtoMessage()
- func (x *CurrentTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CurrentTemplateRequest) Reset()
- func (x *CurrentTemplateRequest) String() string
- func (m *CurrentTemplateRequest) Validate() error
- func (m *CurrentTemplateRequest) ValidateAll() error
- type CurrentTemplateRequestMultiError
- type CurrentTemplateRequestValidationError
- func (e CurrentTemplateRequestValidationError) Cause() error
- func (e CurrentTemplateRequestValidationError) Error() string
- func (e CurrentTemplateRequestValidationError) ErrorName() string
- func (e CurrentTemplateRequestValidationError) Field() string
- func (e CurrentTemplateRequestValidationError) Key() bool
- func (e CurrentTemplateRequestValidationError) Reason() string
- type DeleteBusinessRequest
- func (*DeleteBusinessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBusinessRequest) GetId() uint32
- func (*DeleteBusinessRequest) ProtoMessage()
- func (x *DeleteBusinessRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBusinessRequest) Reset()
- func (x *DeleteBusinessRequest) String() string
- func (m *DeleteBusinessRequest) Validate() error
- func (m *DeleteBusinessRequest) ValidateAll() error
- type DeleteBusinessRequestMultiError
- type DeleteBusinessRequestValidationError
- func (e DeleteBusinessRequestValidationError) Cause() error
- func (e DeleteBusinessRequestValidationError) Error() string
- func (e DeleteBusinessRequestValidationError) ErrorName() string
- func (e DeleteBusinessRequestValidationError) Field() string
- func (e DeleteBusinessRequestValidationError) Key() bool
- func (e DeleteBusinessRequestValidationError) Reason() string
- type DeleteEnvRequest
- func (*DeleteEnvRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEnvRequest) GetId() uint32
- func (*DeleteEnvRequest) ProtoMessage()
- func (x *DeleteEnvRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEnvRequest) Reset()
- func (x *DeleteEnvRequest) String() string
- func (m *DeleteEnvRequest) Validate() error
- func (m *DeleteEnvRequest) ValidateAll() error
- type DeleteEnvRequestMultiError
- type DeleteEnvRequestValidationError
- func (e DeleteEnvRequestValidationError) Cause() error
- func (e DeleteEnvRequestValidationError) Error() string
- func (e DeleteEnvRequestValidationError) ErrorName() string
- func (e DeleteEnvRequestValidationError) Field() string
- func (e DeleteEnvRequestValidationError) Key() bool
- func (e DeleteEnvRequestValidationError) Reason() string
- type DeleteResourceRequest
- func (*DeleteResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteResourceRequest) GetId() uint32
- func (*DeleteResourceRequest) ProtoMessage()
- func (x *DeleteResourceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteResourceRequest) Reset()
- func (x *DeleteResourceRequest) String() string
- func (m *DeleteResourceRequest) Validate() error
- func (m *DeleteResourceRequest) ValidateAll() error
- type DeleteResourceRequestMultiError
- type DeleteResourceRequestValidationError
- func (e DeleteResourceRequestValidationError) Cause() error
- func (e DeleteResourceRequestValidationError) Error() string
- func (e DeleteResourceRequestValidationError) ErrorName() string
- func (e DeleteResourceRequestValidationError) Field() string
- func (e DeleteResourceRequestValidationError) Key() bool
- func (e DeleteResourceRequestValidationError) Reason() string
- type DeleteServerRequest
- func (*DeleteServerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteServerRequest) GetId() uint32
- func (*DeleteServerRequest) ProtoMessage()
- func (x *DeleteServerRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteServerRequest) Reset()
- func (x *DeleteServerRequest) String() string
- func (m *DeleteServerRequest) Validate() error
- func (m *DeleteServerRequest) ValidateAll() error
- type DeleteServerRequestMultiError
- type DeleteServerRequestValidationError
- func (e DeleteServerRequestValidationError) Cause() error
- func (e DeleteServerRequestValidationError) Error() string
- func (e DeleteServerRequestValidationError) ErrorName() string
- func (e DeleteServerRequestValidationError) Field() string
- func (e DeleteServerRequestValidationError) Key() bool
- func (e DeleteServerRequestValidationError) Reason() string
- type ErrorReason
- func (ErrorReason) Descriptor() protoreflect.EnumDescriptor
- func (x ErrorReason) Enum() *ErrorReason
- func (ErrorReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x ErrorReason) Number() protoreflect.EnumNumber
- func (x ErrorReason) String() string
- func (ErrorReason) Type() protoreflect.EnumType
- type GetConfigureReply
- func (*GetConfigureReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigureReply) GetContent() string
- func (x *GetConfigureReply) GetCreatedAt() uint32
- func (x *GetConfigureReply) GetDescription() string
- func (x *GetConfigureReply) GetEnvId() uint32
- func (x *GetConfigureReply) GetFormat() string
- func (x *GetConfigureReply) GetId() uint32
- func (x *GetConfigureReply) GetServerId() uint32
- func (x *GetConfigureReply) GetVersion() string
- func (*GetConfigureReply) ProtoMessage()
- func (x *GetConfigureReply) ProtoReflect() protoreflect.Message
- func (x *GetConfigureReply) Reset()
- func (x *GetConfigureReply) String() string
- func (m *GetConfigureReply) Validate() error
- func (m *GetConfigureReply) ValidateAll() error
- type GetConfigureReplyMultiError
- type GetConfigureReplyValidationError
- func (e GetConfigureReplyValidationError) Cause() error
- func (e GetConfigureReplyValidationError) Error() string
- func (e GetConfigureReplyValidationError) ErrorName() string
- func (e GetConfigureReplyValidationError) Field() string
- func (e GetConfigureReplyValidationError) Key() bool
- func (e GetConfigureReplyValidationError) Reason() string
- type GetConfigureRequest
- func (*GetConfigureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigureRequest) GetEnvId() uint32
- func (x *GetConfigureRequest) GetServerId() uint32
- func (*GetConfigureRequest) ProtoMessage()
- func (x *GetConfigureRequest) ProtoReflect() protoreflect.Message
- func (x *GetConfigureRequest) Reset()
- func (x *GetConfigureRequest) String() string
- func (m *GetConfigureRequest) Validate() error
- func (m *GetConfigureRequest) ValidateAll() error
- type GetConfigureRequestMultiError
- type GetConfigureRequestValidationError
- func (e GetConfigureRequestValidationError) Cause() error
- func (e GetConfigureRequestValidationError) Error() string
- func (e GetConfigureRequestValidationError) ErrorName() string
- func (e GetConfigureRequestValidationError) Field() string
- func (e GetConfigureRequestValidationError) Key() bool
- func (e GetConfigureRequestValidationError) Reason() string
- type GetEnvTokenReply
- func (*GetEnvTokenReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnvTokenReply) GetToken() string
- func (*GetEnvTokenReply) ProtoMessage()
- func (x *GetEnvTokenReply) ProtoReflect() protoreflect.Message
- func (x *GetEnvTokenReply) Reset()
- func (x *GetEnvTokenReply) String() string
- func (m *GetEnvTokenReply) Validate() error
- func (m *GetEnvTokenReply) ValidateAll() error
- type GetEnvTokenReplyMultiError
- type GetEnvTokenReplyValidationError
- func (e GetEnvTokenReplyValidationError) Cause() error
- func (e GetEnvTokenReplyValidationError) Error() string
- func (e GetEnvTokenReplyValidationError) ErrorName() string
- func (e GetEnvTokenReplyValidationError) Field() string
- func (e GetEnvTokenReplyValidationError) Key() bool
- func (e GetEnvTokenReplyValidationError) Reason() string
- type GetEnvTokenRequest
- func (*GetEnvTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnvTokenRequest) GetId() uint32
- func (*GetEnvTokenRequest) ProtoMessage()
- func (x *GetEnvTokenRequest) ProtoReflect() protoreflect.Message
- func (x *GetEnvTokenRequest) Reset()
- func (x *GetEnvTokenRequest) String() string
- func (m *GetEnvTokenRequest) Validate() error
- func (m *GetEnvTokenRequest) ValidateAll() error
- type GetEnvTokenRequestMultiError
- type GetEnvTokenRequestValidationError
- func (e GetEnvTokenRequestValidationError) Cause() error
- func (e GetEnvTokenRequestValidationError) Error() string
- func (e GetEnvTokenRequestValidationError) ErrorName() string
- func (e GetEnvTokenRequestValidationError) Field() string
- func (e GetEnvTokenRequestValidationError) Key() bool
- func (e GetEnvTokenRequestValidationError) Reason() string
- type GetServerReply
- func (*GetServerReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetServerReply) GetServer() *Server
- func (*GetServerReply) ProtoMessage()
- func (x *GetServerReply) ProtoReflect() protoreflect.Message
- func (x *GetServerReply) Reset()
- func (x *GetServerReply) String() string
- func (m *GetServerReply) Validate() error
- func (m *GetServerReply) ValidateAll() error
- type GetServerReplyMultiError
- type GetServerReplyValidationError
- func (e GetServerReplyValidationError) Cause() error
- func (e GetServerReplyValidationError) Error() string
- func (e GetServerReplyValidationError) ErrorName() string
- func (e GetServerReplyValidationError) Field() string
- func (e GetServerReplyValidationError) Key() bool
- func (e GetServerReplyValidationError) Reason() string
- type GetServerRequest
- func (*GetServerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetServerRequest) GetId() uint32
- func (*GetServerRequest) ProtoMessage()
- func (x *GetServerRequest) ProtoReflect() protoreflect.Message
- func (x *GetServerRequest) Reset()
- func (x *GetServerRequest) String() string
- func (m *GetServerRequest) Validate() error
- func (m *GetServerRequest) ValidateAll() error
- type GetServerRequestMultiError
- type GetServerRequestValidationError
- func (e GetServerRequestValidationError) Cause() error
- func (e GetServerRequestValidationError) Error() string
- func (e GetServerRequestValidationError) ErrorName() string
- func (e GetServerRequestValidationError) Field() string
- func (e GetServerRequestValidationError) Key() bool
- func (e GetServerRequestValidationError) Reason() string
- type GetTemplateReply
- func (*GetTemplateReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateReply) GetContent() string
- func (x *GetTemplateReply) GetDescription() string
- func (x *GetTemplateReply) GetId() uint32
- func (x *GetTemplateReply) GetIsUse() bool
- func (x *GetTemplateReply) GetOperator() string
- func (x *GetTemplateReply) GetOperatorId() uint32
- func (x *GetTemplateReply) GetServerId() uint32
- func (x *GetTemplateReply) GetVersion() string
- func (*GetTemplateReply) ProtoMessage()
- func (x *GetTemplateReply) ProtoReflect() protoreflect.Message
- func (x *GetTemplateReply) Reset()
- func (x *GetTemplateReply) String() string
- func (m *GetTemplateReply) Validate() error
- func (m *GetTemplateReply) ValidateAll() error
- type GetTemplateReplyMultiError
- type GetTemplateReplyValidationError
- func (e GetTemplateReplyValidationError) Cause() error
- func (e GetTemplateReplyValidationError) Error() string
- func (e GetTemplateReplyValidationError) ErrorName() string
- func (e GetTemplateReplyValidationError) Field() string
- func (e GetTemplateReplyValidationError) Key() bool
- func (e GetTemplateReplyValidationError) Reason() string
- type GetTemplateRequest
- func (*GetTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateRequest) GetId() uint32
- func (*GetTemplateRequest) ProtoMessage()
- func (x *GetTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetTemplateRequest) Reset()
- func (x *GetTemplateRequest) String() string
- func (m *GetTemplateRequest) Validate() error
- func (m *GetTemplateRequest) ValidateAll() error
- type GetTemplateRequestMultiError
- type GetTemplateRequestValidationError
- func (e GetTemplateRequestValidationError) Cause() error
- func (e GetTemplateRequestValidationError) Error() string
- func (e GetTemplateRequestValidationError) ErrorName() string
- func (e GetTemplateRequestValidationError) Field() string
- func (e GetTemplateRequestValidationError) Key() bool
- func (e GetTemplateRequestValidationError) Reason() string
- type LoginReply
- func (*LoginReply) Descriptor() ([]byte, []int)deprecated
- func (x *LoginReply) GetToken() string
- func (*LoginReply) ProtoMessage()
- func (x *LoginReply) ProtoReflect() protoreflect.Message
- func (x *LoginReply) Reset()
- func (x *LoginReply) String() string
- func (m *LoginReply) Validate() error
- func (m *LoginReply) ValidateAll() error
- type LoginReplyMultiError
- type LoginReplyValidationError
- type LoginRequest
- func (*LoginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoginRequest) GetPassword() string
- func (x *LoginRequest) GetUsername() string
- func (*LoginRequest) ProtoMessage()
- func (x *LoginRequest) ProtoReflect() protoreflect.Message
- func (x *LoginRequest) Reset()
- func (x *LoginRequest) String() string
- func (m *LoginRequest) Validate() error
- func (m *LoginRequest) ValidateAll() error
- type LoginRequestMultiError
- type LoginRequestValidationError
- func (e LoginRequestValidationError) Cause() error
- func (e LoginRequestValidationError) Error() string
- func (e LoginRequestValidationError) ErrorName() string
- func (e LoginRequestValidationError) Field() string
- func (e LoginRequestValidationError) Key() bool
- func (e LoginRequestValidationError) Reason() string
- type PageBusinessReply
- func (*PageBusinessReply) Descriptor() ([]byte, []int)deprecated
- func (x *PageBusinessReply) GetList() []*Business
- func (x *PageBusinessReply) GetTotal() uint32
- func (*PageBusinessReply) ProtoMessage()
- func (x *PageBusinessReply) ProtoReflect() protoreflect.Message
- func (x *PageBusinessReply) Reset()
- func (x *PageBusinessReply) String() string
- func (m *PageBusinessReply) Validate() error
- func (m *PageBusinessReply) ValidateAll() error
- type PageBusinessReplyMultiError
- type PageBusinessReplyValidationError
- func (e PageBusinessReplyValidationError) Cause() error
- func (e PageBusinessReplyValidationError) Error() string
- func (e PageBusinessReplyValidationError) ErrorName() string
- func (e PageBusinessReplyValidationError) Field() string
- func (e PageBusinessReplyValidationError) Key() bool
- func (e PageBusinessReplyValidationError) Reason() string
- type PageBusinessRequest
- func (*PageBusinessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PageBusinessRequest) GetKeyword() string
- func (x *PageBusinessRequest) GetPage() uint32
- func (x *PageBusinessRequest) GetPageSize() uint32
- func (x *PageBusinessRequest) GetServerId() uint32
- func (*PageBusinessRequest) ProtoMessage()
- func (x *PageBusinessRequest) ProtoReflect() protoreflect.Message
- func (x *PageBusinessRequest) Reset()
- func (x *PageBusinessRequest) String() string
- func (m *PageBusinessRequest) Validate() error
- func (m *PageBusinessRequest) ValidateAll() error
- type PageBusinessRequestMultiError
- type PageBusinessRequestValidationError
- func (e PageBusinessRequestValidationError) Cause() error
- func (e PageBusinessRequestValidationError) Error() string
- func (e PageBusinessRequestValidationError) ErrorName() string
- func (e PageBusinessRequestValidationError) Field() string
- func (e PageBusinessRequestValidationError) Key() bool
- func (e PageBusinessRequestValidationError) Reason() string
- type PageResourceReply
- func (*PageResourceReply) Descriptor() ([]byte, []int)deprecated
- func (x *PageResourceReply) GetList() []*Resource
- func (x *PageResourceReply) GetTotal() uint32
- func (*PageResourceReply) ProtoMessage()
- func (x *PageResourceReply) ProtoReflect() protoreflect.Message
- func (x *PageResourceReply) Reset()
- func (x *PageResourceReply) String() string
- func (m *PageResourceReply) Validate() error
- func (m *PageResourceReply) ValidateAll() error
- type PageResourceReplyMultiError
- type PageResourceReplyValidationError
- func (e PageResourceReplyValidationError) Cause() error
- func (e PageResourceReplyValidationError) Error() string
- func (e PageResourceReplyValidationError) ErrorName() string
- func (e PageResourceReplyValidationError) Field() string
- func (e PageResourceReplyValidationError) Key() bool
- func (e PageResourceReplyValidationError) Reason() string
- type PageResourceRequest
- func (*PageResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PageResourceRequest) GetKeyword() string
- func (x *PageResourceRequest) GetPage() uint32
- func (x *PageResourceRequest) GetPageSize() uint32
- func (x *PageResourceRequest) GetTag() string
- func (*PageResourceRequest) ProtoMessage()
- func (x *PageResourceRequest) ProtoReflect() protoreflect.Message
- func (x *PageResourceRequest) Reset()
- func (x *PageResourceRequest) String() string
- func (m *PageResourceRequest) Validate() error
- func (m *PageResourceRequest) ValidateAll() error
- type PageResourceRequestMultiError
- type PageResourceRequestValidationError
- func (e PageResourceRequestValidationError) Cause() error
- func (e PageResourceRequestValidationError) Error() string
- func (e PageResourceRequestValidationError) ErrorName() string
- func (e PageResourceRequestValidationError) Field() string
- func (e PageResourceRequestValidationError) Key() bool
- func (e PageResourceRequestValidationError) Reason() string
- type PageServerReply
- func (*PageServerReply) Descriptor() ([]byte, []int)deprecated
- func (x *PageServerReply) GetList() []*Server
- func (x *PageServerReply) GetTotal() uint32
- func (*PageServerReply) ProtoMessage()
- func (x *PageServerReply) ProtoReflect() protoreflect.Message
- func (x *PageServerReply) Reset()
- func (x *PageServerReply) String() string
- func (m *PageServerReply) Validate() error
- func (m *PageServerReply) ValidateAll() error
- type PageServerReplyMultiError
- type PageServerReplyValidationError
- func (e PageServerReplyValidationError) Cause() error
- func (e PageServerReplyValidationError) Error() string
- func (e PageServerReplyValidationError) ErrorName() string
- func (e PageServerReplyValidationError) Field() string
- func (e PageServerReplyValidationError) Key() bool
- func (e PageServerReplyValidationError) Reason() string
- type PageServerRequest
- func (*PageServerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PageServerRequest) GetKeyword() string
- func (x *PageServerRequest) GetPage() uint32
- func (x *PageServerRequest) GetPageSize() uint32
- func (*PageServerRequest) ProtoMessage()
- func (x *PageServerRequest) ProtoReflect() protoreflect.Message
- func (x *PageServerRequest) Reset()
- func (x *PageServerRequest) String() string
- func (m *PageServerRequest) Validate() error
- func (m *PageServerRequest) ValidateAll() error
- type PageServerRequestMultiError
- type PageServerRequestValidationError
- func (e PageServerRequestValidationError) Cause() error
- func (e PageServerRequestValidationError) Error() string
- func (e PageServerRequestValidationError) ErrorName() string
- func (e PageServerRequestValidationError) Field() string
- func (e PageServerRequestValidationError) Key() bool
- func (e PageServerRequestValidationError) Reason() string
- type PageServerResourceReply
- func (*PageServerResourceReply) Descriptor() ([]byte, []int)deprecated
- func (x *PageServerResourceReply) GetList() []*Resource
- func (x *PageServerResourceReply) GetTotal() uint32
- func (*PageServerResourceReply) ProtoMessage()
- func (x *PageServerResourceReply) ProtoReflect() protoreflect.Message
- func (x *PageServerResourceReply) Reset()
- func (x *PageServerResourceReply) String() string
- func (m *PageServerResourceReply) Validate() error
- func (m *PageServerResourceReply) ValidateAll() error
- type PageServerResourceReplyMultiError
- type PageServerResourceReplyValidationError
- func (e PageServerResourceReplyValidationError) Cause() error
- func (e PageServerResourceReplyValidationError) Error() string
- func (e PageServerResourceReplyValidationError) ErrorName() string
- func (e PageServerResourceReplyValidationError) Field() string
- func (e PageServerResourceReplyValidationError) Key() bool
- func (e PageServerResourceReplyValidationError) Reason() string
- type PageServerResourceRequest
- func (*PageServerResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PageServerResourceRequest) GetPage() uint32
- func (x *PageServerResourceRequest) GetPageSize() uint32
- func (x *PageServerResourceRequest) GetServerId() uint32
- func (*PageServerResourceRequest) ProtoMessage()
- func (x *PageServerResourceRequest) ProtoReflect() protoreflect.Message
- func (x *PageServerResourceRequest) Reset()
- func (x *PageServerResourceRequest) String() string
- func (m *PageServerResourceRequest) Validate() error
- func (m *PageServerResourceRequest) ValidateAll() error
- type PageServerResourceRequestMultiError
- type PageServerResourceRequestValidationError
- func (e PageServerResourceRequestValidationError) Cause() error
- func (e PageServerResourceRequestValidationError) Error() string
- func (e PageServerResourceRequestValidationError) ErrorName() string
- func (e PageServerResourceRequestValidationError) Field() string
- func (e PageServerResourceRequestValidationError) Key() bool
- func (e PageServerResourceRequestValidationError) Reason() string
- type PageTemplateReply
- func (*PageTemplateReply) Descriptor() ([]byte, []int)deprecated
- func (x *PageTemplateReply) GetList() []*Template
- func (x *PageTemplateReply) GetTotal() uint32
- func (*PageTemplateReply) ProtoMessage()
- func (x *PageTemplateReply) ProtoReflect() protoreflect.Message
- func (x *PageTemplateReply) Reset()
- func (x *PageTemplateReply) String() string
- func (m *PageTemplateReply) Validate() error
- func (m *PageTemplateReply) ValidateAll() error
- type PageTemplateReplyMultiError
- type PageTemplateReplyValidationError
- func (e PageTemplateReplyValidationError) Cause() error
- func (e PageTemplateReplyValidationError) Error() string
- func (e PageTemplateReplyValidationError) ErrorName() string
- func (e PageTemplateReplyValidationError) Field() string
- func (e PageTemplateReplyValidationError) Key() bool
- func (e PageTemplateReplyValidationError) Reason() string
- type PageTemplateRequest
- func (*PageTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PageTemplateRequest) GetPage() uint32
- func (x *PageTemplateRequest) GetPageSize() uint32
- func (x *PageTemplateRequest) GetServerId() uint32
- func (*PageTemplateRequest) ProtoMessage()
- func (x *PageTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *PageTemplateRequest) Reset()
- func (x *PageTemplateRequest) String() string
- func (m *PageTemplateRequest) Validate() error
- func (m *PageTemplateRequest) ValidateAll() error
- type PageTemplateRequestMultiError
- type PageTemplateRequestValidationError
- func (e PageTemplateRequestValidationError) Cause() error
- func (e PageTemplateRequestValidationError) Error() string
- func (e PageTemplateRequestValidationError) ErrorName() string
- func (e PageTemplateRequestValidationError) Field() string
- func (e PageTemplateRequestValidationError) Key() bool
- func (e PageTemplateRequestValidationError) Reason() string
- type ParseTemplatePreviewReply
- func (*ParseTemplatePreviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *ParseTemplatePreviewReply) GetContent() string
- func (*ParseTemplatePreviewReply) ProtoMessage()
- func (x *ParseTemplatePreviewReply) ProtoReflect() protoreflect.Message
- func (x *ParseTemplatePreviewReply) Reset()
- func (x *ParseTemplatePreviewReply) String() string
- func (m *ParseTemplatePreviewReply) Validate() error
- func (m *ParseTemplatePreviewReply) ValidateAll() error
- type ParseTemplatePreviewReplyMultiError
- type ParseTemplatePreviewReplyValidationError
- func (e ParseTemplatePreviewReplyValidationError) Cause() error
- func (e ParseTemplatePreviewReplyValidationError) Error() string
- func (e ParseTemplatePreviewReplyValidationError) ErrorName() string
- func (e ParseTemplatePreviewReplyValidationError) Field() string
- func (e ParseTemplatePreviewReplyValidationError) Key() bool
- func (e ParseTemplatePreviewReplyValidationError) Reason() string
- type ParseTemplatePreviewRequest
- func (*ParseTemplatePreviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ParseTemplatePreviewRequest) GetContent() string
- func (x *ParseTemplatePreviewRequest) GetEnvId() uint32
- func (x *ParseTemplatePreviewRequest) GetFormat() string
- func (x *ParseTemplatePreviewRequest) GetServerId() uint32
- func (*ParseTemplatePreviewRequest) ProtoMessage()
- func (x *ParseTemplatePreviewRequest) ProtoReflect() protoreflect.Message
- func (x *ParseTemplatePreviewRequest) Reset()
- func (x *ParseTemplatePreviewRequest) String() string
- func (m *ParseTemplatePreviewRequest) Validate() error
- func (m *ParseTemplatePreviewRequest) ValidateAll() error
- type ParseTemplatePreviewRequestMultiError
- type ParseTemplatePreviewRequestValidationError
- func (e ParseTemplatePreviewRequestValidationError) Cause() error
- func (e ParseTemplatePreviewRequestValidationError) Error() string
- func (e ParseTemplatePreviewRequestValidationError) ErrorName() string
- func (e ParseTemplatePreviewRequestValidationError) Field() string
- func (e ParseTemplatePreviewRequestValidationError) Key() bool
- func (e ParseTemplatePreviewRequestValidationError) Reason() string
- type ParseTemplateReply
- func (*ParseTemplateReply) Descriptor() ([]byte, []int)deprecated
- func (x *ParseTemplateReply) GetContent() string
- func (x *ParseTemplateReply) GetFormat() string
- func (*ParseTemplateReply) ProtoMessage()
- func (x *ParseTemplateReply) ProtoReflect() protoreflect.Message
- func (x *ParseTemplateReply) Reset()
- func (x *ParseTemplateReply) String() string
- func (m *ParseTemplateReply) Validate() error
- func (m *ParseTemplateReply) ValidateAll() error
- type ParseTemplateReplyMultiError
- type ParseTemplateReplyValidationError
- func (e ParseTemplateReplyValidationError) Cause() error
- func (e ParseTemplateReplyValidationError) Error() string
- func (e ParseTemplateReplyValidationError) ErrorName() string
- func (e ParseTemplateReplyValidationError) Field() string
- func (e ParseTemplateReplyValidationError) Key() bool
- func (e ParseTemplateReplyValidationError) Reason() string
- type ParseTemplateRequest
- func (*ParseTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ParseTemplateRequest) GetEnvId() uint32
- func (x *ParseTemplateRequest) GetServerId() uint32
- func (*ParseTemplateRequest) ProtoMessage()
- func (x *ParseTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *ParseTemplateRequest) Reset()
- func (x *ParseTemplateRequest) String() string
- func (m *ParseTemplateRequest) Validate() error
- func (m *ParseTemplateRequest) ValidateAll() error
- type ParseTemplateRequestMultiError
- type ParseTemplateRequestValidationError
- func (e ParseTemplateRequestValidationError) Cause() error
- func (e ParseTemplateRequestValidationError) Error() string
- func (e ParseTemplateRequestValidationError) ErrorName() string
- func (e ParseTemplateRequestValidationError) Field() string
- func (e ParseTemplateRequestValidationError) Key() bool
- func (e ParseTemplateRequestValidationError) Reason() string
- type RefreshTokenReply
- func (*RefreshTokenReply) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshTokenReply) GetToken() string
- func (*RefreshTokenReply) ProtoMessage()
- func (x *RefreshTokenReply) ProtoReflect() protoreflect.Message
- func (x *RefreshTokenReply) Reset()
- func (x *RefreshTokenReply) String() string
- func (m *RefreshTokenReply) Validate() error
- func (m *RefreshTokenReply) ValidateAll() error
- type RefreshTokenReplyMultiError
- type RefreshTokenReplyValidationError
- func (e RefreshTokenReplyValidationError) Cause() error
- func (e RefreshTokenReplyValidationError) Error() string
- func (e RefreshTokenReplyValidationError) ErrorName() string
- func (e RefreshTokenReplyValidationError) Field() string
- func (e RefreshTokenReplyValidationError) Key() bool
- func (e RefreshTokenReplyValidationError) Reason() string
- type ResetEnvTokenReply
- func (*ResetEnvTokenReply) Descriptor() ([]byte, []int)deprecated
- func (x *ResetEnvTokenReply) GetToken() string
- func (*ResetEnvTokenReply) ProtoMessage()
- func (x *ResetEnvTokenReply) ProtoReflect() protoreflect.Message
- func (x *ResetEnvTokenReply) Reset()
- func (x *ResetEnvTokenReply) String() string
- func (m *ResetEnvTokenReply) Validate() error
- func (m *ResetEnvTokenReply) ValidateAll() error
- type ResetEnvTokenReplyMultiError
- type ResetEnvTokenReplyValidationError
- func (e ResetEnvTokenReplyValidationError) Cause() error
- func (e ResetEnvTokenReplyValidationError) Error() string
- func (e ResetEnvTokenReplyValidationError) ErrorName() string
- func (e ResetEnvTokenReplyValidationError) Field() string
- func (e ResetEnvTokenReplyValidationError) Key() bool
- func (e ResetEnvTokenReplyValidationError) Reason() string
- type ResetEnvTokenRequest
- func (*ResetEnvTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetEnvTokenRequest) GetId() uint32
- func (*ResetEnvTokenRequest) ProtoMessage()
- func (x *ResetEnvTokenRequest) ProtoReflect() protoreflect.Message
- func (x *ResetEnvTokenRequest) Reset()
- func (x *ResetEnvTokenRequest) String() string
- func (m *ResetEnvTokenRequest) Validate() error
- func (m *ResetEnvTokenRequest) ValidateAll() error
- type ResetEnvTokenRequestMultiError
- type ResetEnvTokenRequestValidationError
- func (e ResetEnvTokenRequestValidationError) Cause() error
- func (e ResetEnvTokenRequestValidationError) Error() string
- func (e ResetEnvTokenRequestValidationError) ErrorName() string
- func (e ResetEnvTokenRequestValidationError) Field() string
- func (e ResetEnvTokenRequestValidationError) Key() bool
- func (e ResetEnvTokenRequestValidationError) Reason() string
- type Resource
- func (*Resource) Descriptor() ([]byte, []int)deprecated
- func (x *Resource) GetCreatedAt() uint32
- func (x *Resource) GetDescription() string
- func (x *Resource) GetFields() string
- func (x *Resource) GetId() uint32
- func (x *Resource) GetKeyword() string
- func (x *Resource) GetPrivate() bool
- func (x *Resource) GetTag() string
- func (x *Resource) GetUpdatedAt() uint32
- func (*Resource) ProtoMessage()
- func (x *Resource) ProtoReflect() protoreflect.Message
- func (x *Resource) Reset()
- func (x *Resource) String() string
- func (m *Resource) Validate() error
- func (m *Resource) ValidateAll() error
- type ResourceMultiError
- type ResourceValidationError
- type Server
- func (*Server) Descriptor() ([]byte, []int)deprecated
- func (x *Server) GetCreatedAt() uint32
- func (x *Server) GetDescription() string
- func (x *Server) GetId() uint32
- func (x *Server) GetKeyword() string
- func (x *Server) GetName() string
- func (x *Server) GetUpdatedAt() uint32
- func (*Server) ProtoMessage()
- func (x *Server) ProtoReflect() protoreflect.Message
- func (x *Server) Reset()
- func (x *Server) String() string
- func (m *Server) Validate() error
- func (m *Server) ValidateAll() error
- type ServerMultiError
- type ServerValidationError
- type ServiceClient
- type ServiceHTTPClient
- type ServiceHTTPClientImpl
- func (c *ServiceHTTPClientImpl) AddBusiness(ctx context.Context, in *AddBusinessRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) AddEnv(ctx context.Context, in *AddEnvRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) AddResource(ctx context.Context, in *AddResourceRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) AddServer(ctx context.Context, in *AddServerRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) AddTemplate(ctx context.Context, in *AddTemplateRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) AllBusinessValue(ctx context.Context, in *AllBusinessValueRequest, opts ...http.CallOption) (*AllBusinessValueReply, error)
- func (c *ServiceHTTPClientImpl) AllEnv(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*AllEnvReply, error)
- func (c *ServiceHTTPClientImpl) AllResourceServer(ctx context.Context, in *AllResourceServerRequest, opts ...http.CallOption) (*AllResourceServerReply, error)
- func (c *ServiceHTTPClientImpl) AllResourceValue(ctx context.Context, in *AllResourceValueRequest, opts ...http.CallOption) (*AllResourceValueReply, error)
- func (c *ServiceHTTPClientImpl) CompareConfigure(ctx context.Context, in *CompareConfigureRequest, opts ...http.CallOption) (*CompareConfigureReply, error)
- func (c *ServiceHTTPClientImpl) CompareTemplate(ctx context.Context, in *CompareTemplateRequest, opts ...http.CallOption) (*CompareTemplateReply, error)
- func (c *ServiceHTTPClientImpl) CurrentTemplate(ctx context.Context, in *CurrentTemplateRequest, opts ...http.CallOption) (*CurrentTemplateReply, error)
- func (c *ServiceHTTPClientImpl) DeleteBusiness(ctx context.Context, in *DeleteBusinessRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) DeleteEnv(ctx context.Context, in *DeleteEnvRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) DeleteResource(ctx context.Context, in *DeleteResourceRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) DeleteServer(ctx context.Context, in *DeleteServerRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) GetConfigure(ctx context.Context, in *GetConfigureRequest, opts ...http.CallOption) (*GetConfigureReply, error)
- func (c *ServiceHTTPClientImpl) GetEnvToken(ctx context.Context, in *GetEnvTokenRequest, opts ...http.CallOption) (*GetEnvTokenReply, error)
- func (c *ServiceHTTPClientImpl) GetServer(ctx context.Context, in *GetServerRequest, opts ...http.CallOption) (*GetServerReply, error)
- func (c *ServiceHTTPClientImpl) GetTemplate(ctx context.Context, in *GetTemplateRequest, opts ...http.CallOption) (*GetTemplateReply, error)
- func (c *ServiceHTTPClientImpl) Login(ctx context.Context, in *LoginRequest, opts ...http.CallOption) (*LoginReply, error)
- func (c *ServiceHTTPClientImpl) PageBusiness(ctx context.Context, in *PageBusinessRequest, opts ...http.CallOption) (*PageBusinessReply, error)
- func (c *ServiceHTTPClientImpl) PageResource(ctx context.Context, in *PageResourceRequest, opts ...http.CallOption) (*PageResourceReply, error)
- func (c *ServiceHTTPClientImpl) PageServer(ctx context.Context, in *PageServerRequest, opts ...http.CallOption) (*PageServerReply, error)
- func (c *ServiceHTTPClientImpl) PageServerResource(ctx context.Context, in *PageServerResourceRequest, opts ...http.CallOption) (*PageServerResourceReply, error)
- func (c *ServiceHTTPClientImpl) PageTemplate(ctx context.Context, in *PageTemplateRequest, opts ...http.CallOption) (*PageTemplateReply, error)
- func (c *ServiceHTTPClientImpl) ParseTemplate(ctx context.Context, in *ParseTemplateRequest, opts ...http.CallOption) (*ParseTemplateReply, error)
- func (c *ServiceHTTPClientImpl) ParseTemplatePreview(ctx context.Context, in *ParseTemplatePreviewRequest, opts ...http.CallOption) (*ParseTemplatePreviewReply, error)
- func (c *ServiceHTTPClientImpl) RefreshToken(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*RefreshTokenReply, error)
- func (c *ServiceHTTPClientImpl) ResetEnvToken(ctx context.Context, in *ResetEnvTokenRequest, opts ...http.CallOption) (*ResetEnvTokenReply, error)
- func (c *ServiceHTTPClientImpl) SwitchTemplate(ctx context.Context, in *SwitchTemplateRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) UpdateBusiness(ctx context.Context, in *UpdateBusinessRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) UpdateBusinessValue(ctx context.Context, in *UpdateBusinessValueRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) UpdateConfigure(ctx context.Context, in *UpdateConfigureRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) UpdateEnv(ctx context.Context, in *UpdateEnvRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) UpdateResource(ctx context.Context, in *UpdateResourceRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) UpdateResourceValue(ctx context.Context, in *UpdateResourceValueRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ServiceHTTPClientImpl) UpdateServer(ctx context.Context, in *UpdateServerRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- type ServiceHTTPServer
- type ServiceServer
- type Service_WatchConfigureClient
- type Service_WatchConfigureServer
- type SwitchTemplateRequest
- func (*SwitchTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SwitchTemplateRequest) GetId() uint32
- func (x *SwitchTemplateRequest) GetServerId() uint32
- func (*SwitchTemplateRequest) ProtoMessage()
- func (x *SwitchTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *SwitchTemplateRequest) Reset()
- func (x *SwitchTemplateRequest) String() string
- func (m *SwitchTemplateRequest) Validate() error
- func (m *SwitchTemplateRequest) ValidateAll() error
- type SwitchTemplateRequestMultiError
- type SwitchTemplateRequestValidationError
- func (e SwitchTemplateRequestValidationError) Cause() error
- func (e SwitchTemplateRequestValidationError) Error() string
- func (e SwitchTemplateRequestValidationError) ErrorName() string
- func (e SwitchTemplateRequestValidationError) Field() string
- func (e SwitchTemplateRequestValidationError) Key() bool
- func (e SwitchTemplateRequestValidationError) Reason() string
- type Template
- func (*Template) Descriptor() ([]byte, []int)deprecated
- func (x *Template) GetCompare() string
- func (x *Template) GetContent() string
- func (x *Template) GetCreatedAt() uint32
- func (x *Template) GetDescription() string
- func (x *Template) GetFormat() string
- func (x *Template) GetId() uint32
- func (x *Template) GetIsUse() bool
- func (x *Template) GetServerId() uint32
- func (x *Template) GetVersion() string
- func (*Template) ProtoMessage()
- func (x *Template) ProtoReflect() protoreflect.Message
- func (x *Template) Reset()
- func (x *Template) String() string
- func (m *Template) Validate() error
- func (m *Template) ValidateAll() error
- type TemplateMultiError
- type TemplateValidationError
- type UnimplementedServiceServer
- func (UnimplementedServiceServer) AddBusiness(context.Context, *AddBusinessRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) AddEnv(context.Context, *AddEnvRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) AddResource(context.Context, *AddResourceRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) AddServer(context.Context, *AddServerRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) AddTemplate(context.Context, *AddTemplateRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) AllBusinessValue(context.Context, *AllBusinessValueRequest) (*AllBusinessValueReply, error)
- func (UnimplementedServiceServer) AllEnv(context.Context, *emptypb.Empty) (*AllEnvReply, error)
- func (UnimplementedServiceServer) AllResourceServer(context.Context, *AllResourceServerRequest) (*AllResourceServerReply, error)
- func (UnimplementedServiceServer) AllResourceValue(context.Context, *AllResourceValueRequest) (*AllResourceValueReply, error)
- func (UnimplementedServiceServer) CompareConfigure(context.Context, *CompareConfigureRequest) (*CompareConfigureReply, error)
- func (UnimplementedServiceServer) CompareTemplate(context.Context, *CompareTemplateRequest) (*CompareTemplateReply, error)
- func (UnimplementedServiceServer) CurrentTemplate(context.Context, *CurrentTemplateRequest) (*CurrentTemplateReply, error)
- func (UnimplementedServiceServer) DeleteBusiness(context.Context, *DeleteBusinessRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) DeleteEnv(context.Context, *DeleteEnvRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) DeleteResource(context.Context, *DeleteResourceRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) DeleteServer(context.Context, *DeleteServerRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) GetConfigure(context.Context, *GetConfigureRequest) (*GetConfigureReply, error)
- func (UnimplementedServiceServer) GetEnvToken(context.Context, *GetEnvTokenRequest) (*GetEnvTokenReply, error)
- func (UnimplementedServiceServer) GetServer(context.Context, *GetServerRequest) (*GetServerReply, error)
- func (UnimplementedServiceServer) GetTemplate(context.Context, *GetTemplateRequest) (*GetTemplateReply, error)
- func (UnimplementedServiceServer) Login(context.Context, *LoginRequest) (*LoginReply, error)
- func (UnimplementedServiceServer) PageBusiness(context.Context, *PageBusinessRequest) (*PageBusinessReply, error)
- func (UnimplementedServiceServer) PageResource(context.Context, *PageResourceRequest) (*PageResourceReply, error)
- func (UnimplementedServiceServer) PageServer(context.Context, *PageServerRequest) (*PageServerReply, error)
- func (UnimplementedServiceServer) PageServerResource(context.Context, *PageServerResourceRequest) (*PageServerResourceReply, error)
- func (UnimplementedServiceServer) PageTemplate(context.Context, *PageTemplateRequest) (*PageTemplateReply, error)
- func (UnimplementedServiceServer) ParseTemplate(context.Context, *ParseTemplateRequest) (*ParseTemplateReply, error)
- func (UnimplementedServiceServer) ParseTemplatePreview(context.Context, *ParseTemplatePreviewRequest) (*ParseTemplatePreviewReply, error)
- func (UnimplementedServiceServer) RefreshToken(context.Context, *emptypb.Empty) (*RefreshTokenReply, error)
- func (UnimplementedServiceServer) ResetEnvToken(context.Context, *ResetEnvTokenRequest) (*ResetEnvTokenReply, error)
- func (UnimplementedServiceServer) SwitchTemplate(context.Context, *SwitchTemplateRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) UpdateBusiness(context.Context, *UpdateBusinessRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) UpdateBusinessValue(context.Context, *UpdateBusinessValueRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) UpdateConfigure(context.Context, *UpdateConfigureRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) UpdateEnv(context.Context, *UpdateEnvRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) UpdateResource(context.Context, *UpdateResourceRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) UpdateResourceValue(context.Context, *UpdateResourceValueRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) UpdateServer(context.Context, *UpdateServerRequest) (*emptypb.Empty, error)
- func (UnimplementedServiceServer) WatchConfigure(*WatchConfigureRequest, Service_WatchConfigureServer) error
- type UnsafeServiceServer
- type UpdateBusinessRequest
- func (*UpdateBusinessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBusinessRequest) GetDescription() string
- func (x *UpdateBusinessRequest) GetId() uint32
- func (x *UpdateBusinessRequest) GetKeyword() string
- func (x *UpdateBusinessRequest) GetType() string
- func (*UpdateBusinessRequest) ProtoMessage()
- func (x *UpdateBusinessRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBusinessRequest) Reset()
- func (x *UpdateBusinessRequest) String() string
- func (m *UpdateBusinessRequest) Validate() error
- func (m *UpdateBusinessRequest) ValidateAll() error
- type UpdateBusinessRequestMultiError
- type UpdateBusinessRequestValidationError
- func (e UpdateBusinessRequestValidationError) Cause() error
- func (e UpdateBusinessRequestValidationError) Error() string
- func (e UpdateBusinessRequestValidationError) ErrorName() string
- func (e UpdateBusinessRequestValidationError) Field() string
- func (e UpdateBusinessRequestValidationError) Key() bool
- func (e UpdateBusinessRequestValidationError) Reason() string
- type UpdateBusinessValueRequest
- func (*UpdateBusinessValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBusinessValueRequest) GetBusinessId() uint32
- func (x *UpdateBusinessValueRequest) GetList() []*UpdateBusinessValueRequest_BusinessValue
- func (*UpdateBusinessValueRequest) ProtoMessage()
- func (x *UpdateBusinessValueRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBusinessValueRequest) Reset()
- func (x *UpdateBusinessValueRequest) String() string
- func (m *UpdateBusinessValueRequest) Validate() error
- func (m *UpdateBusinessValueRequest) ValidateAll() error
- type UpdateBusinessValueRequestMultiError
- type UpdateBusinessValueRequestValidationError
- func (e UpdateBusinessValueRequestValidationError) Cause() error
- func (e UpdateBusinessValueRequestValidationError) Error() string
- func (e UpdateBusinessValueRequestValidationError) ErrorName() string
- func (e UpdateBusinessValueRequestValidationError) Field() string
- func (e UpdateBusinessValueRequestValidationError) Key() bool
- func (e UpdateBusinessValueRequestValidationError) Reason() string
- type UpdateBusinessValueRequest_BusinessValue
- func (*UpdateBusinessValueRequest_BusinessValue) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBusinessValueRequest_BusinessValue) GetEnvId() uint32
- func (x *UpdateBusinessValueRequest_BusinessValue) GetValue() string
- func (*UpdateBusinessValueRequest_BusinessValue) ProtoMessage()
- func (x *UpdateBusinessValueRequest_BusinessValue) ProtoReflect() protoreflect.Message
- func (x *UpdateBusinessValueRequest_BusinessValue) Reset()
- func (x *UpdateBusinessValueRequest_BusinessValue) String() string
- func (m *UpdateBusinessValueRequest_BusinessValue) Validate() error
- func (m *UpdateBusinessValueRequest_BusinessValue) ValidateAll() error
- type UpdateBusinessValueRequest_BusinessValueMultiError
- type UpdateBusinessValueRequest_BusinessValueValidationError
- func (e UpdateBusinessValueRequest_BusinessValueValidationError) Cause() error
- func (e UpdateBusinessValueRequest_BusinessValueValidationError) Error() string
- func (e UpdateBusinessValueRequest_BusinessValueValidationError) ErrorName() string
- func (e UpdateBusinessValueRequest_BusinessValueValidationError) Field() string
- func (e UpdateBusinessValueRequest_BusinessValueValidationError) Key() bool
- func (e UpdateBusinessValueRequest_BusinessValueValidationError) Reason() string
- type UpdateConfigureRequest
- func (*UpdateConfigureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateConfigureRequest) GetDescription() string
- func (x *UpdateConfigureRequest) GetEnvId() uint32
- func (x *UpdateConfigureRequest) GetServerId() uint32
- func (*UpdateConfigureRequest) ProtoMessage()
- func (x *UpdateConfigureRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateConfigureRequest) Reset()
- func (x *UpdateConfigureRequest) String() string
- func (m *UpdateConfigureRequest) Validate() error
- func (m *UpdateConfigureRequest) ValidateAll() error
- type UpdateConfigureRequestMultiError
- type UpdateConfigureRequestValidationError
- func (e UpdateConfigureRequestValidationError) Cause() error
- func (e UpdateConfigureRequestValidationError) Error() string
- func (e UpdateConfigureRequestValidationError) ErrorName() string
- func (e UpdateConfigureRequestValidationError) Field() string
- func (e UpdateConfigureRequestValidationError) Key() bool
- func (e UpdateConfigureRequestValidationError) Reason() string
- type UpdateEnvRequest
- func (*UpdateEnvRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEnvRequest) GetDescription() string
- func (x *UpdateEnvRequest) GetId() uint32
- func (x *UpdateEnvRequest) GetKeyword() string
- func (x *UpdateEnvRequest) GetName() string
- func (x *UpdateEnvRequest) GetStatus() bool
- func (*UpdateEnvRequest) ProtoMessage()
- func (x *UpdateEnvRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEnvRequest) Reset()
- func (x *UpdateEnvRequest) String() string
- func (m *UpdateEnvRequest) Validate() error
- func (m *UpdateEnvRequest) ValidateAll() error
- type UpdateEnvRequestMultiError
- type UpdateEnvRequestValidationError
- func (e UpdateEnvRequestValidationError) Cause() error
- func (e UpdateEnvRequestValidationError) Error() string
- func (e UpdateEnvRequestValidationError) ErrorName() string
- func (e UpdateEnvRequestValidationError) Field() string
- func (e UpdateEnvRequestValidationError) Key() bool
- func (e UpdateEnvRequestValidationError) Reason() string
- type UpdateResourceRequest
- func (*UpdateResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateResourceRequest) GetDescription() string
- func (x *UpdateResourceRequest) GetFields() string
- func (x *UpdateResourceRequest) GetId() uint32
- func (x *UpdateResourceRequest) GetPrivate() bool
- func (x *UpdateResourceRequest) GetServers() []uint32
- func (x *UpdateResourceRequest) GetTag() string
- func (*UpdateResourceRequest) ProtoMessage()
- func (x *UpdateResourceRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateResourceRequest) Reset()
- func (x *UpdateResourceRequest) String() string
- func (m *UpdateResourceRequest) Validate() error
- func (m *UpdateResourceRequest) ValidateAll() error
- type UpdateResourceRequestMultiError
- type UpdateResourceRequestValidationError
- func (e UpdateResourceRequestValidationError) Cause() error
- func (e UpdateResourceRequestValidationError) Error() string
- func (e UpdateResourceRequestValidationError) ErrorName() string
- func (e UpdateResourceRequestValidationError) Field() string
- func (e UpdateResourceRequestValidationError) Key() bool
- func (e UpdateResourceRequestValidationError) Reason() string
- type UpdateResourceValueRequest
- func (*UpdateResourceValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateResourceValueRequest) GetList() []*UpdateResourceValueRequest_ResourceValue
- func (x *UpdateResourceValueRequest) GetResourceId() uint32
- func (*UpdateResourceValueRequest) ProtoMessage()
- func (x *UpdateResourceValueRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateResourceValueRequest) Reset()
- func (x *UpdateResourceValueRequest) String() string
- func (m *UpdateResourceValueRequest) Validate() error
- func (m *UpdateResourceValueRequest) ValidateAll() error
- type UpdateResourceValueRequestMultiError
- type UpdateResourceValueRequestValidationError
- func (e UpdateResourceValueRequestValidationError) Cause() error
- func (e UpdateResourceValueRequestValidationError) Error() string
- func (e UpdateResourceValueRequestValidationError) ErrorName() string
- func (e UpdateResourceValueRequestValidationError) Field() string
- func (e UpdateResourceValueRequestValidationError) Key() bool
- func (e UpdateResourceValueRequestValidationError) Reason() string
- type UpdateResourceValueRequest_ResourceValue
- func (*UpdateResourceValueRequest_ResourceValue) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateResourceValueRequest_ResourceValue) GetEnvId() uint32
- func (x *UpdateResourceValueRequest_ResourceValue) GetValue() string
- func (*UpdateResourceValueRequest_ResourceValue) ProtoMessage()
- func (x *UpdateResourceValueRequest_ResourceValue) ProtoReflect() protoreflect.Message
- func (x *UpdateResourceValueRequest_ResourceValue) Reset()
- func (x *UpdateResourceValueRequest_ResourceValue) String() string
- func (m *UpdateResourceValueRequest_ResourceValue) Validate() error
- func (m *UpdateResourceValueRequest_ResourceValue) ValidateAll() error
- type UpdateResourceValueRequest_ResourceValueMultiError
- type UpdateResourceValueRequest_ResourceValueValidationError
- func (e UpdateResourceValueRequest_ResourceValueValidationError) Cause() error
- func (e UpdateResourceValueRequest_ResourceValueValidationError) Error() string
- func (e UpdateResourceValueRequest_ResourceValueValidationError) ErrorName() string
- func (e UpdateResourceValueRequest_ResourceValueValidationError) Field() string
- func (e UpdateResourceValueRequest_ResourceValueValidationError) Key() bool
- func (e UpdateResourceValueRequest_ResourceValueValidationError) Reason() string
- type UpdateServerRequest
- func (*UpdateServerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateServerRequest) GetDescription() string
- func (x *UpdateServerRequest) GetId() uint32
- func (x *UpdateServerRequest) GetKeyword() string
- func (x *UpdateServerRequest) GetName() string
- func (*UpdateServerRequest) ProtoMessage()
- func (x *UpdateServerRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateServerRequest) Reset()
- func (x *UpdateServerRequest) String() string
- func (m *UpdateServerRequest) Validate() error
- func (m *UpdateServerRequest) ValidateAll() error
- type UpdateServerRequestMultiError
- type UpdateServerRequestValidationError
- func (e UpdateServerRequestValidationError) Cause() error
- func (e UpdateServerRequestValidationError) Error() string
- func (e UpdateServerRequestValidationError) ErrorName() string
- func (e UpdateServerRequestValidationError) Field() string
- func (e UpdateServerRequestValidationError) Key() bool
- func (e UpdateServerRequestValidationError) Reason() string
- type WatchConfigureReply
- func (*WatchConfigureReply) Descriptor() ([]byte, []int)deprecated
- func (x *WatchConfigureReply) GetContent() string
- func (x *WatchConfigureReply) GetFormat() string
- func (*WatchConfigureReply) ProtoMessage()
- func (x *WatchConfigureReply) ProtoReflect() protoreflect.Message
- func (x *WatchConfigureReply) Reset()
- func (x *WatchConfigureReply) String() string
- func (m *WatchConfigureReply) Validate() error
- func (m *WatchConfigureReply) ValidateAll() error
- type WatchConfigureReplyMultiError
- type WatchConfigureReplyValidationError
- func (e WatchConfigureReplyValidationError) Cause() error
- func (e WatchConfigureReplyValidationError) Error() string
- func (e WatchConfigureReplyValidationError) ErrorName() string
- func (e WatchConfigureReplyValidationError) Field() string
- func (e WatchConfigureReplyValidationError) Key() bool
- func (e WatchConfigureReplyValidationError) Reason() string
- type WatchConfigureRequest
- func (*WatchConfigureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WatchConfigureRequest) GetServer() string
- func (x *WatchConfigureRequest) GetToken() string
- func (*WatchConfigureRequest) ProtoMessage()
- func (x *WatchConfigureRequest) ProtoReflect() protoreflect.Message
- func (x *WatchConfigureRequest) Reset()
- func (x *WatchConfigureRequest) String() string
- func (m *WatchConfigureRequest) Validate() error
- func (m *WatchConfigureRequest) ValidateAll() error
- type WatchConfigureRequestMultiError
- type WatchConfigureRequestValidationError
- func (e WatchConfigureRequestValidationError) Cause() error
- func (e WatchConfigureRequestValidationError) Error() string
- func (e WatchConfigureRequestValidationError) ErrorName() string
- func (e WatchConfigureRequestValidationError) Field() string
- func (e WatchConfigureRequestValidationError) Key() bool
- func (e WatchConfigureRequestValidationError) Reason() string
Constants ¶
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" )
const OperationServiceAddBusiness = "/configure.Service/AddBusiness"
const OperationServiceAddEnv = "/configure.Service/AddEnv"
const OperationServiceAddResource = "/configure.Service/AddResource"
const OperationServiceAddServer = "/configure.Service/AddServer"
const OperationServiceAddTemplate = "/configure.Service/AddTemplate"
const OperationServiceAllBusinessValue = "/configure.Service/AllBusinessValue"
const OperationServiceAllEnv = "/configure.Service/AllEnv"
const OperationServiceAllResourceServer = "/configure.Service/AllResourceServer"
const OperationServiceAllResourceValue = "/configure.Service/AllResourceValue"
const OperationServiceCompareConfigure = "/configure.Service/CompareConfigure"
const OperationServiceCompareTemplate = "/configure.Service/CompareTemplate"
const OperationServiceCurrentTemplate = "/configure.Service/CurrentTemplate"
const OperationServiceDeleteBusiness = "/configure.Service/DeleteBusiness"
const OperationServiceDeleteEnv = "/configure.Service/DeleteEnv"
const OperationServiceDeleteResource = "/configure.Service/DeleteResource"
const OperationServiceDeleteServer = "/configure.Service/DeleteServer"
const OperationServiceGetConfigure = "/configure.Service/GetConfigure"
const OperationServiceGetEnvToken = "/configure.Service/GetEnvToken"
const OperationServiceGetServer = "/configure.Service/GetServer"
const OperationServiceGetTemplate = "/configure.Service/GetTemplate"
const OperationServiceLogin = "/configure.Service/Login"
const OperationServicePageBusiness = "/configure.Service/PageBusiness"
const OperationServicePageResource = "/configure.Service/PageResource"
const OperationServicePageServer = "/configure.Service/PageServer"
const OperationServicePageServerResource = "/configure.Service/PageServerResource"
const OperationServicePageTemplate = "/configure.Service/PageTemplate"
const OperationServiceParseTemplate = "/configure.Service/ParseTemplate"
const OperationServiceParseTemplatePreview = "/configure.Service/ParseTemplatePreview"
const OperationServiceRefreshToken = "/configure.Service/RefreshToken"
const OperationServiceResetEnvToken = "/configure.Service/ResetEnvToken"
const OperationServiceSwitchTemplate = "/configure.Service/SwitchTemplate"
const OperationServiceUpdateBusiness = "/configure.Service/UpdateBusiness"
const OperationServiceUpdateBusinessValue = "/configure.Service/UpdateBusinessValue"
const OperationServiceUpdateConfigure = "/configure.Service/UpdateConfigure"
const OperationServiceUpdateEnv = "/configure.Service/UpdateEnv"
const OperationServiceUpdateResource = "/configure.Service/UpdateResource"
const OperationServiceUpdateResourceValue = "/configure.Service/UpdateResourceValue"
const OperationServiceUpdateServer = "/configure.Service/UpdateServer"
Variables ¶
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.
var File_configure_auth_proto protoreflect.FileDescriptor
var File_configure_business_proto protoreflect.FileDescriptor
var File_configure_business_value_proto protoreflect.FileDescriptor
var File_configure_configure_proto protoreflect.FileDescriptor
var File_configure_env_proto protoreflect.FileDescriptor
var File_configure_error_reason_proto protoreflect.FileDescriptor
var File_configure_resource_proto protoreflect.FileDescriptor
var File_configure_resource_server_proto protoreflect.FileDescriptor
var File_configure_resource_value_proto protoreflect.FileDescriptor
var File_configure_server_proto protoreflect.FileDescriptor
var File_configure_service_proto protoreflect.FileDescriptor
var File_configure_template_proto protoreflect.FileDescriptor
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 AlreadyExistsErrorFormat ¶ added in v1.0.10
func CheckTemplateError ¶ added in v1.0.10
func CheckTemplateErrorFormat ¶ added in v1.0.10
func DatabaseError ¶ added in v1.0.10
func DatabaseErrorFormat ¶ added in v1.0.10
func IsAlreadyExistsError ¶ added in v1.0.10
func IsCheckTemplateError ¶ added in v1.0.10
func IsDatabaseError ¶ added in v1.0.10
func IsNewTokenError ¶ added in v1.0.10
func IsNotRecordError ¶ added in v1.0.10
func IsParamsError ¶ added in v1.0.10
func IsParseTemplateError ¶ added in v1.0.10
func IsPasswordExpireError ¶ added in v1.0.10
func IsPasswordFormatError ¶ added in v1.0.10
func IsRefreshTokenError ¶ added in v1.0.10
func IsResourceFormatValueError ¶ added in v1.0.10
func IsResourceValueError ¶ added in v1.0.15
func IsRsaDecodeError ¶ added in v1.0.10
func IsServerNotFound ¶ added in v1.0.15
func IsTokenAuthError ¶ added in v1.0.15
func IsTransformError ¶ added in v1.0.10
func IsUserPasswordError ¶ added in v1.0.10
func IsVersionExistError ¶ added in v1.0.10
func IsWatchConfigureError ¶ added in v1.0.10
func NewTokenError ¶ added in v1.0.10
func NewTokenErrorFormat ¶ added in v1.0.10
func NotRecordError ¶ added in v1.0.10
func NotRecordErrorFormat ¶ added in v1.0.10
func ParamsError ¶ added in v1.0.10
func ParamsErrorFormat ¶ added in v1.0.10
func ParseTemplateError ¶ added in v1.0.10
func ParseTemplateErrorFormat ¶ added in v1.0.10
func PasswordExpireError ¶ added in v1.0.10
func PasswordExpireErrorFormat ¶ added in v1.0.10
func PasswordFormatError ¶ added in v1.0.10
func PasswordFormatErrorFormat ¶ added in v1.0.10
func RefreshTokenError ¶ added in v1.0.10
func RefreshTokenErrorFormat ¶ added in v1.0.10
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 ResourceFormatValueErrorFormat ¶ added in v1.0.10
func ResourceValueError ¶ added in v1.0.15
func ResourceValueErrorFormat ¶ added in v1.0.15
func RsaDecodeError ¶ added in v1.0.10
func RsaDecodeErrorFormat ¶ added in v1.0.10
func ServerNotFound ¶ added in v1.0.15
func ServerNotFoundFormat ¶ added in v1.0.15
func TokenAuthError ¶ added in v1.0.15
func TokenAuthErrorFormat ¶ added in v1.0.15
func TransformError ¶ added in v1.0.10
func TransformErrorFormat ¶ added in v1.0.10
func UserPasswordError ¶ added in v1.0.10
func UserPasswordErrorFormat ¶ added in v1.0.10
func VersionExistError ¶ added in v1.0.10
func VersionExistErrorFormat ¶ added in v1.0.10
func WatchConfigureError ¶ added in v1.0.10
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
func (m AddBusinessRequestMultiError) Error() string
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
func (e AddBusinessRequestValidationError) Cause() error
Cause function returns cause value.
func (AddBusinessRequestValidationError) Error ¶ added in v1.0.1
func (e AddBusinessRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AddBusinessRequestValidationError) ErrorName ¶ added in v1.0.1
func (e AddBusinessRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AddBusinessRequestValidationError) Field ¶ added in v1.0.1
func (e AddBusinessRequestValidationError) Field() string
Field function returns field value.
func (AddBusinessRequestValidationError) Key ¶ added in v1.0.1
func (e AddBusinessRequestValidationError) Key() bool
Key function returns key value.
func (AddBusinessRequestValidationError) Reason ¶ added in v1.0.1
func (e AddBusinessRequestValidationError) Reason() string
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
func (e AddEnvRequestValidationError) Cause() error
Cause function returns cause value.
func (AddEnvRequestValidationError) Error ¶ added in v1.0.15
func (e AddEnvRequestValidationError) Error() string
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
func (e AddEnvRequestValidationError) Field() string
Field function returns field value.
func (AddEnvRequestValidationError) Key ¶ added in v1.0.15
func (e AddEnvRequestValidationError) Key() bool
Key function returns key value.
func (AddEnvRequestValidationError) Reason ¶ added in v1.0.15
func (e AddEnvRequestValidationError) Reason() string
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
func (m AddResourceRequestMultiError) Error() string
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
func (e AddResourceRequestValidationError) Cause() error
Cause function returns cause value.
func (AddResourceRequestValidationError) Error ¶ added in v1.0.1
func (e AddResourceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AddResourceRequestValidationError) ErrorName ¶ added in v1.0.1
func (e AddResourceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AddResourceRequestValidationError) Field ¶ added in v1.0.1
func (e AddResourceRequestValidationError) Field() string
Field function returns field value.
func (AddResourceRequestValidationError) Key ¶ added in v1.0.1
func (e AddResourceRequestValidationError) Key() bool
Key function returns key value.
func (AddResourceRequestValidationError) Reason ¶ added in v1.0.1
func (e AddResourceRequestValidationError) Reason() string
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"`
Logo *string `protobuf:"bytes,5,opt,name=logo,proto3,oneof" json:"logo,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 (*AddServerRequest) GetLogo ¶ added in v1.0.15
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
func (m AddServerRequestMultiError) Error() string
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
func (e AddServerRequestValidationError) Cause() error
Cause function returns cause value.
func (AddServerRequestValidationError) Error ¶ added in v1.0.1
func (e AddServerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AddServerRequestValidationError) ErrorName ¶ added in v1.0.1
func (e AddServerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AddServerRequestValidationError) Field ¶ added in v1.0.1
func (e AddServerRequestValidationError) Field() string
Field function returns field value.
func (AddServerRequestValidationError) Key ¶ added in v1.0.1
func (e AddServerRequestValidationError) Key() bool
Key function returns key value.
func (AddServerRequestValidationError) Reason ¶ added in v1.0.1
func (e AddServerRequestValidationError) Reason() string
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
func (m AddTemplateRequestMultiError) Error() string
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
func (e AddTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (AddTemplateRequestValidationError) Error ¶ added in v1.0.1
func (e AddTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AddTemplateRequestValidationError) ErrorName ¶ added in v1.0.1
func (e AddTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AddTemplateRequestValidationError) Field ¶ added in v1.0.1
func (e AddTemplateRequestValidationError) Field() string
Field function returns field value.
func (AddTemplateRequestValidationError) Key ¶ added in v1.0.1
func (e AddTemplateRequestValidationError) Key() bool
Key function returns key value.
func (AddTemplateRequestValidationError) Reason ¶ added in v1.0.1
func (e AddTemplateRequestValidationError) Reason() string
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 (x *AllBusinessValueReply) GetList() []*AllBusinessValueReply_BusinessValue
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
func (m AllBusinessValueReplyMultiError) Error() string
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
func (e AllBusinessValueReplyValidationError) Cause() error
Cause function returns cause value.
func (AllBusinessValueReplyValidationError) Error ¶ added in v1.0.1
func (e AllBusinessValueReplyValidationError) Error() string
Error satisfies the builtin error interface
func (AllBusinessValueReplyValidationError) ErrorName ¶ added in v1.0.1
func (e AllBusinessValueReplyValidationError) ErrorName() string
ErrorName returns error name.
func (AllBusinessValueReplyValidationError) Field ¶ added in v1.0.1
func (e AllBusinessValueReplyValidationError) Field() string
Field function returns field value.
func (AllBusinessValueReplyValidationError) Key ¶ added in v1.0.1
func (e AllBusinessValueReplyValidationError) Key() bool
Key function returns key value.
func (AllBusinessValueReplyValidationError) Reason ¶ added in v1.0.1
func (e AllBusinessValueReplyValidationError) Reason() string
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 (x *AllBusinessValueReply_BusinessValue) GetEnvId() uint32
func (*AllBusinessValueReply_BusinessValue) GetId ¶ added in v1.0.1
func (x *AllBusinessValueReply_BusinessValue) GetId() uint32
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 (x *AllBusinessValueReply_BusinessValue) GetValue() string
func (*AllBusinessValueReply_BusinessValue) ProtoMessage ¶ added in v1.0.1
func (*AllBusinessValueReply_BusinessValue) ProtoMessage()
func (*AllBusinessValueReply_BusinessValue) ProtoReflect ¶ added in v1.0.1
func (x *AllBusinessValueReply_BusinessValue) ProtoReflect() protoreflect.Message
func (*AllBusinessValueReply_BusinessValue) Reset ¶ added in v1.0.1
func (x *AllBusinessValueReply_BusinessValue) Reset()
func (*AllBusinessValueReply_BusinessValue) String ¶ added in v1.0.1
func (x *AllBusinessValueReply_BusinessValue) String() string
func (*AllBusinessValueReply_BusinessValue) Validate ¶ added in v1.0.1
func (m *AllBusinessValueReply_BusinessValue) Validate() error
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
func (m AllBusinessValueReply_BusinessValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AllBusinessValueReply_BusinessValueMultiError) Error ¶ added in v1.0.1
func (m AllBusinessValueReply_BusinessValueMultiError) Error() string
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
func (e AllBusinessValueReply_BusinessValueValidationError) Cause() error
Cause function returns cause value.
func (AllBusinessValueReply_BusinessValueValidationError) Error ¶ added in v1.0.1
func (e AllBusinessValueReply_BusinessValueValidationError) Error() string
Error satisfies the builtin error interface
func (AllBusinessValueReply_BusinessValueValidationError) ErrorName ¶ added in v1.0.1
func (e AllBusinessValueReply_BusinessValueValidationError) ErrorName() string
ErrorName returns error name.
func (AllBusinessValueReply_BusinessValueValidationError) Field ¶ added in v1.0.1
func (e AllBusinessValueReply_BusinessValueValidationError) Field() string
Field function returns field value.
func (AllBusinessValueReply_BusinessValueValidationError) Key ¶ added in v1.0.1
func (e AllBusinessValueReply_BusinessValueValidationError) Key() bool
Key function returns key value.
func (AllBusinessValueReply_BusinessValueValidationError) Reason ¶ added in v1.0.1
func (e AllBusinessValueReply_BusinessValueValidationError) Reason() string
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
func (m AllBusinessValueRequestMultiError) Error() string
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
func (e AllBusinessValueRequestValidationError) Cause() error
Cause function returns cause value.
func (AllBusinessValueRequestValidationError) Error ¶ added in v1.0.1
func (e AllBusinessValueRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AllBusinessValueRequestValidationError) ErrorName ¶ added in v1.0.1
func (e AllBusinessValueRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AllBusinessValueRequestValidationError) Field ¶ added in v1.0.1
func (e AllBusinessValueRequestValidationError) Field() string
Field function returns field value.
func (AllBusinessValueRequestValidationError) Key ¶ added in v1.0.1
func (e AllBusinessValueRequestValidationError) Key() bool
Key function returns key value.
func (AllBusinessValueRequestValidationError) Reason ¶ added in v1.0.1
func (e AllBusinessValueRequestValidationError) Reason() string
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
func (e AllEnvReplyValidationError) Cause() error
Cause function returns cause value.
func (AllEnvReplyValidationError) Error ¶ added in v1.0.15
func (e AllEnvReplyValidationError) Error() string
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
func (e AllEnvReplyValidationError) Field() string
Field function returns field value.
func (AllEnvReplyValidationError) Key ¶ added in v1.0.15
func (e AllEnvReplyValidationError) Key() bool
Key function returns key value.
func (AllEnvReplyValidationError) Reason ¶ added in v1.0.15
func (e AllEnvReplyValidationError) Reason() string
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
func (m AllEnvReply_EnvMultiError) Error() string
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
func (e AllEnvReply_EnvValidationError) Cause() error
Cause function returns cause value.
func (AllEnvReply_EnvValidationError) Error ¶ added in v1.0.15
func (e AllEnvReply_EnvValidationError) Error() string
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
func (e AllEnvReply_EnvValidationError) Field() string
Field function returns field value.
func (AllEnvReply_EnvValidationError) Key ¶ added in v1.0.15
func (e AllEnvReply_EnvValidationError) Key() bool
Key function returns key value.
func (AllEnvReply_EnvValidationError) Reason ¶ added in v1.0.15
func (e AllEnvReply_EnvValidationError) Reason() string
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
func (m AllResourceServerReplyMultiError) Error() string
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
func (e AllResourceServerReplyValidationError) Cause() error
Cause function returns cause value.
func (AllResourceServerReplyValidationError) Error ¶ added in v1.0.1
func (e AllResourceServerReplyValidationError) Error() string
Error satisfies the builtin error interface
func (AllResourceServerReplyValidationError) ErrorName ¶ added in v1.0.1
func (e AllResourceServerReplyValidationError) ErrorName() string
ErrorName returns error name.
func (AllResourceServerReplyValidationError) Field ¶ added in v1.0.1
func (e AllResourceServerReplyValidationError) Field() string
Field function returns field value.
func (AllResourceServerReplyValidationError) Key ¶ added in v1.0.1
func (e AllResourceServerReplyValidationError) Key() bool
Key function returns key value.
func (AllResourceServerReplyValidationError) Reason ¶ added in v1.0.1
func (e AllResourceServerReplyValidationError) Reason() string
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
func (m AllResourceServerRequestMultiError) Error() string
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
func (e AllResourceServerRequestValidationError) Cause() error
Cause function returns cause value.
func (AllResourceServerRequestValidationError) Error ¶ added in v1.0.1
func (e AllResourceServerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AllResourceServerRequestValidationError) ErrorName ¶ added in v1.0.1
func (e AllResourceServerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AllResourceServerRequestValidationError) Field ¶ added in v1.0.1
func (e AllResourceServerRequestValidationError) Field() string
Field function returns field value.
func (AllResourceServerRequestValidationError) Key ¶ added in v1.0.1
func (e AllResourceServerRequestValidationError) Key() bool
Key function returns key value.
func (AllResourceServerRequestValidationError) Reason ¶ added in v1.0.1
func (e AllResourceServerRequestValidationError) Reason() string
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 (x *AllResourceValueReply) GetList() []*AllResourceValueReply_ResourceValue
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
func (m AllResourceValueReplyMultiError) Error() string
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
func (e AllResourceValueReplyValidationError) Cause() error
Cause function returns cause value.
func (AllResourceValueReplyValidationError) Error ¶ added in v1.0.1
func (e AllResourceValueReplyValidationError) Error() string
Error satisfies the builtin error interface
func (AllResourceValueReplyValidationError) ErrorName ¶ added in v1.0.1
func (e AllResourceValueReplyValidationError) ErrorName() string
ErrorName returns error name.
func (AllResourceValueReplyValidationError) Field ¶ added in v1.0.1
func (e AllResourceValueReplyValidationError) Field() string
Field function returns field value.
func (AllResourceValueReplyValidationError) Key ¶ added in v1.0.1
func (e AllResourceValueReplyValidationError) Key() bool
Key function returns key value.
func (AllResourceValueReplyValidationError) Reason ¶ added in v1.0.1
func (e AllResourceValueReplyValidationError) Reason() string
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 (x *AllResourceValueReply_ResourceValue) GetEnvId() uint32
func (*AllResourceValueReply_ResourceValue) GetId ¶ added in v1.0.1
func (x *AllResourceValueReply_ResourceValue) GetId() uint32
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 (x *AllResourceValueReply_ResourceValue) GetValue() string
func (*AllResourceValueReply_ResourceValue) ProtoMessage ¶ added in v1.0.1
func (*AllResourceValueReply_ResourceValue) ProtoMessage()
func (*AllResourceValueReply_ResourceValue) ProtoReflect ¶ added in v1.0.1
func (x *AllResourceValueReply_ResourceValue) ProtoReflect() protoreflect.Message
func (*AllResourceValueReply_ResourceValue) Reset ¶ added in v1.0.1
func (x *AllResourceValueReply_ResourceValue) Reset()
func (*AllResourceValueReply_ResourceValue) String ¶ added in v1.0.1
func (x *AllResourceValueReply_ResourceValue) String() string
func (*AllResourceValueReply_ResourceValue) Validate ¶ added in v1.0.1
func (m *AllResourceValueReply_ResourceValue) Validate() error
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
func (m AllResourceValueReply_ResourceValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AllResourceValueReply_ResourceValueMultiError) Error ¶ added in v1.0.1
func (m AllResourceValueReply_ResourceValueMultiError) Error() string
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
func (e AllResourceValueReply_ResourceValueValidationError) Cause() error
Cause function returns cause value.
func (AllResourceValueReply_ResourceValueValidationError) Error ¶ added in v1.0.1
func (e AllResourceValueReply_ResourceValueValidationError) Error() string
Error satisfies the builtin error interface
func (AllResourceValueReply_ResourceValueValidationError) ErrorName ¶ added in v1.0.1
func (e AllResourceValueReply_ResourceValueValidationError) ErrorName() string
ErrorName returns error name.
func (AllResourceValueReply_ResourceValueValidationError) Field ¶ added in v1.0.1
func (e AllResourceValueReply_ResourceValueValidationError) Field() string
Field function returns field value.
func (AllResourceValueReply_ResourceValueValidationError) Key ¶ added in v1.0.1
func (e AllResourceValueReply_ResourceValueValidationError) Key() bool
Key function returns key value.
func (AllResourceValueReply_ResourceValueValidationError) Reason ¶ added in v1.0.1
func (e AllResourceValueReply_ResourceValueValidationError) Reason() string
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
func (m AllResourceValueRequestMultiError) Error() string
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
func (e AllResourceValueRequestValidationError) Cause() error
Cause function returns cause value.
func (AllResourceValueRequestValidationError) Error ¶ added in v1.0.1
func (e AllResourceValueRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AllResourceValueRequestValidationError) ErrorName ¶ added in v1.0.1
func (e AllResourceValueRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AllResourceValueRequestValidationError) Field ¶ added in v1.0.1
func (e AllResourceValueRequestValidationError) Field() string
Field function returns field value.
func (AllResourceValueRequestValidationError) Key ¶ added in v1.0.1
func (e AllResourceValueRequestValidationError) Key() bool
Key function returns key value.
func (AllResourceValueRequestValidationError) Reason ¶ added in v1.0.1
func (e AllResourceValueRequestValidationError) Reason() string
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) GetCreatedAt ¶ added in v1.0.6
func (*Business) GetDescription ¶ added in v1.0.1
func (*Business) GetKeyword ¶ added in v1.0.1
func (*Business) GetServerId ¶ added in v1.0.1
func (*Business) GetUpdatedAt ¶ added in v1.0.6
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) Validate ¶ added in v1.0.1
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
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
func (m CompareConfigureInfoMultiError) Error() string
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
func (e CompareConfigureInfoValidationError) Cause() error
Cause function returns cause value.
func (CompareConfigureInfoValidationError) Error ¶ added in v1.0.15
func (e CompareConfigureInfoValidationError) Error() string
Error satisfies the builtin error interface
func (CompareConfigureInfoValidationError) ErrorName ¶ added in v1.0.15
func (e CompareConfigureInfoValidationError) ErrorName() string
ErrorName returns error name.
func (CompareConfigureInfoValidationError) Field ¶ added in v1.0.15
func (e CompareConfigureInfoValidationError) Field() string
Field function returns field value.
func (CompareConfigureInfoValidationError) Key ¶ added in v1.0.15
func (e CompareConfigureInfoValidationError) Key() bool
Key function returns key value.
func (CompareConfigureInfoValidationError) Reason ¶ added in v1.0.15
func (e CompareConfigureInfoValidationError) Reason() string
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 (x *CompareConfigureReply) GetList() []*CompareConfigureInfo
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
func (m CompareConfigureReplyMultiError) Error() string
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
func (e CompareConfigureReplyValidationError) Cause() error
Cause function returns cause value.
func (CompareConfigureReplyValidationError) Error ¶ added in v1.0.15
func (e CompareConfigureReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CompareConfigureReplyValidationError) ErrorName ¶ added in v1.0.15
func (e CompareConfigureReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CompareConfigureReplyValidationError) Field ¶ added in v1.0.15
func (e CompareConfigureReplyValidationError) Field() string
Field function returns field value.
func (CompareConfigureReplyValidationError) Key ¶ added in v1.0.15
func (e CompareConfigureReplyValidationError) Key() bool
Key function returns key value.
func (CompareConfigureReplyValidationError) Reason ¶ added in v1.0.15
func (e CompareConfigureReplyValidationError) Reason() string
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
func (m CompareConfigureRequestMultiError) Error() string
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
func (e CompareConfigureRequestValidationError) Cause() error
Cause function returns cause value.
func (CompareConfigureRequestValidationError) Error ¶ added in v1.0.15
func (e CompareConfigureRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CompareConfigureRequestValidationError) ErrorName ¶ added in v1.0.15
func (e CompareConfigureRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CompareConfigureRequestValidationError) Field ¶ added in v1.0.15
func (e CompareConfigureRequestValidationError) Field() string
Field function returns field value.
func (CompareConfigureRequestValidationError) Key ¶ added in v1.0.15
func (e CompareConfigureRequestValidationError) Key() bool
Key function returns key value.
func (CompareConfigureRequestValidationError) Reason ¶ added in v1.0.15
func (e CompareConfigureRequestValidationError) Reason() string
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
func (m CompareTemplateInfoMultiError) Error() string
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
func (e CompareTemplateInfoValidationError) Cause() error
Cause function returns cause value.
func (CompareTemplateInfoValidationError) Error ¶ added in v1.0.15
func (e CompareTemplateInfoValidationError) Error() string
Error satisfies the builtin error interface
func (CompareTemplateInfoValidationError) ErrorName ¶ added in v1.0.15
func (e CompareTemplateInfoValidationError) ErrorName() string
ErrorName returns error name.
func (CompareTemplateInfoValidationError) Field ¶ added in v1.0.15
func (e CompareTemplateInfoValidationError) Field() string
Field function returns field value.
func (CompareTemplateInfoValidationError) Key ¶ added in v1.0.15
func (e CompareTemplateInfoValidationError) Key() bool
Key function returns key value.
func (CompareTemplateInfoValidationError) Reason ¶ added in v1.0.15
func (e CompareTemplateInfoValidationError) Reason() string
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
func (m CompareTemplateReplyMultiError) Error() string
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
func (e CompareTemplateReplyValidationError) Cause() error
Cause function returns cause value.
func (CompareTemplateReplyValidationError) Error ¶ added in v1.0.15
func (e CompareTemplateReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CompareTemplateReplyValidationError) ErrorName ¶ added in v1.0.15
func (e CompareTemplateReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CompareTemplateReplyValidationError) Field ¶ added in v1.0.15
func (e CompareTemplateReplyValidationError) Field() string
Field function returns field value.
func (CompareTemplateReplyValidationError) Key ¶ added in v1.0.15
func (e CompareTemplateReplyValidationError) Key() bool
Key function returns key value.
func (CompareTemplateReplyValidationError) Reason ¶ added in v1.0.15
func (e CompareTemplateReplyValidationError) Reason() string
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
func (m CompareTemplateRequestMultiError) Error() string
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
func (e CompareTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (CompareTemplateRequestValidationError) Error ¶ added in v1.0.15
func (e CompareTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CompareTemplateRequestValidationError) ErrorName ¶ added in v1.0.15
func (e CompareTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CompareTemplateRequestValidationError) Field ¶ added in v1.0.15
func (e CompareTemplateRequestValidationError) Field() string
Field function returns field value.
func (CompareTemplateRequestValidationError) Key ¶ added in v1.0.15
func (e CompareTemplateRequestValidationError) Key() bool
Key function returns key value.
func (CompareTemplateRequestValidationError) Reason ¶ added in v1.0.15
func (e CompareTemplateRequestValidationError) Reason() string
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
func (m CurrentTemplateReplyMultiError) Error() string
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
func (e CurrentTemplateReplyValidationError) Cause() error
Cause function returns cause value.
func (CurrentTemplateReplyValidationError) Error ¶ added in v1.0.1
func (e CurrentTemplateReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CurrentTemplateReplyValidationError) ErrorName ¶ added in v1.0.1
func (e CurrentTemplateReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CurrentTemplateReplyValidationError) Field ¶ added in v1.0.1
func (e CurrentTemplateReplyValidationError) Field() string
Field function returns field value.
func (CurrentTemplateReplyValidationError) Key ¶ added in v1.0.1
func (e CurrentTemplateReplyValidationError) Key() bool
Key function returns key value.
func (CurrentTemplateReplyValidationError) Reason ¶ added in v1.0.1
func (e CurrentTemplateReplyValidationError) Reason() string
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
func (m CurrentTemplateRequestMultiError) Error() string
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
func (e CurrentTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (CurrentTemplateRequestValidationError) Error ¶ added in v1.0.1
func (e CurrentTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CurrentTemplateRequestValidationError) ErrorName ¶ added in v1.0.1
func (e CurrentTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CurrentTemplateRequestValidationError) Field ¶ added in v1.0.1
func (e CurrentTemplateRequestValidationError) Field() string
Field function returns field value.
func (CurrentTemplateRequestValidationError) Key ¶ added in v1.0.1
func (e CurrentTemplateRequestValidationError) Key() bool
Key function returns key value.
func (CurrentTemplateRequestValidationError) Reason ¶ added in v1.0.1
func (e CurrentTemplateRequestValidationError) Reason() string
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
func (m DeleteBusinessRequestMultiError) Error() string
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
func (e DeleteBusinessRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteBusinessRequestValidationError) Error ¶ added in v1.0.1
func (e DeleteBusinessRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteBusinessRequestValidationError) ErrorName ¶ added in v1.0.1
func (e DeleteBusinessRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteBusinessRequestValidationError) Field ¶ added in v1.0.1
func (e DeleteBusinessRequestValidationError) Field() string
Field function returns field value.
func (DeleteBusinessRequestValidationError) Key ¶ added in v1.0.1
func (e DeleteBusinessRequestValidationError) Key() bool
Key function returns key value.
func (DeleteBusinessRequestValidationError) Reason ¶ added in v1.0.1
func (e DeleteBusinessRequestValidationError) Reason() string
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
func (m DeleteEnvRequestMultiError) Error() string
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
func (e DeleteEnvRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteEnvRequestValidationError) Error ¶ added in v1.0.15
func (e DeleteEnvRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteEnvRequestValidationError) ErrorName ¶ added in v1.0.15
func (e DeleteEnvRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteEnvRequestValidationError) Field ¶ added in v1.0.15
func (e DeleteEnvRequestValidationError) Field() string
Field function returns field value.
func (DeleteEnvRequestValidationError) Key ¶ added in v1.0.15
func (e DeleteEnvRequestValidationError) Key() bool
Key function returns key value.
func (DeleteEnvRequestValidationError) Reason ¶ added in v1.0.15
func (e DeleteEnvRequestValidationError) Reason() string
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
func (m DeleteResourceRequestMultiError) Error() string
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
func (e DeleteResourceRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteResourceRequestValidationError) Error ¶ added in v1.0.1
func (e DeleteResourceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteResourceRequestValidationError) ErrorName ¶ added in v1.0.1
func (e DeleteResourceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteResourceRequestValidationError) Field ¶ added in v1.0.1
func (e DeleteResourceRequestValidationError) Field() string
Field function returns field value.
func (DeleteResourceRequestValidationError) Key ¶ added in v1.0.1
func (e DeleteResourceRequestValidationError) Key() bool
Key function returns key value.
func (DeleteResourceRequestValidationError) Reason ¶ added in v1.0.1
func (e DeleteResourceRequestValidationError) Reason() string
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
func (m DeleteServerRequestMultiError) Error() string
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
func (e DeleteServerRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteServerRequestValidationError) Error ¶ added in v1.0.1
func (e DeleteServerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteServerRequestValidationError) ErrorName ¶ added in v1.0.1
func (e DeleteServerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteServerRequestValidationError) Field ¶ added in v1.0.1
func (e DeleteServerRequestValidationError) Field() string
Field function returns field value.
func (DeleteServerRequestValidationError) Key ¶ added in v1.0.1
func (e DeleteServerRequestValidationError) Key() bool
Key function returns key value.
func (DeleteServerRequestValidationError) Reason ¶ added in v1.0.1
func (e DeleteServerRequestValidationError) Reason() string
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) Descriptor() protoreflect.EnumDescriptor
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
func (ErrorReason) Type() protoreflect.EnumType
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
func (m GetConfigureReplyMultiError) Error() string
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
func (e GetConfigureReplyValidationError) Cause() error
Cause function returns cause value.
func (GetConfigureReplyValidationError) Error ¶ added in v1.0.3
func (e GetConfigureReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetConfigureReplyValidationError) ErrorName ¶ added in v1.0.3
func (e GetConfigureReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetConfigureReplyValidationError) Field ¶ added in v1.0.3
func (e GetConfigureReplyValidationError) Field() string
Field function returns field value.
func (GetConfigureReplyValidationError) Key ¶ added in v1.0.3
func (e GetConfigureReplyValidationError) Key() bool
Key function returns key value.
func (GetConfigureReplyValidationError) Reason ¶ added in v1.0.3
func (e GetConfigureReplyValidationError) Reason() string
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
func (m GetConfigureRequestMultiError) Error() string
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
func (e GetConfigureRequestValidationError) Cause() error
Cause function returns cause value.
func (GetConfigureRequestValidationError) Error ¶ added in v1.0.3
func (e GetConfigureRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetConfigureRequestValidationError) ErrorName ¶ added in v1.0.3
func (e GetConfigureRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetConfigureRequestValidationError) Field ¶ added in v1.0.3
func (e GetConfigureRequestValidationError) Field() string
Field function returns field value.
func (GetConfigureRequestValidationError) Key ¶ added in v1.0.3
func (e GetConfigureRequestValidationError) Key() bool
Key function returns key value.
func (GetConfigureRequestValidationError) Reason ¶ added in v1.0.3
func (e GetConfigureRequestValidationError) Reason() string
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
func (m GetEnvTokenReplyMultiError) Error() string
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
func (e GetEnvTokenReplyValidationError) Cause() error
Cause function returns cause value.
func (GetEnvTokenReplyValidationError) Error ¶ added in v1.0.15
func (e GetEnvTokenReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetEnvTokenReplyValidationError) ErrorName ¶ added in v1.0.15
func (e GetEnvTokenReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetEnvTokenReplyValidationError) Field ¶ added in v1.0.15
func (e GetEnvTokenReplyValidationError) Field() string
Field function returns field value.
func (GetEnvTokenReplyValidationError) Key ¶ added in v1.0.15
func (e GetEnvTokenReplyValidationError) Key() bool
Key function returns key value.
func (GetEnvTokenReplyValidationError) Reason ¶ added in v1.0.15
func (e GetEnvTokenReplyValidationError) Reason() string
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
func (m GetEnvTokenRequestMultiError) Error() string
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
func (e GetEnvTokenRequestValidationError) Cause() error
Cause function returns cause value.
func (GetEnvTokenRequestValidationError) Error ¶ added in v1.0.15
func (e GetEnvTokenRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetEnvTokenRequestValidationError) ErrorName ¶ added in v1.0.15
func (e GetEnvTokenRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetEnvTokenRequestValidationError) Field ¶ added in v1.0.15
func (e GetEnvTokenRequestValidationError) Field() string
Field function returns field value.
func (GetEnvTokenRequestValidationError) Key ¶ added in v1.0.15
func (e GetEnvTokenRequestValidationError) Key() bool
Key function returns key value.
func (GetEnvTokenRequestValidationError) Reason ¶ added in v1.0.15
func (e GetEnvTokenRequestValidationError) Reason() string
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
func (e GetServerReplyValidationError) Cause() error
Cause function returns cause value.
func (GetServerReplyValidationError) Error ¶ added in v1.0.1
func (e GetServerReplyValidationError) Error() string
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
func (e GetServerReplyValidationError) Field() string
Field function returns field value.
func (GetServerReplyValidationError) Key ¶ added in v1.0.1
func (e GetServerReplyValidationError) Key() bool
Key function returns key value.
func (GetServerReplyValidationError) Reason ¶ added in v1.0.1
func (e GetServerReplyValidationError) Reason() string
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
func (m GetServerRequestMultiError) Error() string
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
func (e GetServerRequestValidationError) Cause() error
Cause function returns cause value.
func (GetServerRequestValidationError) Error ¶ added in v1.0.1
func (e GetServerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetServerRequestValidationError) ErrorName ¶ added in v1.0.1
func (e GetServerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetServerRequestValidationError) Field ¶ added in v1.0.1
func (e GetServerRequestValidationError) Field() string
Field function returns field value.
func (GetServerRequestValidationError) Key ¶ added in v1.0.1
func (e GetServerRequestValidationError) Key() bool
Key function returns key value.
func (GetServerRequestValidationError) Reason ¶ added in v1.0.1
func (e GetServerRequestValidationError) Reason() string
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
func (m GetTemplateReplyMultiError) Error() string
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
func (e GetTemplateReplyValidationError) Cause() error
Cause function returns cause value.
func (GetTemplateReplyValidationError) Error ¶ added in v1.0.1
func (e GetTemplateReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetTemplateReplyValidationError) ErrorName ¶ added in v1.0.1
func (e GetTemplateReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetTemplateReplyValidationError) Field ¶ added in v1.0.1
func (e GetTemplateReplyValidationError) Field() string
Field function returns field value.
func (GetTemplateReplyValidationError) Key ¶ added in v1.0.1
func (e GetTemplateReplyValidationError) Key() bool
Key function returns key value.
func (GetTemplateReplyValidationError) Reason ¶ added in v1.0.1
func (e GetTemplateReplyValidationError) Reason() string
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
func (m GetTemplateRequestMultiError) Error() string
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
func (e GetTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (GetTemplateRequestValidationError) Error ¶ added in v1.0.1
func (e GetTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetTemplateRequestValidationError) ErrorName ¶ added in v1.0.1
func (e GetTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetTemplateRequestValidationError) Field ¶ added in v1.0.1
func (e GetTemplateRequestValidationError) Field() string
Field function returns field value.
func (GetTemplateRequestValidationError) Key ¶ added in v1.0.1
func (e GetTemplateRequestValidationError) Key() bool
Key function returns key value.
func (GetTemplateRequestValidationError) Reason ¶ added in v1.0.1
func (e GetTemplateRequestValidationError) Reason() string
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
func (e LoginReplyValidationError) Error() string
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
func (e LoginReplyValidationError) Field() string
Field function returns field value.
func (LoginReplyValidationError) Key ¶ added in v1.0.7
func (e LoginReplyValidationError) Key() bool
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
func (e LoginRequestValidationError) Cause() error
Cause function returns cause value.
func (LoginRequestValidationError) Error ¶ added in v1.0.7
func (e LoginRequestValidationError) Error() string
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
func (e LoginRequestValidationError) Field() string
Field function returns field value.
func (LoginRequestValidationError) Key ¶ added in v1.0.7
func (e LoginRequestValidationError) Key() bool
Key function returns key value.
func (LoginRequestValidationError) Reason ¶ added in v1.0.7
func (e LoginRequestValidationError) Reason() string
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
func (m PageBusinessReplyMultiError) Error() string
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
func (e PageBusinessReplyValidationError) Cause() error
Cause function returns cause value.
func (PageBusinessReplyValidationError) Error ¶ added in v1.0.1
func (e PageBusinessReplyValidationError) Error() string
Error satisfies the builtin error interface
func (PageBusinessReplyValidationError) ErrorName ¶ added in v1.0.1
func (e PageBusinessReplyValidationError) ErrorName() string
ErrorName returns error name.
func (PageBusinessReplyValidationError) Field ¶ added in v1.0.1
func (e PageBusinessReplyValidationError) Field() string
Field function returns field value.
func (PageBusinessReplyValidationError) Key ¶ added in v1.0.1
func (e PageBusinessReplyValidationError) Key() bool
Key function returns key value.
func (PageBusinessReplyValidationError) Reason ¶ added in v1.0.1
func (e PageBusinessReplyValidationError) Reason() string
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
func (m PageBusinessRequestMultiError) Error() string
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
func (e PageBusinessRequestValidationError) Cause() error
Cause function returns cause value.
func (PageBusinessRequestValidationError) Error ¶ added in v1.0.1
func (e PageBusinessRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PageBusinessRequestValidationError) ErrorName ¶ added in v1.0.1
func (e PageBusinessRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PageBusinessRequestValidationError) Field ¶ added in v1.0.1
func (e PageBusinessRequestValidationError) Field() string
Field function returns field value.
func (PageBusinessRequestValidationError) Key ¶ added in v1.0.1
func (e PageBusinessRequestValidationError) Key() bool
Key function returns key value.
func (PageBusinessRequestValidationError) Reason ¶ added in v1.0.1
func (e PageBusinessRequestValidationError) Reason() string
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
func (m PageResourceReplyMultiError) Error() string
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
func (e PageResourceReplyValidationError) Cause() error
Cause function returns cause value.
func (PageResourceReplyValidationError) Error ¶ added in v1.0.1
func (e PageResourceReplyValidationError) Error() string
Error satisfies the builtin error interface
func (PageResourceReplyValidationError) ErrorName ¶ added in v1.0.1
func (e PageResourceReplyValidationError) ErrorName() string
ErrorName returns error name.
func (PageResourceReplyValidationError) Field ¶ added in v1.0.1
func (e PageResourceReplyValidationError) Field() string
Field function returns field value.
func (PageResourceReplyValidationError) Key ¶ added in v1.0.1
func (e PageResourceReplyValidationError) Key() bool
Key function returns key value.
func (PageResourceReplyValidationError) Reason ¶ added in v1.0.1
func (e PageResourceReplyValidationError) Reason() string
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
func (m PageResourceRequestMultiError) Error() string
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
func (e PageResourceRequestValidationError) Cause() error
Cause function returns cause value.
func (PageResourceRequestValidationError) Error ¶ added in v1.0.1
func (e PageResourceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PageResourceRequestValidationError) ErrorName ¶ added in v1.0.1
func (e PageResourceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PageResourceRequestValidationError) Field ¶ added in v1.0.1
func (e PageResourceRequestValidationError) Field() string
Field function returns field value.
func (PageResourceRequestValidationError) Key ¶ added in v1.0.1
func (e PageResourceRequestValidationError) Key() bool
Key function returns key value.
func (PageResourceRequestValidationError) Reason ¶ added in v1.0.1
func (e PageResourceRequestValidationError) Reason() string
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
func (m PageServerReplyMultiError) Error() string
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
func (e PageServerReplyValidationError) Cause() error
Cause function returns cause value.
func (PageServerReplyValidationError) Error ¶ added in v1.0.1
func (e PageServerReplyValidationError) Error() string
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
func (e PageServerReplyValidationError) Field() string
Field function returns field value.
func (PageServerReplyValidationError) Key ¶ added in v1.0.1
func (e PageServerReplyValidationError) Key() bool
Key function returns key value.
func (PageServerReplyValidationError) Reason ¶ added in v1.0.1
func (e PageServerReplyValidationError) Reason() string
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
func (m PageServerRequestMultiError) Error() string
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
func (e PageServerRequestValidationError) Cause() error
Cause function returns cause value.
func (PageServerRequestValidationError) Error ¶ added in v1.0.1
func (e PageServerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PageServerRequestValidationError) ErrorName ¶ added in v1.0.1
func (e PageServerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PageServerRequestValidationError) Field ¶ added in v1.0.1
func (e PageServerRequestValidationError) Field() string
Field function returns field value.
func (PageServerRequestValidationError) Key ¶ added in v1.0.1
func (e PageServerRequestValidationError) Key() bool
Key function returns key value.
func (PageServerRequestValidationError) Reason ¶ added in v1.0.1
func (e PageServerRequestValidationError) Reason() string
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
func (m PageServerResourceReplyMultiError) Error() string
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
func (e PageServerResourceReplyValidationError) Cause() error
Cause function returns cause value.
func (PageServerResourceReplyValidationError) Error ¶ added in v1.0.6
func (e PageServerResourceReplyValidationError) Error() string
Error satisfies the builtin error interface
func (PageServerResourceReplyValidationError) ErrorName ¶ added in v1.0.6
func (e PageServerResourceReplyValidationError) ErrorName() string
ErrorName returns error name.
func (PageServerResourceReplyValidationError) Field ¶ added in v1.0.6
func (e PageServerResourceReplyValidationError) Field() string
Field function returns field value.
func (PageServerResourceReplyValidationError) Key ¶ added in v1.0.6
func (e PageServerResourceReplyValidationError) Key() bool
Key function returns key value.
func (PageServerResourceReplyValidationError) Reason ¶ added in v1.0.6
func (e PageServerResourceReplyValidationError) Reason() string
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 (x *PageServerResourceRequest) ProtoReflect() protoreflect.Message
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
func (m PageServerResourceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PageServerResourceRequestMultiError) Error ¶ added in v1.0.6
func (m PageServerResourceRequestMultiError) Error() string
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
func (e PageServerResourceRequestValidationError) Cause() error
Cause function returns cause value.
func (PageServerResourceRequestValidationError) Error ¶ added in v1.0.6
func (e PageServerResourceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PageServerResourceRequestValidationError) ErrorName ¶ added in v1.0.6
func (e PageServerResourceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PageServerResourceRequestValidationError) Field ¶ added in v1.0.6
func (e PageServerResourceRequestValidationError) Field() string
Field function returns field value.
func (PageServerResourceRequestValidationError) Key ¶ added in v1.0.6
func (e PageServerResourceRequestValidationError) Key() bool
Key function returns key value.
func (PageServerResourceRequestValidationError) Reason ¶ added in v1.0.6
func (e PageServerResourceRequestValidationError) Reason() string
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
func (m PageTemplateReplyMultiError) Error() string
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
func (e PageTemplateReplyValidationError) Cause() error
Cause function returns cause value.
func (PageTemplateReplyValidationError) Error ¶ added in v1.0.1
func (e PageTemplateReplyValidationError) Error() string
Error satisfies the builtin error interface
func (PageTemplateReplyValidationError) ErrorName ¶ added in v1.0.1
func (e PageTemplateReplyValidationError) ErrorName() string
ErrorName returns error name.
func (PageTemplateReplyValidationError) Field ¶ added in v1.0.1
func (e PageTemplateReplyValidationError) Field() string
Field function returns field value.
func (PageTemplateReplyValidationError) Key ¶ added in v1.0.1
func (e PageTemplateReplyValidationError) Key() bool
Key function returns key value.
func (PageTemplateReplyValidationError) Reason ¶ added in v1.0.1
func (e PageTemplateReplyValidationError) Reason() string
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
func (m PageTemplateRequestMultiError) Error() string
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
func (e PageTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (PageTemplateRequestValidationError) Error ¶ added in v1.0.1
func (e PageTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PageTemplateRequestValidationError) ErrorName ¶ added in v1.0.1
func (e PageTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PageTemplateRequestValidationError) Field ¶ added in v1.0.1
func (e PageTemplateRequestValidationError) Field() string
Field function returns field value.
func (PageTemplateRequestValidationError) Key ¶ added in v1.0.1
func (e PageTemplateRequestValidationError) Key() bool
Key function returns key value.
func (PageTemplateRequestValidationError) Reason ¶ added in v1.0.1
func (e PageTemplateRequestValidationError) Reason() string
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 (x *ParseTemplatePreviewReply) ProtoReflect() protoreflect.Message
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
func (m ParseTemplatePreviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ParseTemplatePreviewReplyMultiError) Error ¶ added in v1.0.6
func (m ParseTemplatePreviewReplyMultiError) Error() string
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
func (e ParseTemplatePreviewReplyValidationError) Cause() error
Cause function returns cause value.
func (ParseTemplatePreviewReplyValidationError) Error ¶ added in v1.0.6
func (e ParseTemplatePreviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ParseTemplatePreviewReplyValidationError) ErrorName ¶ added in v1.0.6
func (e ParseTemplatePreviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ParseTemplatePreviewReplyValidationError) Field ¶ added in v1.0.6
func (e ParseTemplatePreviewReplyValidationError) Field() string
Field function returns field value.
func (ParseTemplatePreviewReplyValidationError) Key ¶ added in v1.0.6
func (e ParseTemplatePreviewReplyValidationError) Key() bool
Key function returns key value.
func (ParseTemplatePreviewReplyValidationError) Reason ¶ added in v1.0.6
func (e ParseTemplatePreviewReplyValidationError) Reason() string
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 (x *ParseTemplatePreviewRequest) ProtoReflect() protoreflect.Message
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
func (m ParseTemplatePreviewRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ParseTemplatePreviewRequestMultiError) Error ¶ added in v1.0.6
func (m ParseTemplatePreviewRequestMultiError) Error() string
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
func (e ParseTemplatePreviewRequestValidationError) Cause() error
Cause function returns cause value.
func (ParseTemplatePreviewRequestValidationError) Error ¶ added in v1.0.6
func (e ParseTemplatePreviewRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ParseTemplatePreviewRequestValidationError) ErrorName ¶ added in v1.0.6
func (e ParseTemplatePreviewRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ParseTemplatePreviewRequestValidationError) Field ¶ added in v1.0.6
func (e ParseTemplatePreviewRequestValidationError) Field() string
Field function returns field value.
func (ParseTemplatePreviewRequestValidationError) Key ¶ added in v1.0.6
func (e ParseTemplatePreviewRequestValidationError) Key() bool
Key function returns key value.
func (ParseTemplatePreviewRequestValidationError) Reason ¶ added in v1.0.6
func (e ParseTemplatePreviewRequestValidationError) Reason() string
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
func (m ParseTemplateReplyMultiError) Error() string
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
func (e ParseTemplateReplyValidationError) Cause() error
Cause function returns cause value.
func (ParseTemplateReplyValidationError) Error ¶ added in v1.0.3
func (e ParseTemplateReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ParseTemplateReplyValidationError) ErrorName ¶ added in v1.0.3
func (e ParseTemplateReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ParseTemplateReplyValidationError) Field ¶ added in v1.0.3
func (e ParseTemplateReplyValidationError) Field() string
Field function returns field value.
func (ParseTemplateReplyValidationError) Key ¶ added in v1.0.3
func (e ParseTemplateReplyValidationError) Key() bool
Key function returns key value.
func (ParseTemplateReplyValidationError) Reason ¶ added in v1.0.3
func (e ParseTemplateReplyValidationError) Reason() string
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
func (m ParseTemplateRequestMultiError) Error() string
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
func (e ParseTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (ParseTemplateRequestValidationError) Error ¶ added in v1.0.3
func (e ParseTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ParseTemplateRequestValidationError) ErrorName ¶ added in v1.0.3
func (e ParseTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ParseTemplateRequestValidationError) Field ¶ added in v1.0.3
func (e ParseTemplateRequestValidationError) Field() string
Field function returns field value.
func (ParseTemplateRequestValidationError) Key ¶ added in v1.0.3
func (e ParseTemplateRequestValidationError) Key() bool
Key function returns key value.
func (ParseTemplateRequestValidationError) Reason ¶ added in v1.0.3
func (e ParseTemplateRequestValidationError) Reason() string
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
func (m RefreshTokenReplyMultiError) Error() string
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
func (e RefreshTokenReplyValidationError) Cause() error
Cause function returns cause value.
func (RefreshTokenReplyValidationError) Error ¶ added in v1.0.7
func (e RefreshTokenReplyValidationError) Error() string
Error satisfies the builtin error interface
func (RefreshTokenReplyValidationError) ErrorName ¶ added in v1.0.7
func (e RefreshTokenReplyValidationError) ErrorName() string
ErrorName returns error name.
func (RefreshTokenReplyValidationError) Field ¶ added in v1.0.7
func (e RefreshTokenReplyValidationError) Field() string
Field function returns field value.
func (RefreshTokenReplyValidationError) Key ¶ added in v1.0.7
func (e RefreshTokenReplyValidationError) Key() bool
Key function returns key value.
func (RefreshTokenReplyValidationError) Reason ¶ added in v1.0.7
func (e RefreshTokenReplyValidationError) Reason() string
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
func (m ResetEnvTokenReplyMultiError) Error() string
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
func (e ResetEnvTokenReplyValidationError) Cause() error
Cause function returns cause value.
func (ResetEnvTokenReplyValidationError) Error ¶ added in v1.0.15
func (e ResetEnvTokenReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ResetEnvTokenReplyValidationError) ErrorName ¶ added in v1.0.15
func (e ResetEnvTokenReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ResetEnvTokenReplyValidationError) Field ¶ added in v1.0.15
func (e ResetEnvTokenReplyValidationError) Field() string
Field function returns field value.
func (ResetEnvTokenReplyValidationError) Key ¶ added in v1.0.15
func (e ResetEnvTokenReplyValidationError) Key() bool
Key function returns key value.
func (ResetEnvTokenReplyValidationError) Reason ¶ added in v1.0.15
func (e ResetEnvTokenReplyValidationError) Reason() string
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
func (m ResetEnvTokenRequestMultiError) Error() string
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
func (e ResetEnvTokenRequestValidationError) Cause() error
Cause function returns cause value.
func (ResetEnvTokenRequestValidationError) Error ¶ added in v1.0.15
func (e ResetEnvTokenRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ResetEnvTokenRequestValidationError) ErrorName ¶ added in v1.0.15
func (e ResetEnvTokenRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ResetEnvTokenRequestValidationError) Field ¶ added in v1.0.15
func (e ResetEnvTokenRequestValidationError) Field() string
Field function returns field value.
func (ResetEnvTokenRequestValidationError) Key ¶ added in v1.0.15
func (e ResetEnvTokenRequestValidationError) Key() bool
Key function returns key value.
func (ResetEnvTokenRequestValidationError) Reason ¶ added in v1.0.15
func (e ResetEnvTokenRequestValidationError) Reason() string
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) GetCreatedAt ¶ added in v1.0.6
func (*Resource) GetDescription ¶ added in v1.0.1
func (*Resource) GetKeyword ¶ added in v1.0.1
func (*Resource) GetPrivate ¶ added in v1.0.6
func (*Resource) GetUpdatedAt ¶ added in v1.0.6
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) Validate ¶ added in v1.0.1
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
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) GetCreatedAt ¶ added in v1.0.6
func (*Server) GetDescription ¶ added in v1.0.1
func (*Server) GetKeyword ¶ added in v1.0.1
func (*Server) GetUpdatedAt ¶ added in v1.0.6
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) Validate ¶ added in v1.0.1
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
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 (c *ServiceHTTPClientImpl) AddBusiness(ctx context.Context, in *AddBusinessRequest, opts ...http.CallOption) (*emptypb.Empty, error)
func (*ServiceHTTPClientImpl) AddEnv ¶ added in v1.0.15
func (c *ServiceHTTPClientImpl) AddEnv(ctx context.Context, in *AddEnvRequest, opts ...http.CallOption) (*emptypb.Empty, error)
func (*ServiceHTTPClientImpl) AddResource ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) AddResource(ctx context.Context, in *AddResourceRequest, opts ...http.CallOption) (*emptypb.Empty, error)
func (*ServiceHTTPClientImpl) AddServer ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) AddServer(ctx context.Context, in *AddServerRequest, opts ...http.CallOption) (*emptypb.Empty, error)
func (*ServiceHTTPClientImpl) AddTemplate ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) AddTemplate(ctx context.Context, in *AddTemplateRequest, opts ...http.CallOption) (*emptypb.Empty, error)
func (*ServiceHTTPClientImpl) AllBusinessValue ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) AllBusinessValue(ctx context.Context, in *AllBusinessValueRequest, opts ...http.CallOption) (*AllBusinessValueReply, error)
func (*ServiceHTTPClientImpl) AllEnv ¶ added in v1.0.15
func (c *ServiceHTTPClientImpl) AllEnv(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*AllEnvReply, error)
func (*ServiceHTTPClientImpl) AllResourceServer ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) AllResourceServer(ctx context.Context, in *AllResourceServerRequest, opts ...http.CallOption) (*AllResourceServerReply, error)
func (*ServiceHTTPClientImpl) AllResourceValue ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) AllResourceValue(ctx context.Context, in *AllResourceValueRequest, opts ...http.CallOption) (*AllResourceValueReply, error)
func (*ServiceHTTPClientImpl) CompareConfigure ¶ added in v1.0.15
func (c *ServiceHTTPClientImpl) CompareConfigure(ctx context.Context, in *CompareConfigureRequest, opts ...http.CallOption) (*CompareConfigureReply, error)
func (*ServiceHTTPClientImpl) CompareTemplate ¶ added in v1.0.15
func (c *ServiceHTTPClientImpl) CompareTemplate(ctx context.Context, in *CompareTemplateRequest, opts ...http.CallOption) (*CompareTemplateReply, error)
func (*ServiceHTTPClientImpl) CurrentTemplate ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) CurrentTemplate(ctx context.Context, in *CurrentTemplateRequest, opts ...http.CallOption) (*CurrentTemplateReply, error)
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 (c *ServiceHTTPClientImpl) DeleteEnv(ctx context.Context, in *DeleteEnvRequest, opts ...http.CallOption) (*emptypb.Empty, error)
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 (c *ServiceHTTPClientImpl) DeleteServer(ctx context.Context, in *DeleteServerRequest, opts ...http.CallOption) (*emptypb.Empty, error)
func (*ServiceHTTPClientImpl) GetConfigure ¶ added in v1.0.3
func (c *ServiceHTTPClientImpl) GetConfigure(ctx context.Context, in *GetConfigureRequest, opts ...http.CallOption) (*GetConfigureReply, error)
func (*ServiceHTTPClientImpl) GetEnvToken ¶ added in v1.0.15
func (c *ServiceHTTPClientImpl) GetEnvToken(ctx context.Context, in *GetEnvTokenRequest, opts ...http.CallOption) (*GetEnvTokenReply, error)
func (*ServiceHTTPClientImpl) GetServer ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) GetServer(ctx context.Context, in *GetServerRequest, opts ...http.CallOption) (*GetServerReply, error)
func (*ServiceHTTPClientImpl) GetTemplate ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) GetTemplate(ctx context.Context, in *GetTemplateRequest, opts ...http.CallOption) (*GetTemplateReply, error)
func (*ServiceHTTPClientImpl) Login ¶ added in v1.0.7
func (c *ServiceHTTPClientImpl) Login(ctx context.Context, in *LoginRequest, opts ...http.CallOption) (*LoginReply, error)
func (*ServiceHTTPClientImpl) PageBusiness ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) PageBusiness(ctx context.Context, in *PageBusinessRequest, opts ...http.CallOption) (*PageBusinessReply, error)
func (*ServiceHTTPClientImpl) PageResource ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) PageResource(ctx context.Context, in *PageResourceRequest, opts ...http.CallOption) (*PageResourceReply, error)
func (*ServiceHTTPClientImpl) PageServer ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) PageServer(ctx context.Context, in *PageServerRequest, opts ...http.CallOption) (*PageServerReply, error)
func (*ServiceHTTPClientImpl) PageServerResource ¶ added in v1.0.6
func (c *ServiceHTTPClientImpl) PageServerResource(ctx context.Context, in *PageServerResourceRequest, opts ...http.CallOption) (*PageServerResourceReply, error)
func (*ServiceHTTPClientImpl) PageTemplate ¶ added in v1.0.1
func (c *ServiceHTTPClientImpl) PageTemplate(ctx context.Context, in *PageTemplateRequest, opts ...http.CallOption) (*PageTemplateReply, error)
func (*ServiceHTTPClientImpl) ParseTemplate ¶ added in v1.0.3
func (c *ServiceHTTPClientImpl) ParseTemplate(ctx context.Context, in *ParseTemplateRequest, opts ...http.CallOption) (*ParseTemplateReply, error)
func (*ServiceHTTPClientImpl) ParseTemplatePreview ¶ added in v1.0.6
func (c *ServiceHTTPClientImpl) ParseTemplatePreview(ctx context.Context, in *ParseTemplatePreviewRequest, opts ...http.CallOption) (*ParseTemplatePreviewReply, error)
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 (c *ServiceHTTPClientImpl) ResetEnvToken(ctx context.Context, in *ResetEnvTokenRequest, opts ...http.CallOption) (*ResetEnvTokenReply, error)
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 (c *ServiceHTTPClientImpl) UpdateEnv(ctx context.Context, in *UpdateEnvRequest, opts ...http.CallOption) (*emptypb.Empty, error)
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
func (c *ServiceHTTPClientImpl) UpdateServer(ctx context.Context, in *UpdateServerRequest, opts ...http.CallOption) (*emptypb.Empty, error)
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
func (m SwitchTemplateRequestMultiError) Error() string
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
func (e SwitchTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (SwitchTemplateRequestValidationError) Error ¶ added in v1.0.15
func (e SwitchTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SwitchTemplateRequestValidationError) ErrorName ¶ added in v1.0.15
func (e SwitchTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SwitchTemplateRequestValidationError) Field ¶ added in v1.0.15
func (e SwitchTemplateRequestValidationError) Field() string
Field function returns field value.
func (SwitchTemplateRequestValidationError) Key ¶ added in v1.0.15
func (e SwitchTemplateRequestValidationError) Key() bool
Key function returns key value.
func (SwitchTemplateRequestValidationError) Reason ¶ added in v1.0.15
func (e SwitchTemplateRequestValidationError) Reason() string
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) GetCompare ¶ added in v1.0.15
func (*Template) GetContent ¶ added in v1.0.6
func (*Template) GetCreatedAt ¶ added in v1.0.6
func (*Template) GetDescription ¶ added in v1.0.6
func (*Template) GetServerId ¶ added in v1.0.6
func (*Template) GetVersion ¶ added in v1.0.6
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) Validate ¶ added in v1.0.6
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
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) AddBusiness(context.Context, *AddBusinessRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) AddEnv ¶ added in v1.0.15
func (UnimplementedServiceServer) AddEnv(context.Context, *AddEnvRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) AddResource ¶ added in v1.0.1
func (UnimplementedServiceServer) AddResource(context.Context, *AddResourceRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) AddServer ¶ added in v1.0.1
func (UnimplementedServiceServer) AddServer(context.Context, *AddServerRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) AddTemplate ¶ added in v1.0.1
func (UnimplementedServiceServer) AddTemplate(context.Context, *AddTemplateRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) AllBusinessValue ¶ added in v1.0.1
func (UnimplementedServiceServer) AllBusinessValue(context.Context, *AllBusinessValueRequest) (*AllBusinessValueReply, error)
func (UnimplementedServiceServer) AllEnv ¶ added in v1.0.15
func (UnimplementedServiceServer) AllEnv(context.Context, *emptypb.Empty) (*AllEnvReply, error)
func (UnimplementedServiceServer) AllResourceServer ¶ added in v1.0.1
func (UnimplementedServiceServer) AllResourceServer(context.Context, *AllResourceServerRequest) (*AllResourceServerReply, error)
func (UnimplementedServiceServer) AllResourceValue ¶ added in v1.0.1
func (UnimplementedServiceServer) AllResourceValue(context.Context, *AllResourceValueRequest) (*AllResourceValueReply, error)
func (UnimplementedServiceServer) CompareConfigure ¶ added in v1.0.15
func (UnimplementedServiceServer) CompareConfigure(context.Context, *CompareConfigureRequest) (*CompareConfigureReply, error)
func (UnimplementedServiceServer) CompareTemplate ¶ added in v1.0.15
func (UnimplementedServiceServer) CompareTemplate(context.Context, *CompareTemplateRequest) (*CompareTemplateReply, error)
func (UnimplementedServiceServer) CurrentTemplate ¶ added in v1.0.1
func (UnimplementedServiceServer) CurrentTemplate(context.Context, *CurrentTemplateRequest) (*CurrentTemplateReply, error)
func (UnimplementedServiceServer) DeleteBusiness ¶ added in v1.0.1
func (UnimplementedServiceServer) DeleteBusiness(context.Context, *DeleteBusinessRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) DeleteEnv ¶ added in v1.0.15
func (UnimplementedServiceServer) DeleteEnv(context.Context, *DeleteEnvRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) DeleteResource ¶ added in v1.0.1
func (UnimplementedServiceServer) DeleteResource(context.Context, *DeleteResourceRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) DeleteServer ¶ added in v1.0.1
func (UnimplementedServiceServer) DeleteServer(context.Context, *DeleteServerRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) GetConfigure ¶ added in v1.0.3
func (UnimplementedServiceServer) GetConfigure(context.Context, *GetConfigureRequest) (*GetConfigureReply, error)
func (UnimplementedServiceServer) GetEnvToken ¶ added in v1.0.15
func (UnimplementedServiceServer) GetEnvToken(context.Context, *GetEnvTokenRequest) (*GetEnvTokenReply, error)
func (UnimplementedServiceServer) GetServer ¶ added in v1.0.1
func (UnimplementedServiceServer) GetServer(context.Context, *GetServerRequest) (*GetServerReply, error)
func (UnimplementedServiceServer) GetTemplate ¶ added in v1.0.1
func (UnimplementedServiceServer) GetTemplate(context.Context, *GetTemplateRequest) (*GetTemplateReply, error)
func (UnimplementedServiceServer) Login ¶ added in v1.0.7
func (UnimplementedServiceServer) Login(context.Context, *LoginRequest) (*LoginReply, error)
func (UnimplementedServiceServer) PageBusiness ¶ added in v1.0.1
func (UnimplementedServiceServer) PageBusiness(context.Context, *PageBusinessRequest) (*PageBusinessReply, error)
func (UnimplementedServiceServer) PageResource ¶ added in v1.0.1
func (UnimplementedServiceServer) PageResource(context.Context, *PageResourceRequest) (*PageResourceReply, error)
func (UnimplementedServiceServer) PageServer ¶ added in v1.0.1
func (UnimplementedServiceServer) PageServer(context.Context, *PageServerRequest) (*PageServerReply, error)
func (UnimplementedServiceServer) PageServerResource ¶ added in v1.0.6
func (UnimplementedServiceServer) PageServerResource(context.Context, *PageServerResourceRequest) (*PageServerResourceReply, error)
func (UnimplementedServiceServer) PageTemplate ¶ added in v1.0.1
func (UnimplementedServiceServer) PageTemplate(context.Context, *PageTemplateRequest) (*PageTemplateReply, error)
func (UnimplementedServiceServer) ParseTemplate ¶ added in v1.0.3
func (UnimplementedServiceServer) ParseTemplate(context.Context, *ParseTemplateRequest) (*ParseTemplateReply, error)
func (UnimplementedServiceServer) ParseTemplatePreview ¶ added in v1.0.6
func (UnimplementedServiceServer) ParseTemplatePreview(context.Context, *ParseTemplatePreviewRequest) (*ParseTemplatePreviewReply, error)
func (UnimplementedServiceServer) RefreshToken ¶ added in v1.0.7
func (UnimplementedServiceServer) RefreshToken(context.Context, *emptypb.Empty) (*RefreshTokenReply, error)
func (UnimplementedServiceServer) ResetEnvToken ¶ added in v1.0.15
func (UnimplementedServiceServer) ResetEnvToken(context.Context, *ResetEnvTokenRequest) (*ResetEnvTokenReply, error)
func (UnimplementedServiceServer) SwitchTemplate ¶ added in v1.0.15
func (UnimplementedServiceServer) SwitchTemplate(context.Context, *SwitchTemplateRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) UpdateBusiness ¶ added in v1.0.1
func (UnimplementedServiceServer) UpdateBusiness(context.Context, *UpdateBusinessRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) UpdateBusinessValue ¶ added in v1.0.1
func (UnimplementedServiceServer) UpdateBusinessValue(context.Context, *UpdateBusinessValueRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) UpdateConfigure ¶ added in v1.0.3
func (UnimplementedServiceServer) UpdateConfigure(context.Context, *UpdateConfigureRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) UpdateEnv ¶ added in v1.0.15
func (UnimplementedServiceServer) UpdateEnv(context.Context, *UpdateEnvRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) UpdateResource ¶ added in v1.0.1
func (UnimplementedServiceServer) UpdateResource(context.Context, *UpdateResourceRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) UpdateResourceValue ¶ added in v1.0.1
func (UnimplementedServiceServer) UpdateResourceValue(context.Context, *UpdateResourceValueRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) UpdateServer ¶ added in v1.0.1
func (UnimplementedServiceServer) UpdateServer(context.Context, *UpdateServerRequest) (*emptypb.Empty, error)
func (UnimplementedServiceServer) WatchConfigure ¶ added in v1.0.3
func (UnimplementedServiceServer) WatchConfigure(*WatchConfigureRequest, Service_WatchConfigureServer) error
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
func (m UpdateBusinessRequestMultiError) Error() string
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
func (e UpdateBusinessRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateBusinessRequestValidationError) Error ¶ added in v1.0.1
func (e UpdateBusinessRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateBusinessRequestValidationError) ErrorName ¶ added in v1.0.1
func (e UpdateBusinessRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateBusinessRequestValidationError) Field ¶ added in v1.0.1
func (e UpdateBusinessRequestValidationError) Field() string
Field function returns field value.
func (UpdateBusinessRequestValidationError) Key ¶ added in v1.0.1
func (e UpdateBusinessRequestValidationError) Key() bool
Key function returns key value.
func (UpdateBusinessRequestValidationError) Reason ¶ added in v1.0.1
func (e UpdateBusinessRequestValidationError) Reason() string
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 (x *UpdateBusinessValueRequest) GetList() []*UpdateBusinessValueRequest_BusinessValue
func (*UpdateBusinessValueRequest) ProtoMessage ¶ added in v1.0.1
func (*UpdateBusinessValueRequest) ProtoMessage()
func (*UpdateBusinessValueRequest) ProtoReflect ¶ added in v1.0.1
func (x *UpdateBusinessValueRequest) ProtoReflect() protoreflect.Message
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
func (m UpdateBusinessValueRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateBusinessValueRequestMultiError) Error ¶ added in v1.0.1
func (m UpdateBusinessValueRequestMultiError) Error() string
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
func (e UpdateBusinessValueRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateBusinessValueRequestValidationError) Error ¶ added in v1.0.1
func (e UpdateBusinessValueRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateBusinessValueRequestValidationError) ErrorName ¶ added in v1.0.1
func (e UpdateBusinessValueRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateBusinessValueRequestValidationError) Field ¶ added in v1.0.1
func (e UpdateBusinessValueRequestValidationError) Field() string
Field function returns field value.
func (UpdateBusinessValueRequestValidationError) Key ¶ added in v1.0.1
func (e UpdateBusinessValueRequestValidationError) Key() bool
Key function returns key value.
func (UpdateBusinessValueRequestValidationError) Reason ¶ added in v1.0.1
func (e UpdateBusinessValueRequestValidationError) Reason() string
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 (x *UpdateBusinessValueRequest_BusinessValue) GetEnvId() uint32
func (*UpdateBusinessValueRequest_BusinessValue) GetValue ¶ added in v1.0.6
func (x *UpdateBusinessValueRequest_BusinessValue) GetValue() string
func (*UpdateBusinessValueRequest_BusinessValue) ProtoMessage ¶ added in v1.0.6
func (*UpdateBusinessValueRequest_BusinessValue) ProtoMessage()
func (*UpdateBusinessValueRequest_BusinessValue) ProtoReflect ¶ added in v1.0.6
func (x *UpdateBusinessValueRequest_BusinessValue) ProtoReflect() protoreflect.Message
func (*UpdateBusinessValueRequest_BusinessValue) Reset ¶ added in v1.0.6
func (x *UpdateBusinessValueRequest_BusinessValue) Reset()
func (*UpdateBusinessValueRequest_BusinessValue) String ¶ added in v1.0.6
func (x *UpdateBusinessValueRequest_BusinessValue) String() string
func (*UpdateBusinessValueRequest_BusinessValue) Validate ¶ added in v1.0.6
func (m *UpdateBusinessValueRequest_BusinessValue) Validate() error
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
func (m *UpdateBusinessValueRequest_BusinessValue) ValidateAll() error
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
func (m UpdateBusinessValueRequest_BusinessValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateBusinessValueRequest_BusinessValueMultiError) Error ¶ added in v1.0.6
func (m UpdateBusinessValueRequest_BusinessValueMultiError) Error() string
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
func (e UpdateBusinessValueRequest_BusinessValueValidationError) Cause() error
Cause function returns cause value.
func (UpdateBusinessValueRequest_BusinessValueValidationError) Error ¶ added in v1.0.6
func (e UpdateBusinessValueRequest_BusinessValueValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateBusinessValueRequest_BusinessValueValidationError) ErrorName ¶ added in v1.0.6
func (e UpdateBusinessValueRequest_BusinessValueValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateBusinessValueRequest_BusinessValueValidationError) Field ¶ added in v1.0.6
func (e UpdateBusinessValueRequest_BusinessValueValidationError) Field() string
Field function returns field value.
func (UpdateBusinessValueRequest_BusinessValueValidationError) Key ¶ added in v1.0.6
func (e UpdateBusinessValueRequest_BusinessValueValidationError) Key() bool
Key function returns key value.
func (UpdateBusinessValueRequest_BusinessValueValidationError) Reason ¶ added in v1.0.6
func (e UpdateBusinessValueRequest_BusinessValueValidationError) Reason() string
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
func (m UpdateConfigureRequestMultiError) Error() string
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
func (e UpdateConfigureRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateConfigureRequestValidationError) Error ¶ added in v1.0.3
func (e UpdateConfigureRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateConfigureRequestValidationError) ErrorName ¶ added in v1.0.3
func (e UpdateConfigureRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateConfigureRequestValidationError) Field ¶ added in v1.0.3
func (e UpdateConfigureRequestValidationError) Field() string
Field function returns field value.
func (UpdateConfigureRequestValidationError) Key ¶ added in v1.0.3
func (e UpdateConfigureRequestValidationError) Key() bool
Key function returns key value.
func (UpdateConfigureRequestValidationError) Reason ¶ added in v1.0.3
func (e UpdateConfigureRequestValidationError) Reason() string
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
func (m UpdateEnvRequestMultiError) Error() string
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
func (e UpdateEnvRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateEnvRequestValidationError) Error ¶ added in v1.0.15
func (e UpdateEnvRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateEnvRequestValidationError) ErrorName ¶ added in v1.0.15
func (e UpdateEnvRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateEnvRequestValidationError) Field ¶ added in v1.0.15
func (e UpdateEnvRequestValidationError) Field() string
Field function returns field value.
func (UpdateEnvRequestValidationError) Key ¶ added in v1.0.15
func (e UpdateEnvRequestValidationError) Key() bool
Key function returns key value.
func (UpdateEnvRequestValidationError) Reason ¶ added in v1.0.15
func (e UpdateEnvRequestValidationError) Reason() string
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
func (m UpdateResourceRequestMultiError) Error() string
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
func (e UpdateResourceRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateResourceRequestValidationError) Error ¶ added in v1.0.1
func (e UpdateResourceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateResourceRequestValidationError) ErrorName ¶ added in v1.0.1
func (e UpdateResourceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateResourceRequestValidationError) Field ¶ added in v1.0.1
func (e UpdateResourceRequestValidationError) Field() string
Field function returns field value.
func (UpdateResourceRequestValidationError) Key ¶ added in v1.0.1
func (e UpdateResourceRequestValidationError) Key() bool
Key function returns key value.
func (UpdateResourceRequestValidationError) Reason ¶ added in v1.0.1
func (e UpdateResourceRequestValidationError) Reason() string
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 (x *UpdateResourceValueRequest) GetList() []*UpdateResourceValueRequest_ResourceValue
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 (x *UpdateResourceValueRequest) ProtoReflect() protoreflect.Message
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
func (m UpdateResourceValueRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateResourceValueRequestMultiError) Error ¶ added in v1.0.1
func (m UpdateResourceValueRequestMultiError) Error() string
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
func (e UpdateResourceValueRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateResourceValueRequestValidationError) Error ¶ added in v1.0.1
func (e UpdateResourceValueRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateResourceValueRequestValidationError) ErrorName ¶ added in v1.0.1
func (e UpdateResourceValueRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateResourceValueRequestValidationError) Field ¶ added in v1.0.1
func (e UpdateResourceValueRequestValidationError) Field() string
Field function returns field value.
func (UpdateResourceValueRequestValidationError) Key ¶ added in v1.0.1
func (e UpdateResourceValueRequestValidationError) Key() bool
Key function returns key value.
func (UpdateResourceValueRequestValidationError) Reason ¶ added in v1.0.1
func (e UpdateResourceValueRequestValidationError) Reason() string
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 (x *UpdateResourceValueRequest_ResourceValue) GetEnvId() uint32
func (*UpdateResourceValueRequest_ResourceValue) GetValue ¶ added in v1.0.15
func (x *UpdateResourceValueRequest_ResourceValue) GetValue() string
func (*UpdateResourceValueRequest_ResourceValue) ProtoMessage ¶ added in v1.0.6
func (*UpdateResourceValueRequest_ResourceValue) ProtoMessage()
func (*UpdateResourceValueRequest_ResourceValue) ProtoReflect ¶ added in v1.0.6
func (x *UpdateResourceValueRequest_ResourceValue) ProtoReflect() protoreflect.Message
func (*UpdateResourceValueRequest_ResourceValue) Reset ¶ added in v1.0.6
func (x *UpdateResourceValueRequest_ResourceValue) Reset()
func (*UpdateResourceValueRequest_ResourceValue) String ¶ added in v1.0.6
func (x *UpdateResourceValueRequest_ResourceValue) String() string
func (*UpdateResourceValueRequest_ResourceValue) Validate ¶ added in v1.0.6
func (m *UpdateResourceValueRequest_ResourceValue) Validate() error
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
func (m *UpdateResourceValueRequest_ResourceValue) ValidateAll() error
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
func (m UpdateResourceValueRequest_ResourceValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateResourceValueRequest_ResourceValueMultiError) Error ¶ added in v1.0.6
func (m UpdateResourceValueRequest_ResourceValueMultiError) Error() string
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
func (e UpdateResourceValueRequest_ResourceValueValidationError) Cause() error
Cause function returns cause value.
func (UpdateResourceValueRequest_ResourceValueValidationError) Error ¶ added in v1.0.6
func (e UpdateResourceValueRequest_ResourceValueValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateResourceValueRequest_ResourceValueValidationError) ErrorName ¶ added in v1.0.6
func (e UpdateResourceValueRequest_ResourceValueValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateResourceValueRequest_ResourceValueValidationError) Field ¶ added in v1.0.6
func (e UpdateResourceValueRequest_ResourceValueValidationError) Field() string
Field function returns field value.
func (UpdateResourceValueRequest_ResourceValueValidationError) Key ¶ added in v1.0.6
func (e UpdateResourceValueRequest_ResourceValueValidationError) Key() bool
Key function returns key value.
func (UpdateResourceValueRequest_ResourceValueValidationError) Reason ¶ added in v1.0.6
func (e UpdateResourceValueRequest_ResourceValueValidationError) Reason() string
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
func (m UpdateServerRequestMultiError) Error() string
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
func (e UpdateServerRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateServerRequestValidationError) Error ¶ added in v1.0.1
func (e UpdateServerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateServerRequestValidationError) ErrorName ¶ added in v1.0.1
func (e UpdateServerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateServerRequestValidationError) Field ¶ added in v1.0.1
func (e UpdateServerRequestValidationError) Field() string
Field function returns field value.
func (UpdateServerRequestValidationError) Key ¶ added in v1.0.1
func (e UpdateServerRequestValidationError) Key() bool
Key function returns key value.
func (UpdateServerRequestValidationError) Reason ¶ added in v1.0.1
func (e UpdateServerRequestValidationError) Reason() string
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
func (m WatchConfigureReplyMultiError) Error() string
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
func (e WatchConfigureReplyValidationError) Cause() error
Cause function returns cause value.
func (WatchConfigureReplyValidationError) Error ¶ added in v1.0.3
func (e WatchConfigureReplyValidationError) Error() string
Error satisfies the builtin error interface
func (WatchConfigureReplyValidationError) ErrorName ¶ added in v1.0.3
func (e WatchConfigureReplyValidationError) ErrorName() string
ErrorName returns error name.
func (WatchConfigureReplyValidationError) Field ¶ added in v1.0.3
func (e WatchConfigureReplyValidationError) Field() string
Field function returns field value.
func (WatchConfigureReplyValidationError) Key ¶ added in v1.0.3
func (e WatchConfigureReplyValidationError) Key() bool
Key function returns key value.
func (WatchConfigureReplyValidationError) Reason ¶ added in v1.0.3
func (e WatchConfigureReplyValidationError) Reason() string
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
func (m WatchConfigureRequestMultiError) Error() string
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
func (e WatchConfigureRequestValidationError) Cause() error
Cause function returns cause value.
func (WatchConfigureRequestValidationError) Error ¶ added in v1.0.3
func (e WatchConfigureRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WatchConfigureRequestValidationError) ErrorName ¶ added in v1.0.3
func (e WatchConfigureRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WatchConfigureRequestValidationError) Field ¶ added in v1.0.3
func (e WatchConfigureRequestValidationError) Field() string
Field function returns field value.
func (WatchConfigureRequestValidationError) Key ¶ added in v1.0.3
func (e WatchConfigureRequestValidationError) Key() bool
Key function returns key value.
func (WatchConfigureRequestValidationError) Reason ¶ added in v1.0.3
func (e WatchConfigureRequestValidationError) Reason() string
Reason function returns reason value.
Source Files
¶
- configure_auth.pb.go
- configure_auth.pb.validate.go
- configure_business.pb.go
- configure_business.pb.validate.go
- configure_business_value.pb.go
- configure_business_value.pb.validate.go
- configure_configure.pb.go
- configure_configure.pb.validate.go
- configure_env.pb.go
- configure_env.pb.validate.go
- configure_error_reason.pb.go
- configure_error_reason.pb.validate.go
- configure_error_reason_errors.pb.go
- configure_resource.pb.go
- configure_resource.pb.validate.go
- configure_resource_server.pb.go
- configure_resource_server.pb.validate.go
- configure_resource_value.pb.go
- configure_resource_value.pb.validate.go
- configure_server.pb.go
- configure_server.pb.validate.go
- configure_service.pb.go
- configure_service.pb.validate.go
- configure_service_grpc.pb.go
- configure_service_http.pb.go
- configure_template.pb.go
- configure_template.pb.validate.go