v1

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2023 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Service_Login_FullMethodName                 = "/configure.Service/Login"
	Service_RefreshToken_FullMethodName          = "/configure.Service/RefreshToken"
	Service_AllEnvironment_FullMethodName        = "/configure.Service/AllEnvironment"
	Service_AddEnvironment_FullMethodName        = "/configure.Service/AddEnvironment"
	Service_UpdateEnvironment_FullMethodName     = "/configure.Service/UpdateEnvironment"
	Service_DeleteEnvironment_FullMethodName     = "/configure.Service/DeleteEnvironment"
	Service_GetEnvironmentToken_FullMethodName   = "/configure.Service/GetEnvironmentToken"
	Service_ResetEnvironmentToken_FullMethodName = "/configure.Service/ResetEnvironmentToken"
	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_UpdateTemplateVersion_FullMethodName = "/configure.Service/UpdateTemplateVersion"
	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_WatchConfigure_FullMethodName        = "/configure.Service/WatchConfigure"
)
View Source
const OperationServiceAddBusiness = "/configure.Service/AddBusiness"
View Source
const OperationServiceAddEnvironment = "/configure.Service/AddEnvironment"
View Source
const OperationServiceAddResource = "/configure.Service/AddResource"
View Source
const OperationServiceAddServer = "/configure.Service/AddServer"
View Source
const OperationServiceAddTemplate = "/configure.Service/AddTemplate"
View Source
const OperationServiceAllBusinessValue = "/configure.Service/AllBusinessValue"
View Source
const OperationServiceAllEnvironment = "/configure.Service/AllEnvironment"
View Source
const OperationServiceAllResourceServer = "/configure.Service/AllResourceServer"
View Source
const OperationServiceAllResourceValue = "/configure.Service/AllResourceValue"
View Source
const OperationServiceCurrentTemplate = "/configure.Service/CurrentTemplate"
View Source
const OperationServiceDeleteBusiness = "/configure.Service/DeleteBusiness"
View Source
const OperationServiceDeleteEnvironment = "/configure.Service/DeleteEnvironment"
View Source
const OperationServiceDeleteResource = "/configure.Service/DeleteResource"
View Source
const OperationServiceDeleteServer = "/configure.Service/DeleteServer"
View Source
const OperationServiceGetConfigure = "/configure.Service/GetConfigure"
View Source
const OperationServiceGetEnvironmentToken = "/configure.Service/GetEnvironmentToken"
View Source
const OperationServiceGetServer = "/configure.Service/GetServer"
View Source
const OperationServiceGetTemplate = "/configure.Service/GetTemplate"
View Source
const OperationServiceLogin = "/configure.Service/Login"
View Source
const OperationServicePageBusiness = "/configure.Service/PageBusiness"
View Source
const OperationServicePageResource = "/configure.Service/PageResource"
View Source
const OperationServicePageServer = "/configure.Service/PageServer"
View Source
const OperationServicePageServerResource = "/configure.Service/PageServerResource"
View Source
const OperationServicePageTemplate = "/configure.Service/PageTemplate"
View Source
const OperationServiceParseTemplate = "/configure.Service/ParseTemplate"
View Source
const OperationServiceParseTemplatePreview = "/configure.Service/ParseTemplatePreview"
View Source
const OperationServiceRefreshToken = "/configure.Service/RefreshToken"
View Source
const OperationServiceResetEnvironmentToken = "/configure.Service/ResetEnvironmentToken"
View Source
const OperationServiceUpdateBusiness = "/configure.Service/UpdateBusiness"
View Source
const OperationServiceUpdateBusinessValue = "/configure.Service/UpdateBusinessValue"
View Source
const OperationServiceUpdateConfigure = "/configure.Service/UpdateConfigure"
View Source
const OperationServiceUpdateEnvironment = "/configure.Service/UpdateEnvironment"
View Source
const OperationServiceUpdateResource = "/configure.Service/UpdateResource"
View Source
const OperationServiceUpdateResourceValue = "/configure.Service/UpdateResourceValue"
View Source
const OperationServiceUpdateServer = "/configure.Service/UpdateServer"
View Source
const OperationServiceUpdateTemplateVersion = "/configure.Service/UpdateTemplateVersion"

Variables

View Source
var (
	ErrorReason_name = map[int32]string{
		0:  "Database",
		1:  "Transform",
		2:  "AlreadyExists",
		3:  "Params",
		4:  "NotRecord",
		5:  "ResourceFormatValue",
		6:  "CheckTemplate",
		7:  "ParseTemplate",
		8:  "VersionExist",
		9:  "WatchConfigure",
		10: "RSA_DECODE",
		11: "PASSWORD_FORMAT",
		12: "PASSWORD_EXPIRE",
		13: "USER_PASSWORD",
		14: "NEW_TOKEN",
		15: "REFRESH_TOKEN",
	}
	ErrorReason_value = map[string]int32{
		"Database":            0,
		"Transform":           1,
		"AlreadyExists":       2,
		"Params":              3,
		"NotRecord":           4,
		"ResourceFormatValue": 5,
		"CheckTemplate":       6,
		"ParseTemplate":       7,
		"VersionExist":        8,
		"WatchConfigure":      9,
		"RSA_DECODE":          10,
		"PASSWORD_FORMAT":     11,
		"PASSWORD_EXPIRE":     12,
		"USER_PASSWORD":       13,
		"NEW_TOKEN":           14,
		"REFRESH_TOKEN":       15,
	}
)

Enum value maps for ErrorReason.

View Source
var File_configure_auth_proto protoreflect.FileDescriptor
View Source
var File_configure_business_proto protoreflect.FileDescriptor
View Source
var File_configure_business_value_proto protoreflect.FileDescriptor
View Source
var File_configure_configure_proto protoreflect.FileDescriptor
View Source
var File_configure_environment_proto protoreflect.FileDescriptor
View Source
var File_configure_error_reason_proto protoreflect.FileDescriptor
View Source
var File_configure_resource_proto protoreflect.FileDescriptor
View Source
var File_configure_resource_server_proto protoreflect.FileDescriptor
View Source
var File_configure_resource_value_proto protoreflect.FileDescriptor
View Source
var File_configure_server_proto protoreflect.FileDescriptor
View Source
var File_configure_service_proto protoreflect.FileDescriptor
View Source
var File_configure_template_proto protoreflect.FileDescriptor
View Source
var Service_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "configure.Service",
	HandlerType: (*ServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Login",
			Handler:    _Service_Login_Handler,
		},
		{
			MethodName: "RefreshToken",
			Handler:    _Service_RefreshToken_Handler,
		},
		{
			MethodName: "AllEnvironment",
			Handler:    _Service_AllEnvironment_Handler,
		},
		{
			MethodName: "AddEnvironment",
			Handler:    _Service_AddEnvironment_Handler,
		},
		{
			MethodName: "UpdateEnvironment",
			Handler:    _Service_UpdateEnvironment_Handler,
		},
		{
			MethodName: "DeleteEnvironment",
			Handler:    _Service_DeleteEnvironment_Handler,
		},
		{
			MethodName: "GetEnvironmentToken",
			Handler:    _Service_GetEnvironmentToken_Handler,
		},
		{
			MethodName: "ResetEnvironmentToken",
			Handler:    _Service_ResetEnvironmentToken_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: "UpdateTemplateVersion",
			Handler:    _Service_UpdateTemplateVersion_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,
		},
	},
	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 ErrorAlreadyExists added in v1.0.1

func ErrorAlreadyExists() *errors.Error

func ErrorAlreadyExistsFormat added in v1.0.1

func ErrorAlreadyExistsFormat(format string, args ...interface{}) *errors.Error

func ErrorCheckTemplate added in v1.0.1

func ErrorCheckTemplate() *errors.Error

func ErrorCheckTemplateFormat added in v1.0.1

func ErrorCheckTemplateFormat(format string, args ...interface{}) *errors.Error

func ErrorDatabase added in v1.0.1

func ErrorDatabase() *errors.Error

func ErrorDatabaseFormat added in v1.0.1

func ErrorDatabaseFormat(format string, args ...interface{}) *errors.Error

func ErrorNewToken added in v1.0.7

func ErrorNewToken() *errors.Error

func ErrorNewTokenFormat added in v1.0.7

func ErrorNewTokenFormat(format string, args ...interface{}) *errors.Error

func ErrorNotRecord added in v1.0.1

func ErrorNotRecord() *errors.Error

func ErrorNotRecordFormat added in v1.0.1

func ErrorNotRecordFormat(format string, args ...interface{}) *errors.Error

func ErrorParams added in v1.0.1

func ErrorParams() *errors.Error

func ErrorParamsFormat added in v1.0.1

func ErrorParamsFormat(format string, args ...interface{}) *errors.Error

func ErrorParseTemplate added in v1.0.1

func ErrorParseTemplate() *errors.Error

func ErrorParseTemplateFormat added in v1.0.1

func ErrorParseTemplateFormat(format string, args ...interface{}) *errors.Error

func ErrorPasswordExpire added in v1.0.7

func ErrorPasswordExpire() *errors.Error

func ErrorPasswordExpireFormat added in v1.0.7

func ErrorPasswordExpireFormat(format string, args ...interface{}) *errors.Error

func ErrorPasswordFormat added in v1.0.7

func ErrorPasswordFormat() *errors.Error

func ErrorPasswordFormatFormat added in v1.0.7

func ErrorPasswordFormatFormat(format string, args ...interface{}) *errors.Error

func ErrorRefreshToken added in v1.0.7

func ErrorRefreshToken() *errors.Error

func ErrorRefreshTokenFormat added in v1.0.7

func ErrorRefreshTokenFormat(format string, args ...interface{}) *errors.Error

func ErrorResourceFormatValue added in v1.0.1

func ErrorResourceFormatValue() *errors.Error

func ErrorResourceFormatValueFormat added in v1.0.1

func ErrorResourceFormatValueFormat(format string, args ...interface{}) *errors.Error

func ErrorRsaDecode added in v1.0.7

func ErrorRsaDecode() *errors.Error

func ErrorRsaDecodeFormat added in v1.0.7

func ErrorRsaDecodeFormat(format string, args ...interface{}) *errors.Error

func ErrorTransform added in v1.0.1

func ErrorTransform() *errors.Error

func ErrorTransformFormat added in v1.0.1

func ErrorTransformFormat(format string, args ...interface{}) *errors.Error

func ErrorUserPassword added in v1.0.7

func ErrorUserPassword() *errors.Error

func ErrorUserPasswordFormat added in v1.0.7

func ErrorUserPasswordFormat(format string, args ...interface{}) *errors.Error

func ErrorVersionExist added in v1.0.1

func ErrorVersionExist() *errors.Error

func ErrorVersionExistFormat added in v1.0.1

func ErrorVersionExistFormat(format string, args ...interface{}) *errors.Error

func ErrorWatchConfigure added in v1.0.3

func ErrorWatchConfigure() *errors.Error

func ErrorWatchConfigureFormat added in v1.0.3

func ErrorWatchConfigureFormat(format string, args ...interface{}) *errors.Error

func IsAlreadyExists added in v1.0.1

func IsAlreadyExists(err error) bool

func IsCheckTemplate added in v1.0.1

func IsCheckTemplate(err error) bool

func IsDatabase added in v1.0.1

func IsDatabase(err error) bool

func IsNewToken added in v1.0.7

func IsNewToken(err error) bool

func IsNotRecord added in v1.0.1

func IsNotRecord(err error) bool

func IsParams added in v1.0.1

func IsParams(err error) bool

func IsParseTemplate added in v1.0.1

func IsParseTemplate(err error) bool

func IsPasswordExpire added in v1.0.7

func IsPasswordExpire(err error) bool

func IsPasswordFormat added in v1.0.7

func IsPasswordFormat(err error) bool

func IsRefreshToken added in v1.0.7

func IsRefreshToken(err error) bool

func IsResourceFormatValue added in v1.0.1

func IsResourceFormatValue(err error) bool

func IsRsaDecode added in v1.0.7

func IsRsaDecode(err error) bool

func IsTransform added in v1.0.1

func IsTransform(err error) bool

func IsUserPassword added in v1.0.7

func IsUserPassword(err error) bool

func IsVersionExist added in v1.0.1

func IsVersionExist(err error) bool

func IsWatchConfigure added in v1.0.3

func IsWatchConfigure(err error) bool

func RegisterServiceHTTPServer

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

func RegisterServiceServer

func RegisterServiceServer(s grpc.ServiceRegistrar, srv ServiceServer)

Types

type AddBusinessRequest added in v1.0.1

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

新增业务key

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

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

Deprecated: Use AddBusinessRequest.ProtoReflect.Descriptor instead.

func (*AddBusinessRequest) GetDescription added in v1.0.1

func (x *AddBusinessRequest) GetDescription() string

func (*AddBusinessRequest) GetKeyword added in v1.0.1

func (x *AddBusinessRequest) GetKeyword() string

func (*AddBusinessRequest) GetServerId added in v1.0.1

func (x *AddBusinessRequest) GetServerId() uint32

func (*AddBusinessRequest) GetType added in v1.0.6

func (x *AddBusinessRequest) GetType() string

func (*AddBusinessRequest) ProtoMessage added in v1.0.1

func (*AddBusinessRequest) ProtoMessage()

func (*AddBusinessRequest) ProtoReflect added in v1.0.1

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

func (*AddBusinessRequest) Reset added in v1.0.1

func (x *AddBusinessRequest) Reset()

func (*AddBusinessRequest) String added in v1.0.1

func (x *AddBusinessRequest) String() string

func (*AddBusinessRequest) Validate added in v1.0.1

func (m *AddBusinessRequest) Validate() error

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

func (*AddBusinessRequest) ValidateAll added in v1.0.1

func (m *AddBusinessRequest) ValidateAll() error

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

type AddBusinessRequestMultiError added in v1.0.1

type AddBusinessRequestMultiError []error

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

func (AddBusinessRequestMultiError) AllErrors added in v1.0.1

func (m AddBusinessRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddBusinessRequestMultiError) Error added in v1.0.1

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

type AddBusinessRequestValidationError added in v1.0.1

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

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

func (AddBusinessRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AddBusinessRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AddBusinessRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AddBusinessRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AddBusinessRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AddBusinessRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AddEnvironmentRequest

type AddEnvironmentRequest 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 (*AddEnvironmentRequest) Descriptor deprecated

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

Deprecated: Use AddEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*AddEnvironmentRequest) GetDescription added in v1.0.1

func (x *AddEnvironmentRequest) GetDescription() string

func (*AddEnvironmentRequest) GetKeyword added in v1.0.1

func (x *AddEnvironmentRequest) GetKeyword() string

func (*AddEnvironmentRequest) GetName added in v1.0.1

func (x *AddEnvironmentRequest) GetName() string

func (*AddEnvironmentRequest) ProtoMessage

func (*AddEnvironmentRequest) ProtoMessage()

func (*AddEnvironmentRequest) ProtoReflect

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

func (*AddEnvironmentRequest) Reset

func (x *AddEnvironmentRequest) Reset()

func (*AddEnvironmentRequest) String

func (x *AddEnvironmentRequest) String() string

func (*AddEnvironmentRequest) Validate

func (m *AddEnvironmentRequest) Validate() error

Validate checks the field values on AddEnvironmentRequest 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 (*AddEnvironmentRequest) ValidateAll

func (m *AddEnvironmentRequest) ValidateAll() error

ValidateAll checks the field values on AddEnvironmentRequest 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 AddEnvironmentRequestMultiError, or nil if none found.

type AddEnvironmentRequestMultiError

type AddEnvironmentRequestMultiError []error

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

func (AddEnvironmentRequestMultiError) AllErrors

func (m AddEnvironmentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddEnvironmentRequestMultiError) Error

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

type AddEnvironmentRequestValidationError

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

AddEnvironmentRequestValidationError is the validation error returned by AddEnvironmentRequest.Validate if the designated constraints aren't met.

func (AddEnvironmentRequestValidationError) Cause

Cause function returns cause value.

func (AddEnvironmentRequestValidationError) Error

Error satisfies the builtin error interface

func (AddEnvironmentRequestValidationError) ErrorName

ErrorName returns error name.

func (AddEnvironmentRequestValidationError) Field

Field function returns field value.

func (AddEnvironmentRequestValidationError) Key

Key function returns key value.

func (AddEnvironmentRequestValidationError) Reason

Reason function returns reason value.

type AddResourceRequest added in v1.0.1

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

新增环境

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

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

Deprecated: Use AddResourceRequest.ProtoReflect.Descriptor instead.

func (*AddResourceRequest) GetDescription added in v1.0.1

func (x *AddResourceRequest) GetDescription() string

func (*AddResourceRequest) GetFields added in v1.0.1

func (x *AddResourceRequest) GetFields() string

func (*AddResourceRequest) GetKeyword added in v1.0.1

func (x *AddResourceRequest) GetKeyword() string

func (*AddResourceRequest) GetPrivate added in v1.0.6

func (x *AddResourceRequest) GetPrivate() bool

func (*AddResourceRequest) GetServers added in v1.0.6

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

func (*AddResourceRequest) GetTag added in v1.0.1

func (x *AddResourceRequest) GetTag() string

func (*AddResourceRequest) ProtoMessage added in v1.0.1

func (*AddResourceRequest) ProtoMessage()

func (*AddResourceRequest) ProtoReflect added in v1.0.1

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

func (*AddResourceRequest) Reset added in v1.0.1

func (x *AddResourceRequest) Reset()

func (*AddResourceRequest) String added in v1.0.1

func (x *AddResourceRequest) String() string

func (*AddResourceRequest) Validate added in v1.0.1

func (m *AddResourceRequest) Validate() error

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

func (*AddResourceRequest) ValidateAll added in v1.0.1

func (m *AddResourceRequest) ValidateAll() error

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

type AddResourceRequestMultiError added in v1.0.1

type AddResourceRequestMultiError []error

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

func (AddResourceRequestMultiError) AllErrors added in v1.0.1

func (m AddResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddResourceRequestMultiError) Error added in v1.0.1

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

type AddResourceRequestValidationError added in v1.0.1

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

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

func (AddResourceRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AddResourceRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AddResourceRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AddResourceRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AddResourceRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AddResourceRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AddServerRequest added in v1.0.1

type AddServerRequest struct {
	Keyword     string `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// 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) GetDescription added in v1.0.1

func (x *AddServerRequest) GetDescription() string

func (*AddServerRequest) GetKeyword added in v1.0.1

func (x *AddServerRequest) GetKeyword() string

func (*AddServerRequest) GetName added in v1.0.1

func (x *AddServerRequest) GetName() string

func (*AddServerRequest) ProtoMessage added in v1.0.1

func (*AddServerRequest) ProtoMessage()

func (*AddServerRequest) ProtoReflect added in v1.0.1

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

func (*AddServerRequest) Reset added in v1.0.1

func (x *AddServerRequest) Reset()

func (*AddServerRequest) String added in v1.0.1

func (x *AddServerRequest) String() string

func (*AddServerRequest) Validate added in v1.0.1

func (m *AddServerRequest) Validate() error

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

func (*AddServerRequest) ValidateAll added in v1.0.1

func (m *AddServerRequest) ValidateAll() error

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

type AddServerRequestMultiError added in v1.0.1

type AddServerRequestMultiError []error

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

func (AddServerRequestMultiError) AllErrors added in v1.0.1

func (m AddServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddServerRequestMultiError) Error added in v1.0.1

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

type AddServerRequestValidationError added in v1.0.1

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

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

func (AddServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AddServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AddServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AddServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AddServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AddServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AddTemplateRequest added in v1.0.1

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

新增模板

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

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

Deprecated: Use AddTemplateRequest.ProtoReflect.Descriptor instead.

func (*AddTemplateRequest) GetContent added in v1.0.1

func (x *AddTemplateRequest) GetContent() string

func (*AddTemplateRequest) GetDescription added in v1.0.1

func (x *AddTemplateRequest) GetDescription() string

func (*AddTemplateRequest) GetFormat added in v1.0.6

func (x *AddTemplateRequest) GetFormat() string

func (*AddTemplateRequest) GetServerId added in v1.0.1

func (x *AddTemplateRequest) GetServerId() uint32

func (*AddTemplateRequest) ProtoMessage added in v1.0.1

func (*AddTemplateRequest) ProtoMessage()

func (*AddTemplateRequest) ProtoReflect added in v1.0.1

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

func (*AddTemplateRequest) Reset added in v1.0.1

func (x *AddTemplateRequest) Reset()

func (*AddTemplateRequest) String added in v1.0.1

func (x *AddTemplateRequest) String() string

func (*AddTemplateRequest) Validate added in v1.0.1

func (m *AddTemplateRequest) Validate() error

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

func (*AddTemplateRequest) ValidateAll added in v1.0.1

func (m *AddTemplateRequest) ValidateAll() error

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

type AddTemplateRequestMultiError added in v1.0.1

type AddTemplateRequestMultiError []error

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

func (AddTemplateRequestMultiError) AllErrors added in v1.0.1

func (m AddTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddTemplateRequestMultiError) Error added in v1.0.1

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

type AddTemplateRequestValidationError added in v1.0.1

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

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

func (AddTemplateRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AddTemplateRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AddTemplateRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AddTemplateRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AddTemplateRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AddTemplateRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllBusinessValueReply added in v1.0.1

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

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

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

Deprecated: Use AllBusinessValueReply.ProtoReflect.Descriptor instead.

func (*AllBusinessValueReply) GetList added in v1.0.1

func (*AllBusinessValueReply) ProtoMessage added in v1.0.1

func (*AllBusinessValueReply) ProtoMessage()

func (*AllBusinessValueReply) ProtoReflect added in v1.0.1

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

func (*AllBusinessValueReply) Reset added in v1.0.1

func (x *AllBusinessValueReply) Reset()

func (*AllBusinessValueReply) String added in v1.0.1

func (x *AllBusinessValueReply) String() string

func (*AllBusinessValueReply) Validate added in v1.0.1

func (m *AllBusinessValueReply) Validate() error

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

func (*AllBusinessValueReply) ValidateAll added in v1.0.1

func (m *AllBusinessValueReply) ValidateAll() error

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

type AllBusinessValueReplyMultiError added in v1.0.1

type AllBusinessValueReplyMultiError []error

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

func (AllBusinessValueReplyMultiError) AllErrors added in v1.0.1

func (m AllBusinessValueReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllBusinessValueReplyMultiError) Error added in v1.0.1

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

type AllBusinessValueReplyValidationError added in v1.0.1

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

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

func (AllBusinessValueReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllBusinessValueReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllBusinessValueReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllBusinessValueReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (AllBusinessValueReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (AllBusinessValueReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllBusinessValueReply_BusinessValue added in v1.0.1

type AllBusinessValueReply_BusinessValue struct {
	Id            uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EnvironmentId uint32 `protobuf:"varint,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_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) GetEnvironmentId added in v1.0.1

func (x *AllBusinessValueReply_BusinessValue) GetEnvironmentId() uint32

func (*AllBusinessValueReply_BusinessValue) GetId added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) GetUpdatedAt added in v1.0.6

func (x *AllBusinessValueReply_BusinessValue) GetUpdatedAt() uint32

func (*AllBusinessValueReply_BusinessValue) GetValue added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) ProtoMessage added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) ProtoMessage()

func (*AllBusinessValueReply_BusinessValue) ProtoReflect added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) Reset added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) String added in v1.0.1

func (*AllBusinessValueReply_BusinessValue) Validate added in v1.0.1

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

func (*AllBusinessValueReply_BusinessValue) ValidateAll added in v1.0.1

func (m *AllBusinessValueReply_BusinessValue) ValidateAll() error

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

type AllBusinessValueReply_BusinessValueMultiError added in v1.0.1

type AllBusinessValueReply_BusinessValueMultiError []error

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

func (AllBusinessValueReply_BusinessValueMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (AllBusinessValueReply_BusinessValueMultiError) Error added in v1.0.1

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

type AllBusinessValueReply_BusinessValueValidationError added in v1.0.1

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

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

func (AllBusinessValueReply_BusinessValueValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllBusinessValueReply_BusinessValueValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllBusinessValueReply_BusinessValueValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllBusinessValueReply_BusinessValueValidationError) Field added in v1.0.1

Field function returns field value.

func (AllBusinessValueReply_BusinessValueValidationError) Key added in v1.0.1

Key function returns key value.

func (AllBusinessValueReply_BusinessValueValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllBusinessValueRequest added in v1.0.1

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

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

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

Deprecated: Use AllBusinessValueRequest.ProtoReflect.Descriptor instead.

func (*AllBusinessValueRequest) GetBusinessId added in v1.0.1

func (x *AllBusinessValueRequest) GetBusinessId() uint32

func (*AllBusinessValueRequest) ProtoMessage added in v1.0.1

func (*AllBusinessValueRequest) ProtoMessage()

func (*AllBusinessValueRequest) ProtoReflect added in v1.0.1

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

func (*AllBusinessValueRequest) Reset added in v1.0.1

func (x *AllBusinessValueRequest) Reset()

func (*AllBusinessValueRequest) String added in v1.0.1

func (x *AllBusinessValueRequest) String() string

func (*AllBusinessValueRequest) Validate added in v1.0.1

func (m *AllBusinessValueRequest) Validate() error

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

func (*AllBusinessValueRequest) ValidateAll added in v1.0.1

func (m *AllBusinessValueRequest) ValidateAll() error

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

type AllBusinessValueRequestMultiError added in v1.0.1

type AllBusinessValueRequestMultiError []error

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

func (AllBusinessValueRequestMultiError) AllErrors added in v1.0.1

func (m AllBusinessValueRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllBusinessValueRequestMultiError) Error added in v1.0.1

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

type AllBusinessValueRequestValidationError added in v1.0.1

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

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

func (AllBusinessValueRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllBusinessValueRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllBusinessValueRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllBusinessValueRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AllBusinessValueRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AllBusinessValueRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllEnvironmentReply added in v1.0.1

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

获取环境列表

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

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

Deprecated: Use AllEnvironmentReply.ProtoReflect.Descriptor instead.

func (*AllEnvironmentReply) GetList added in v1.0.1

func (x *AllEnvironmentReply) GetList() []*Environment

func (*AllEnvironmentReply) ProtoMessage added in v1.0.1

func (*AllEnvironmentReply) ProtoMessage()

func (*AllEnvironmentReply) ProtoReflect added in v1.0.1

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

func (*AllEnvironmentReply) Reset added in v1.0.1

func (x *AllEnvironmentReply) Reset()

func (*AllEnvironmentReply) String added in v1.0.1

func (x *AllEnvironmentReply) String() string

func (*AllEnvironmentReply) Validate added in v1.0.1

func (m *AllEnvironmentReply) Validate() error

Validate checks the field values on AllEnvironmentReply 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 (*AllEnvironmentReply) ValidateAll added in v1.0.1

func (m *AllEnvironmentReply) ValidateAll() error

ValidateAll checks the field values on AllEnvironmentReply 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 AllEnvironmentReplyMultiError, or nil if none found.

type AllEnvironmentReplyMultiError added in v1.0.1

type AllEnvironmentReplyMultiError []error

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

func (AllEnvironmentReplyMultiError) AllErrors added in v1.0.1

func (m AllEnvironmentReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllEnvironmentReplyMultiError) Error added in v1.0.1

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

type AllEnvironmentReplyValidationError added in v1.0.1

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

AllEnvironmentReplyValidationError is the validation error returned by AllEnvironmentReply.Validate if the designated constraints aren't met.

func (AllEnvironmentReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllEnvironmentReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllEnvironmentReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllEnvironmentReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (AllEnvironmentReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (AllEnvironmentReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllResourceServerReply added in v1.0.1

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

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

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

Deprecated: Use AllResourceServerReply.ProtoReflect.Descriptor instead.

func (*AllResourceServerReply) GetList added in v1.0.1

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

func (*AllResourceServerReply) ProtoMessage added in v1.0.1

func (*AllResourceServerReply) ProtoMessage()

func (*AllResourceServerReply) ProtoReflect added in v1.0.1

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

func (*AllResourceServerReply) Reset added in v1.0.1

func (x *AllResourceServerReply) Reset()

func (*AllResourceServerReply) String added in v1.0.1

func (x *AllResourceServerReply) String() string

func (*AllResourceServerReply) Validate added in v1.0.1

func (m *AllResourceServerReply) Validate() error

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

func (*AllResourceServerReply) ValidateAll added in v1.0.1

func (m *AllResourceServerReply) ValidateAll() error

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

type AllResourceServerReplyMultiError added in v1.0.1

type AllResourceServerReplyMultiError []error

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

func (AllResourceServerReplyMultiError) AllErrors added in v1.0.1

func (m AllResourceServerReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllResourceServerReplyMultiError) Error added in v1.0.1

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

type AllResourceServerReplyValidationError added in v1.0.1

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

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

func (AllResourceServerReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllResourceServerReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllResourceServerReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllResourceServerReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (AllResourceServerReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (AllResourceServerReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllResourceServerRequest added in v1.0.1

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

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

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

Deprecated: Use AllResourceServerRequest.ProtoReflect.Descriptor instead.

func (*AllResourceServerRequest) GetResourceId added in v1.0.1

func (x *AllResourceServerRequest) GetResourceId() uint32

func (*AllResourceServerRequest) ProtoMessage added in v1.0.1

func (*AllResourceServerRequest) ProtoMessage()

func (*AllResourceServerRequest) ProtoReflect added in v1.0.1

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

func (*AllResourceServerRequest) Reset added in v1.0.1

func (x *AllResourceServerRequest) Reset()

func (*AllResourceServerRequest) String added in v1.0.1

func (x *AllResourceServerRequest) String() string

func (*AllResourceServerRequest) Validate added in v1.0.1

func (m *AllResourceServerRequest) Validate() error

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

func (*AllResourceServerRequest) ValidateAll added in v1.0.1

func (m *AllResourceServerRequest) ValidateAll() error

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

type AllResourceServerRequestMultiError added in v1.0.1

type AllResourceServerRequestMultiError []error

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

func (AllResourceServerRequestMultiError) AllErrors added in v1.0.1

func (m AllResourceServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllResourceServerRequestMultiError) Error added in v1.0.1

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

type AllResourceServerRequestValidationError added in v1.0.1

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

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

func (AllResourceServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllResourceServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllResourceServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllResourceServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AllResourceServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AllResourceServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllResourceValueReply added in v1.0.1

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

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

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

Deprecated: Use AllResourceValueReply.ProtoReflect.Descriptor instead.

func (*AllResourceValueReply) GetList added in v1.0.1

func (*AllResourceValueReply) ProtoMessage added in v1.0.1

func (*AllResourceValueReply) ProtoMessage()

func (*AllResourceValueReply) ProtoReflect added in v1.0.1

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

func (*AllResourceValueReply) Reset added in v1.0.1

func (x *AllResourceValueReply) Reset()

func (*AllResourceValueReply) String added in v1.0.1

func (x *AllResourceValueReply) String() string

func (*AllResourceValueReply) Validate added in v1.0.1

func (m *AllResourceValueReply) Validate() error

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

func (*AllResourceValueReply) ValidateAll added in v1.0.1

func (m *AllResourceValueReply) ValidateAll() error

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

type AllResourceValueReplyMultiError added in v1.0.1

type AllResourceValueReplyMultiError []error

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

func (AllResourceValueReplyMultiError) AllErrors added in v1.0.1

func (m AllResourceValueReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllResourceValueReplyMultiError) Error added in v1.0.1

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

type AllResourceValueReplyValidationError added in v1.0.1

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

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

func (AllResourceValueReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllResourceValueReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllResourceValueReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllResourceValueReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (AllResourceValueReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (AllResourceValueReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllResourceValueReply_ResourceValue added in v1.0.1

type AllResourceValueReply_ResourceValue struct {
	Id            uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EnvironmentId uint32 `protobuf:"varint,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	ResourceId    uint32 `protobuf:"varint,3,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	Values        string `protobuf:"bytes,4,opt,name=values,proto3" json:"values,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) GetEnvironmentId added in v1.0.1

func (x *AllResourceValueReply_ResourceValue) GetEnvironmentId() uint32

func (*AllResourceValueReply_ResourceValue) GetId added in v1.0.1

func (*AllResourceValueReply_ResourceValue) GetResourceId added in v1.0.1

func (x *AllResourceValueReply_ResourceValue) GetResourceId() uint32

func (*AllResourceValueReply_ResourceValue) GetValues added in v1.0.1

func (*AllResourceValueReply_ResourceValue) ProtoMessage added in v1.0.1

func (*AllResourceValueReply_ResourceValue) ProtoMessage()

func (*AllResourceValueReply_ResourceValue) ProtoReflect added in v1.0.1

func (*AllResourceValueReply_ResourceValue) Reset added in v1.0.1

func (*AllResourceValueReply_ResourceValue) String added in v1.0.1

func (*AllResourceValueReply_ResourceValue) Validate added in v1.0.1

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

func (*AllResourceValueReply_ResourceValue) ValidateAll added in v1.0.1

func (m *AllResourceValueReply_ResourceValue) ValidateAll() error

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

type AllResourceValueReply_ResourceValueMultiError added in v1.0.1

type AllResourceValueReply_ResourceValueMultiError []error

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

func (AllResourceValueReply_ResourceValueMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (AllResourceValueReply_ResourceValueMultiError) Error added in v1.0.1

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

type AllResourceValueReply_ResourceValueValidationError added in v1.0.1

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

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

func (AllResourceValueReply_ResourceValueValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllResourceValueReply_ResourceValueValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllResourceValueReply_ResourceValueValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllResourceValueReply_ResourceValueValidationError) Field added in v1.0.1

Field function returns field value.

func (AllResourceValueReply_ResourceValueValidationError) Key added in v1.0.1

Key function returns key value.

func (AllResourceValueReply_ResourceValueValidationError) Reason added in v1.0.1

Reason function returns reason value.

type AllResourceValueRequest added in v1.0.1

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

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

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

Deprecated: Use AllResourceValueRequest.ProtoReflect.Descriptor instead.

func (*AllResourceValueRequest) GetResourceId added in v1.0.1

func (x *AllResourceValueRequest) GetResourceId() uint32

func (*AllResourceValueRequest) ProtoMessage added in v1.0.1

func (*AllResourceValueRequest) ProtoMessage()

func (*AllResourceValueRequest) ProtoReflect added in v1.0.1

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

func (*AllResourceValueRequest) Reset added in v1.0.1

func (x *AllResourceValueRequest) Reset()

func (*AllResourceValueRequest) String added in v1.0.1

func (x *AllResourceValueRequest) String() string

func (*AllResourceValueRequest) Validate added in v1.0.1

func (m *AllResourceValueRequest) Validate() error

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

func (*AllResourceValueRequest) ValidateAll added in v1.0.1

func (m *AllResourceValueRequest) ValidateAll() error

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

type AllResourceValueRequestMultiError added in v1.0.1

type AllResourceValueRequestMultiError []error

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

func (AllResourceValueRequestMultiError) AllErrors added in v1.0.1

func (m AllResourceValueRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllResourceValueRequestMultiError) Error added in v1.0.1

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

type AllResourceValueRequestValidationError added in v1.0.1

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

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

func (AllResourceValueRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (AllResourceValueRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (AllResourceValueRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (AllResourceValueRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (AllResourceValueRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (AllResourceValueRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type Business added in v1.0.1

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

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

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

Deprecated: Use Business.ProtoReflect.Descriptor instead.

func (*Business) GetCreatedAt added in v1.0.6

func (x *Business) GetCreatedAt() uint32

func (*Business) GetDescription added in v1.0.1

func (x *Business) GetDescription() string

func (*Business) GetId added in v1.0.1

func (x *Business) GetId() uint32

func (*Business) GetKeyword added in v1.0.1

func (x *Business) GetKeyword() string

func (*Business) GetServerId added in v1.0.1

func (x *Business) GetServerId() uint32

func (*Business) GetType added in v1.0.6

func (x *Business) GetType() string

func (*Business) GetUpdatedAt added in v1.0.6

func (x *Business) GetUpdatedAt() uint32

func (*Business) ProtoMessage added in v1.0.1

func (*Business) ProtoMessage()

func (*Business) ProtoReflect added in v1.0.1

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

func (*Business) Reset added in v1.0.1

func (x *Business) Reset()

func (*Business) String added in v1.0.1

func (x *Business) String() string

func (*Business) Validate added in v1.0.1

func (m *Business) Validate() error

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

func (*Business) ValidateAll added in v1.0.1

func (m *Business) ValidateAll() error

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

type BusinessMultiError added in v1.0.1

type BusinessMultiError []error

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

func (BusinessMultiError) AllErrors added in v1.0.1

func (m BusinessMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BusinessMultiError) Error added in v1.0.1

func (m BusinessMultiError) Error() string

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

type BusinessValidationError added in v1.0.1

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

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

func (BusinessValidationError) Cause added in v1.0.1

func (e BusinessValidationError) Cause() error

Cause function returns cause value.

func (BusinessValidationError) Error added in v1.0.1

func (e BusinessValidationError) Error() string

Error satisfies the builtin error interface

func (BusinessValidationError) ErrorName added in v1.0.1

func (e BusinessValidationError) ErrorName() string

ErrorName returns error name.

func (BusinessValidationError) Field added in v1.0.1

func (e BusinessValidationError) Field() string

Field function returns field value.

func (BusinessValidationError) Key added in v1.0.1

func (e BusinessValidationError) Key() bool

Key function returns key value.

func (BusinessValidationError) Reason added in v1.0.1

func (e BusinessValidationError) Reason() string

Reason function returns reason value.

type CurrentTemplateReply added in v1.0.1

type CurrentTemplateReply struct {
	Template *Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,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) GetTemplate added in v1.0.6

func (x *CurrentTemplateReply) GetTemplate() *Template

func (*CurrentTemplateReply) ProtoMessage added in v1.0.1

func (*CurrentTemplateReply) ProtoMessage()

func (*CurrentTemplateReply) ProtoReflect added in v1.0.1

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

func (*CurrentTemplateReply) Reset added in v1.0.1

func (x *CurrentTemplateReply) Reset()

func (*CurrentTemplateReply) String added in v1.0.1

func (x *CurrentTemplateReply) String() string

func (*CurrentTemplateReply) Validate added in v1.0.1

func (m *CurrentTemplateReply) Validate() error

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

func (*CurrentTemplateReply) ValidateAll added in v1.0.1

func (m *CurrentTemplateReply) ValidateAll() error

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

type CurrentTemplateReplyMultiError added in v1.0.1

type CurrentTemplateReplyMultiError []error

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

func (CurrentTemplateReplyMultiError) AllErrors added in v1.0.1

func (m CurrentTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CurrentTemplateReplyMultiError) Error added in v1.0.1

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

type CurrentTemplateReplyValidationError added in v1.0.1

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

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

func (CurrentTemplateReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (CurrentTemplateReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (CurrentTemplateReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (CurrentTemplateReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (CurrentTemplateReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (CurrentTemplateReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type CurrentTemplateRequest added in v1.0.1

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

查询指定模板

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

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

Deprecated: Use CurrentTemplateRequest.ProtoReflect.Descriptor instead.

func (*CurrentTemplateRequest) GetServerId added in v1.0.1

func (x *CurrentTemplateRequest) GetServerId() uint32

func (*CurrentTemplateRequest) ProtoMessage added in v1.0.1

func (*CurrentTemplateRequest) ProtoMessage()

func (*CurrentTemplateRequest) ProtoReflect added in v1.0.1

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

func (*CurrentTemplateRequest) Reset added in v1.0.1

func (x *CurrentTemplateRequest) Reset()

func (*CurrentTemplateRequest) String added in v1.0.1

func (x *CurrentTemplateRequest) String() string

func (*CurrentTemplateRequest) Validate added in v1.0.1

func (m *CurrentTemplateRequest) Validate() error

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

func (*CurrentTemplateRequest) ValidateAll added in v1.0.1

func (m *CurrentTemplateRequest) ValidateAll() error

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

type CurrentTemplateRequestMultiError added in v1.0.1

type CurrentTemplateRequestMultiError []error

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

func (CurrentTemplateRequestMultiError) AllErrors added in v1.0.1

func (m CurrentTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CurrentTemplateRequestMultiError) Error added in v1.0.1

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

type CurrentTemplateRequestValidationError added in v1.0.1

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

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

func (CurrentTemplateRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (CurrentTemplateRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (CurrentTemplateRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (CurrentTemplateRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (CurrentTemplateRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (CurrentTemplateRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type DeleteBusinessRequest added in v1.0.1

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

删除业务key

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

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

Deprecated: Use DeleteBusinessRequest.ProtoReflect.Descriptor instead.

func (*DeleteBusinessRequest) GetId added in v1.0.1

func (x *DeleteBusinessRequest) GetId() uint32

func (*DeleteBusinessRequest) ProtoMessage added in v1.0.1

func (*DeleteBusinessRequest) ProtoMessage()

func (*DeleteBusinessRequest) ProtoReflect added in v1.0.1

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

func (*DeleteBusinessRequest) Reset added in v1.0.1

func (x *DeleteBusinessRequest) Reset()

func (*DeleteBusinessRequest) String added in v1.0.1

func (x *DeleteBusinessRequest) String() string

func (*DeleteBusinessRequest) Validate added in v1.0.1

func (m *DeleteBusinessRequest) Validate() error

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

func (*DeleteBusinessRequest) ValidateAll added in v1.0.1

func (m *DeleteBusinessRequest) ValidateAll() error

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

type DeleteBusinessRequestMultiError added in v1.0.1

type DeleteBusinessRequestMultiError []error

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

func (DeleteBusinessRequestMultiError) AllErrors added in v1.0.1

func (m DeleteBusinessRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteBusinessRequestMultiError) Error added in v1.0.1

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

type DeleteBusinessRequestValidationError added in v1.0.1

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

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

func (DeleteBusinessRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (DeleteBusinessRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (DeleteBusinessRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (DeleteBusinessRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (DeleteBusinessRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (DeleteBusinessRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type DeleteEnvironmentRequest

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

删除环境

func (*DeleteEnvironmentRequest) Descriptor deprecated

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

Deprecated: Use DeleteEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*DeleteEnvironmentRequest) GetId

func (x *DeleteEnvironmentRequest) GetId() uint32

func (*DeleteEnvironmentRequest) ProtoMessage

func (*DeleteEnvironmentRequest) ProtoMessage()

func (*DeleteEnvironmentRequest) ProtoReflect

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

func (*DeleteEnvironmentRequest) Reset

func (x *DeleteEnvironmentRequest) Reset()

func (*DeleteEnvironmentRequest) String

func (x *DeleteEnvironmentRequest) String() string

func (*DeleteEnvironmentRequest) Validate

func (m *DeleteEnvironmentRequest) Validate() error

Validate checks the field values on DeleteEnvironmentRequest 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 (*DeleteEnvironmentRequest) ValidateAll

func (m *DeleteEnvironmentRequest) ValidateAll() error

ValidateAll checks the field values on DeleteEnvironmentRequest 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 DeleteEnvironmentRequestMultiError, or nil if none found.

type DeleteEnvironmentRequestMultiError

type DeleteEnvironmentRequestMultiError []error

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

func (DeleteEnvironmentRequestMultiError) AllErrors

func (m DeleteEnvironmentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteEnvironmentRequestMultiError) Error

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

type DeleteEnvironmentRequestValidationError

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

DeleteEnvironmentRequestValidationError is the validation error returned by DeleteEnvironmentRequest.Validate if the designated constraints aren't met.

func (DeleteEnvironmentRequestValidationError) Cause

Cause function returns cause value.

func (DeleteEnvironmentRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteEnvironmentRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteEnvironmentRequestValidationError) Field

Field function returns field value.

func (DeleteEnvironmentRequestValidationError) Key

Key function returns key value.

func (DeleteEnvironmentRequestValidationError) Reason

Reason function returns reason value.

type DeleteResourceRequest added in v1.0.1

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

删除环境

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

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

Deprecated: Use DeleteResourceRequest.ProtoReflect.Descriptor instead.

func (*DeleteResourceRequest) GetId added in v1.0.1

func (x *DeleteResourceRequest) GetId() uint32

func (*DeleteResourceRequest) ProtoMessage added in v1.0.1

func (*DeleteResourceRequest) ProtoMessage()

func (*DeleteResourceRequest) ProtoReflect added in v1.0.1

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

func (*DeleteResourceRequest) Reset added in v1.0.1

func (x *DeleteResourceRequest) Reset()

func (*DeleteResourceRequest) String added in v1.0.1

func (x *DeleteResourceRequest) String() string

func (*DeleteResourceRequest) Validate added in v1.0.1

func (m *DeleteResourceRequest) Validate() error

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

func (*DeleteResourceRequest) ValidateAll added in v1.0.1

func (m *DeleteResourceRequest) ValidateAll() error

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

type DeleteResourceRequestMultiError added in v1.0.1

type DeleteResourceRequestMultiError []error

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

func (DeleteResourceRequestMultiError) AllErrors added in v1.0.1

func (m DeleteResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteResourceRequestMultiError) Error added in v1.0.1

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

type DeleteResourceRequestValidationError added in v1.0.1

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

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

func (DeleteResourceRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (DeleteResourceRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (DeleteResourceRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (DeleteResourceRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (DeleteResourceRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (DeleteResourceRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type DeleteServerRequest added in v1.0.1

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

删除环境

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

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

Deprecated: Use DeleteServerRequest.ProtoReflect.Descriptor instead.

func (*DeleteServerRequest) GetId added in v1.0.1

func (x *DeleteServerRequest) GetId() uint32

func (*DeleteServerRequest) ProtoMessage added in v1.0.1

func (*DeleteServerRequest) ProtoMessage()

func (*DeleteServerRequest) ProtoReflect added in v1.0.1

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

func (*DeleteServerRequest) Reset added in v1.0.1

func (x *DeleteServerRequest) Reset()

func (*DeleteServerRequest) String added in v1.0.1

func (x *DeleteServerRequest) String() string

func (*DeleteServerRequest) Validate added in v1.0.1

func (m *DeleteServerRequest) Validate() error

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

func (*DeleteServerRequest) ValidateAll added in v1.0.1

func (m *DeleteServerRequest) ValidateAll() error

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

type DeleteServerRequestMultiError added in v1.0.1

type DeleteServerRequestMultiError []error

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

func (DeleteServerRequestMultiError) AllErrors added in v1.0.1

func (m DeleteServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteServerRequestMultiError) Error added in v1.0.1

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

type DeleteServerRequestValidationError added in v1.0.1

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

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

func (DeleteServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (DeleteServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (DeleteServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (DeleteServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (DeleteServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (DeleteServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type Environment

type Environment 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"`
	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 (*Environment) Descriptor deprecated

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

Deprecated: Use Environment.ProtoReflect.Descriptor instead.

func (*Environment) GetCreatedAt added in v1.0.6

func (x *Environment) GetCreatedAt() uint32

func (*Environment) GetDescription

func (x *Environment) GetDescription() string

func (*Environment) GetId added in v1.0.1

func (x *Environment) GetId() uint32

func (*Environment) GetKeyword

func (x *Environment) GetKeyword() string

func (*Environment) GetName added in v1.0.1

func (x *Environment) GetName() string

func (*Environment) GetStatus

func (x *Environment) GetStatus() bool

func (*Environment) GetUpdatedAt added in v1.0.6

func (x *Environment) GetUpdatedAt() uint32

func (*Environment) ProtoMessage

func (*Environment) ProtoMessage()

func (*Environment) ProtoReflect

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

func (*Environment) Reset

func (x *Environment) Reset()

func (*Environment) String

func (x *Environment) String() string

func (*Environment) Validate

func (m *Environment) Validate() error

Validate checks the field values on Environment 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 (*Environment) ValidateAll

func (m *Environment) ValidateAll() error

ValidateAll checks the field values on Environment 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 EnvironmentMultiError, or nil if none found.

type EnvironmentMultiError

type EnvironmentMultiError []error

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

func (EnvironmentMultiError) AllErrors

func (m EnvironmentMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnvironmentMultiError) Error

func (m EnvironmentMultiError) Error() string

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

type EnvironmentValidationError

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

EnvironmentValidationError is the validation error returned by Environment.Validate if the designated constraints aren't met.

func (EnvironmentValidationError) Cause

Cause function returns cause value.

func (EnvironmentValidationError) Error

Error satisfies the builtin error interface

func (EnvironmentValidationError) ErrorName

func (e EnvironmentValidationError) ErrorName() string

ErrorName returns error name.

func (EnvironmentValidationError) Field

Field function returns field value.

func (EnvironmentValidationError) Key

Key function returns key value.

func (EnvironmentValidationError) Reason

Reason function returns reason value.

type ErrorReason added in v1.0.1

type ErrorReason int32
const (
	ErrorReason_Database            ErrorReason = 0
	ErrorReason_Transform           ErrorReason = 1
	ErrorReason_AlreadyExists       ErrorReason = 2
	ErrorReason_Params              ErrorReason = 3
	ErrorReason_NotRecord           ErrorReason = 4
	ErrorReason_ResourceFormatValue ErrorReason = 5
	ErrorReason_CheckTemplate       ErrorReason = 6
	ErrorReason_ParseTemplate       ErrorReason = 7
	ErrorReason_VersionExist        ErrorReason = 8
	ErrorReason_WatchConfigure      ErrorReason = 9
	ErrorReason_RSA_DECODE          ErrorReason = 10
	ErrorReason_PASSWORD_FORMAT     ErrorReason = 11
	ErrorReason_PASSWORD_EXPIRE     ErrorReason = 12
	ErrorReason_USER_PASSWORD       ErrorReason = 13
	ErrorReason_NEW_TOKEN           ErrorReason = 14
	ErrorReason_REFRESH_TOKEN       ErrorReason = 15
)

func (ErrorReason) Descriptor added in v1.0.1

func (ErrorReason) Enum added in v1.0.1

func (x ErrorReason) Enum() *ErrorReason

func (ErrorReason) EnumDescriptor deprecated added in v1.0.1

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

Deprecated: Use ErrorReason.Descriptor instead.

func (ErrorReason) Number added in v1.0.1

func (x ErrorReason) Number() protoreflect.EnumNumber

func (ErrorReason) String added in v1.0.1

func (x ErrorReason) String() string

func (ErrorReason) Type added in v1.0.1

type GetConfigureReply added in v1.0.3

type GetConfigureReply struct {
	Id            uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ServerId      uint32 `protobuf:"varint,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	EnvironmentId uint32 `protobuf:"varint,3,opt,name=environment_id,json=environmentId,proto3" json:"environment_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) GetEnvironmentId added in v1.0.3

func (x *GetConfigureReply) GetEnvironmentId() uint32

func (*GetConfigureReply) GetFormat added in v1.0.3

func (x *GetConfigureReply) GetFormat() string

func (*GetConfigureReply) GetId added in v1.0.3

func (x *GetConfigureReply) GetId() uint32

func (*GetConfigureReply) GetServerId added in v1.0.3

func (x *GetConfigureReply) GetServerId() uint32

func (*GetConfigureReply) GetVersion added in v1.0.3

func (x *GetConfigureReply) GetVersion() string

func (*GetConfigureReply) ProtoMessage added in v1.0.3

func (*GetConfigureReply) ProtoMessage()

func (*GetConfigureReply) ProtoReflect added in v1.0.3

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

func (*GetConfigureReply) Reset added in v1.0.3

func (x *GetConfigureReply) Reset()

func (*GetConfigureReply) String added in v1.0.3

func (x *GetConfigureReply) String() string

func (*GetConfigureReply) Validate added in v1.0.3

func (m *GetConfigureReply) Validate() error

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

func (*GetConfigureReply) ValidateAll added in v1.0.3

func (m *GetConfigureReply) ValidateAll() error

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

type GetConfigureReplyMultiError added in v1.0.3

type GetConfigureReplyMultiError []error

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

func (GetConfigureReplyMultiError) AllErrors added in v1.0.3

func (m GetConfigureReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetConfigureReplyMultiError) Error added in v1.0.3

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

type GetConfigureReplyValidationError added in v1.0.3

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

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

func (GetConfigureReplyValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (GetConfigureReplyValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (GetConfigureReplyValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (GetConfigureReplyValidationError) Field added in v1.0.3

Field function returns field value.

func (GetConfigureReplyValidationError) Key added in v1.0.3

Key function returns key value.

func (GetConfigureReplyValidationError) Reason added in v1.0.3

Reason function returns reason value.

type GetConfigureRequest added in v1.0.3

type GetConfigureRequest struct {
	ServerId   uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	EnvKeyword string `protobuf:"bytes,2,opt,name=env_keyword,json=envKeyword,proto3" json:"env_keyword,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) GetEnvKeyword added in v1.0.6

func (x *GetConfigureRequest) GetEnvKeyword() string

func (*GetConfigureRequest) GetServerId added in v1.0.3

func (x *GetConfigureRequest) GetServerId() uint32

func (*GetConfigureRequest) ProtoMessage added in v1.0.3

func (*GetConfigureRequest) ProtoMessage()

func (*GetConfigureRequest) ProtoReflect added in v1.0.3

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

func (*GetConfigureRequest) Reset added in v1.0.3

func (x *GetConfigureRequest) Reset()

func (*GetConfigureRequest) String added in v1.0.3

func (x *GetConfigureRequest) String() string

func (*GetConfigureRequest) Validate added in v1.0.3

func (m *GetConfigureRequest) Validate() error

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

func (*GetConfigureRequest) ValidateAll added in v1.0.3

func (m *GetConfigureRequest) ValidateAll() error

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

type GetConfigureRequestMultiError added in v1.0.3

type GetConfigureRequestMultiError []error

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

func (GetConfigureRequestMultiError) AllErrors added in v1.0.3

func (m GetConfigureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetConfigureRequestMultiError) Error added in v1.0.3

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

type GetConfigureRequestValidationError added in v1.0.3

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

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

func (GetConfigureRequestValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (GetConfigureRequestValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (GetConfigureRequestValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (GetConfigureRequestValidationError) Field added in v1.0.3

Field function returns field value.

func (GetConfigureRequestValidationError) Key added in v1.0.3

Key function returns key value.

func (GetConfigureRequestValidationError) Reason added in v1.0.3

Reason function returns reason value.

type GetEnvironmentTokenReply added in v1.0.1

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

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

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

Deprecated: Use GetEnvironmentTokenReply.ProtoReflect.Descriptor instead.

func (*GetEnvironmentTokenReply) GetToken added in v1.0.1

func (x *GetEnvironmentTokenReply) GetToken() string

func (*GetEnvironmentTokenReply) ProtoMessage added in v1.0.1

func (*GetEnvironmentTokenReply) ProtoMessage()

func (*GetEnvironmentTokenReply) ProtoReflect added in v1.0.1

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

func (*GetEnvironmentTokenReply) Reset added in v1.0.1

func (x *GetEnvironmentTokenReply) Reset()

func (*GetEnvironmentTokenReply) String added in v1.0.1

func (x *GetEnvironmentTokenReply) String() string

func (*GetEnvironmentTokenReply) Validate added in v1.0.1

func (m *GetEnvironmentTokenReply) Validate() error

Validate checks the field values on GetEnvironmentTokenReply 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 (*GetEnvironmentTokenReply) ValidateAll added in v1.0.1

func (m *GetEnvironmentTokenReply) ValidateAll() error

ValidateAll checks the field values on GetEnvironmentTokenReply 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 GetEnvironmentTokenReplyMultiError, or nil if none found.

type GetEnvironmentTokenReplyMultiError added in v1.0.1

type GetEnvironmentTokenReplyMultiError []error

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

func (GetEnvironmentTokenReplyMultiError) AllErrors added in v1.0.1

func (m GetEnvironmentTokenReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEnvironmentTokenReplyMultiError) Error added in v1.0.1

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

type GetEnvironmentTokenReplyValidationError added in v1.0.1

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

GetEnvironmentTokenReplyValidationError is the validation error returned by GetEnvironmentTokenReply.Validate if the designated constraints aren't met.

func (GetEnvironmentTokenReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (GetEnvironmentTokenReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (GetEnvironmentTokenReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (GetEnvironmentTokenReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (GetEnvironmentTokenReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (GetEnvironmentTokenReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type GetEnvironmentTokenRequest added in v1.0.1

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

获取指定环境token

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

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

Deprecated: Use GetEnvironmentTokenRequest.ProtoReflect.Descriptor instead.

func (*GetEnvironmentTokenRequest) GetId added in v1.0.1

func (*GetEnvironmentTokenRequest) ProtoMessage added in v1.0.1

func (*GetEnvironmentTokenRequest) ProtoMessage()

func (*GetEnvironmentTokenRequest) ProtoReflect added in v1.0.1

func (*GetEnvironmentTokenRequest) Reset added in v1.0.1

func (x *GetEnvironmentTokenRequest) Reset()

func (*GetEnvironmentTokenRequest) String added in v1.0.1

func (x *GetEnvironmentTokenRequest) String() string

func (*GetEnvironmentTokenRequest) Validate added in v1.0.1

func (m *GetEnvironmentTokenRequest) Validate() error

Validate checks the field values on GetEnvironmentTokenRequest 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 (*GetEnvironmentTokenRequest) ValidateAll added in v1.0.1

func (m *GetEnvironmentTokenRequest) ValidateAll() error

ValidateAll checks the field values on GetEnvironmentTokenRequest 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 GetEnvironmentTokenRequestMultiError, or nil if none found.

type GetEnvironmentTokenRequestMultiError added in v1.0.1

type GetEnvironmentTokenRequestMultiError []error

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

func (GetEnvironmentTokenRequestMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (GetEnvironmentTokenRequestMultiError) Error added in v1.0.1

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

type GetEnvironmentTokenRequestValidationError added in v1.0.1

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

GetEnvironmentTokenRequestValidationError is the validation error returned by GetEnvironmentTokenRequest.Validate if the designated constraints aren't met.

func (GetEnvironmentTokenRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (GetEnvironmentTokenRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (GetEnvironmentTokenRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (GetEnvironmentTokenRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (GetEnvironmentTokenRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (GetEnvironmentTokenRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type GetServerReply added in v1.0.1

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

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

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

Deprecated: Use GetServerReply.ProtoReflect.Descriptor instead.

func (*GetServerReply) GetServer added in v1.0.1

func (x *GetServerReply) GetServer() *Server

func (*GetServerReply) ProtoMessage added in v1.0.1

func (*GetServerReply) ProtoMessage()

func (*GetServerReply) ProtoReflect added in v1.0.1

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

func (*GetServerReply) Reset added in v1.0.1

func (x *GetServerReply) Reset()

func (*GetServerReply) String added in v1.0.1

func (x *GetServerReply) String() string

func (*GetServerReply) Validate added in v1.0.1

func (m *GetServerReply) Validate() error

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

func (*GetServerReply) ValidateAll added in v1.0.1

func (m *GetServerReply) ValidateAll() error

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

type GetServerReplyMultiError added in v1.0.1

type GetServerReplyMultiError []error

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

func (GetServerReplyMultiError) AllErrors added in v1.0.1

func (m GetServerReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetServerReplyMultiError) Error added in v1.0.1

func (m GetServerReplyMultiError) Error() string

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

type GetServerReplyValidationError added in v1.0.1

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

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

func (GetServerReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (GetServerReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (GetServerReplyValidationError) ErrorName added in v1.0.1

func (e GetServerReplyValidationError) ErrorName() string

ErrorName returns error name.

func (GetServerReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (GetServerReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (GetServerReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type GetServerRequest added in v1.0.1

type GetServerRequest struct {
	Id      *uint32 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	Keyword *string `protobuf:"bytes,2,opt,name=keyword,proto3,oneof" json:"keyword,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) GetKeyword added in v1.0.1

func (x *GetServerRequest) GetKeyword() string

func (*GetServerRequest) ProtoMessage added in v1.0.1

func (*GetServerRequest) ProtoMessage()

func (*GetServerRequest) ProtoReflect added in v1.0.1

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

func (*GetServerRequest) Reset added in v1.0.1

func (x *GetServerRequest) Reset()

func (*GetServerRequest) String added in v1.0.1

func (x *GetServerRequest) String() string

func (*GetServerRequest) Validate added in v1.0.1

func (m *GetServerRequest) Validate() error

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

func (*GetServerRequest) ValidateAll added in v1.0.1

func (m *GetServerRequest) ValidateAll() error

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

type GetServerRequestMultiError added in v1.0.1

type GetServerRequestMultiError []error

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

func (GetServerRequestMultiError) AllErrors added in v1.0.1

func (m GetServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetServerRequestMultiError) Error added in v1.0.1

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

type GetServerRequestValidationError added in v1.0.1

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

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

func (GetServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (GetServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (GetServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (GetServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (GetServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (GetServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type GetTemplateReply added in v1.0.1

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

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

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

Deprecated: Use GetTemplateReply.ProtoReflect.Descriptor instead.

func (*GetTemplateReply) GetContent added in v1.0.1

func (x *GetTemplateReply) GetContent() string

func (*GetTemplateReply) GetDescription added in v1.0.1

func (x *GetTemplateReply) GetDescription() string

func (*GetTemplateReply) GetId added in v1.0.1

func (x *GetTemplateReply) GetId() uint32

func (*GetTemplateReply) GetIsUse added in v1.0.1

func (x *GetTemplateReply) GetIsUse() bool

func (*GetTemplateReply) GetOperator added in v1.0.1

func (x *GetTemplateReply) GetOperator() string

func (*GetTemplateReply) GetOperatorId added in v1.0.1

func (x *GetTemplateReply) GetOperatorId() uint32

func (*GetTemplateReply) GetServerId added in v1.0.1

func (x *GetTemplateReply) GetServerId() uint32

func (*GetTemplateReply) GetVersion added in v1.0.1

func (x *GetTemplateReply) GetVersion() string

func (*GetTemplateReply) ProtoMessage added in v1.0.1

func (*GetTemplateReply) ProtoMessage()

func (*GetTemplateReply) ProtoReflect added in v1.0.1

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

func (*GetTemplateReply) Reset added in v1.0.1

func (x *GetTemplateReply) Reset()

func (*GetTemplateReply) String added in v1.0.1

func (x *GetTemplateReply) String() string

func (*GetTemplateReply) Validate added in v1.0.1

func (m *GetTemplateReply) Validate() error

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

func (*GetTemplateReply) ValidateAll added in v1.0.1

func (m *GetTemplateReply) ValidateAll() error

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

type GetTemplateReplyMultiError added in v1.0.1

type GetTemplateReplyMultiError []error

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

func (GetTemplateReplyMultiError) AllErrors added in v1.0.1

func (m GetTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTemplateReplyMultiError) Error added in v1.0.1

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

type GetTemplateReplyValidationError added in v1.0.1

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

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

func (GetTemplateReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (GetTemplateReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (GetTemplateReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (GetTemplateReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (GetTemplateReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (GetTemplateReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type GetTemplateRequest added in v1.0.1

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

查询指定模板

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

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

Deprecated: Use GetTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetTemplateRequest) GetId added in v1.0.1

func (x *GetTemplateRequest) GetId() uint32

func (*GetTemplateRequest) ProtoMessage added in v1.0.1

func (*GetTemplateRequest) ProtoMessage()

func (*GetTemplateRequest) ProtoReflect added in v1.0.1

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

func (*GetTemplateRequest) Reset added in v1.0.1

func (x *GetTemplateRequest) Reset()

func (*GetTemplateRequest) String added in v1.0.1

func (x *GetTemplateRequest) String() string

func (*GetTemplateRequest) Validate added in v1.0.1

func (m *GetTemplateRequest) Validate() error

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

func (*GetTemplateRequest) ValidateAll added in v1.0.1

func (m *GetTemplateRequest) ValidateAll() error

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

type GetTemplateRequestMultiError added in v1.0.1

type GetTemplateRequestMultiError []error

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

func (GetTemplateRequestMultiError) AllErrors added in v1.0.1

func (m GetTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTemplateRequestMultiError) Error added in v1.0.1

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

type GetTemplateRequestValidationError added in v1.0.1

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

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

func (GetTemplateRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (GetTemplateRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (GetTemplateRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (GetTemplateRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (GetTemplateRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (GetTemplateRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type LoginReply added in v1.0.7

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

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

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

Deprecated: Use LoginReply.ProtoReflect.Descriptor instead.

func (*LoginReply) GetToken added in v1.0.7

func (x *LoginReply) GetToken() string

func (*LoginReply) ProtoMessage added in v1.0.7

func (*LoginReply) ProtoMessage()

func (*LoginReply) ProtoReflect added in v1.0.7

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

func (*LoginReply) Reset added in v1.0.7

func (x *LoginReply) Reset()

func (*LoginReply) String added in v1.0.7

func (x *LoginReply) String() string

func (*LoginReply) Validate added in v1.0.7

func (m *LoginReply) Validate() error

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

func (*LoginReply) ValidateAll added in v1.0.7

func (m *LoginReply) ValidateAll() error

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

type LoginReplyMultiError added in v1.0.7

type LoginReplyMultiError []error

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

func (LoginReplyMultiError) AllErrors added in v1.0.7

func (m LoginReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginReplyMultiError) Error added in v1.0.7

func (m LoginReplyMultiError) Error() string

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

type LoginReplyValidationError added in v1.0.7

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

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

func (LoginReplyValidationError) Cause added in v1.0.7

func (e LoginReplyValidationError) Cause() error

Cause function returns cause value.

func (LoginReplyValidationError) Error added in v1.0.7

Error satisfies the builtin error interface

func (LoginReplyValidationError) ErrorName added in v1.0.7

func (e LoginReplyValidationError) ErrorName() string

ErrorName returns error name.

func (LoginReplyValidationError) Field added in v1.0.7

Field function returns field value.

func (LoginReplyValidationError) Key added in v1.0.7

Key function returns key value.

func (LoginReplyValidationError) Reason added in v1.0.7

func (e LoginReplyValidationError) Reason() string

Reason function returns reason value.

type LoginRequest added in v1.0.7

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

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

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

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetPassword added in v1.0.7

func (x *LoginRequest) GetPassword() string

func (*LoginRequest) GetUsername added in v1.0.7

func (x *LoginRequest) GetUsername() string

func (*LoginRequest) ProtoMessage added in v1.0.7

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect added in v1.0.7

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

func (*LoginRequest) Reset added in v1.0.7

func (x *LoginRequest) Reset()

func (*LoginRequest) String added in v1.0.7

func (x *LoginRequest) String() string

func (*LoginRequest) Validate added in v1.0.7

func (m *LoginRequest) Validate() error

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

func (*LoginRequest) ValidateAll added in v1.0.7

func (m *LoginRequest) ValidateAll() error

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

type LoginRequestMultiError added in v1.0.7

type LoginRequestMultiError []error

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

func (LoginRequestMultiError) AllErrors added in v1.0.7

func (m LoginRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginRequestMultiError) Error added in v1.0.7

func (m LoginRequestMultiError) Error() string

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

type LoginRequestValidationError added in v1.0.7

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

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

func (LoginRequestValidationError) Cause added in v1.0.7

Cause function returns cause value.

func (LoginRequestValidationError) Error added in v1.0.7

Error satisfies the builtin error interface

func (LoginRequestValidationError) ErrorName added in v1.0.7

func (e LoginRequestValidationError) ErrorName() string

ErrorName returns error name.

func (LoginRequestValidationError) Field added in v1.0.7

Field function returns field value.

func (LoginRequestValidationError) Key added in v1.0.7

Key function returns key value.

func (LoginRequestValidationError) Reason added in v1.0.7

Reason function returns reason value.

type PageBusinessReply added in v1.0.1

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

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

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

Deprecated: Use PageBusinessReply.ProtoReflect.Descriptor instead.

func (*PageBusinessReply) GetList added in v1.0.1

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

func (*PageBusinessReply) GetTotal added in v1.0.1

func (x *PageBusinessReply) GetTotal() uint32

func (*PageBusinessReply) ProtoMessage added in v1.0.1

func (*PageBusinessReply) ProtoMessage()

func (*PageBusinessReply) ProtoReflect added in v1.0.1

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

func (*PageBusinessReply) Reset added in v1.0.1

func (x *PageBusinessReply) Reset()

func (*PageBusinessReply) String added in v1.0.1

func (x *PageBusinessReply) String() string

func (*PageBusinessReply) Validate added in v1.0.1

func (m *PageBusinessReply) Validate() error

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

func (*PageBusinessReply) ValidateAll added in v1.0.1

func (m *PageBusinessReply) ValidateAll() error

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

type PageBusinessReplyMultiError added in v1.0.1

type PageBusinessReplyMultiError []error

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

func (PageBusinessReplyMultiError) AllErrors added in v1.0.1

func (m PageBusinessReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageBusinessReplyMultiError) Error added in v1.0.1

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

type PageBusinessReplyValidationError added in v1.0.1

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

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

func (PageBusinessReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageBusinessReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageBusinessReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageBusinessReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (PageBusinessReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (PageBusinessReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageBusinessRequest added in v1.0.1

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

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

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

Deprecated: Use PageBusinessRequest.ProtoReflect.Descriptor instead.

func (*PageBusinessRequest) GetKeyword added in v1.0.1

func (x *PageBusinessRequest) GetKeyword() string

func (*PageBusinessRequest) GetPage added in v1.0.1

func (x *PageBusinessRequest) GetPage() uint32

func (*PageBusinessRequest) GetPageSize added in v1.0.1

func (x *PageBusinessRequest) GetPageSize() uint32

func (*PageBusinessRequest) GetServerId added in v1.0.6

func (x *PageBusinessRequest) GetServerId() uint32

func (*PageBusinessRequest) ProtoMessage added in v1.0.1

func (*PageBusinessRequest) ProtoMessage()

func (*PageBusinessRequest) ProtoReflect added in v1.0.1

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

func (*PageBusinessRequest) Reset added in v1.0.1

func (x *PageBusinessRequest) Reset()

func (*PageBusinessRequest) String added in v1.0.1

func (x *PageBusinessRequest) String() string

func (*PageBusinessRequest) Validate added in v1.0.1

func (m *PageBusinessRequest) Validate() error

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

func (*PageBusinessRequest) ValidateAll added in v1.0.1

func (m *PageBusinessRequest) ValidateAll() error

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

type PageBusinessRequestMultiError added in v1.0.1

type PageBusinessRequestMultiError []error

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

func (PageBusinessRequestMultiError) AllErrors added in v1.0.1

func (m PageBusinessRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageBusinessRequestMultiError) Error added in v1.0.1

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

type PageBusinessRequestValidationError added in v1.0.1

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

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

func (PageBusinessRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageBusinessRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageBusinessRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageBusinessRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (PageBusinessRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (PageBusinessRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageResourceReply added in v1.0.1

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

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

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

Deprecated: Use PageResourceReply.ProtoReflect.Descriptor instead.

func (*PageResourceReply) GetList added in v1.0.1

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

func (*PageResourceReply) GetTotal added in v1.0.1

func (x *PageResourceReply) GetTotal() uint32

func (*PageResourceReply) ProtoMessage added in v1.0.1

func (*PageResourceReply) ProtoMessage()

func (*PageResourceReply) ProtoReflect added in v1.0.1

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

func (*PageResourceReply) Reset added in v1.0.1

func (x *PageResourceReply) Reset()

func (*PageResourceReply) String added in v1.0.1

func (x *PageResourceReply) String() string

func (*PageResourceReply) Validate added in v1.0.1

func (m *PageResourceReply) Validate() error

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

func (*PageResourceReply) ValidateAll added in v1.0.1

func (m *PageResourceReply) ValidateAll() error

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

type PageResourceReplyMultiError added in v1.0.1

type PageResourceReplyMultiError []error

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

func (PageResourceReplyMultiError) AllErrors added in v1.0.1

func (m PageResourceReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageResourceReplyMultiError) Error added in v1.0.1

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

type PageResourceReplyValidationError added in v1.0.1

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

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

func (PageResourceReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageResourceReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageResourceReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageResourceReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (PageResourceReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (PageResourceReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageResourceRequest added in v1.0.1

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

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

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

Deprecated: Use PageResourceRequest.ProtoReflect.Descriptor instead.

func (*PageResourceRequest) GetKeyword added in v1.0.1

func (x *PageResourceRequest) GetKeyword() string

func (*PageResourceRequest) GetPage added in v1.0.1

func (x *PageResourceRequest) GetPage() uint32

func (*PageResourceRequest) GetPageSize added in v1.0.1

func (x *PageResourceRequest) GetPageSize() uint32

func (*PageResourceRequest) GetTag added in v1.0.1

func (x *PageResourceRequest) GetTag() string

func (*PageResourceRequest) ProtoMessage added in v1.0.1

func (*PageResourceRequest) ProtoMessage()

func (*PageResourceRequest) ProtoReflect added in v1.0.1

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

func (*PageResourceRequest) Reset added in v1.0.1

func (x *PageResourceRequest) Reset()

func (*PageResourceRequest) String added in v1.0.1

func (x *PageResourceRequest) String() string

func (*PageResourceRequest) Validate added in v1.0.1

func (m *PageResourceRequest) Validate() error

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

func (*PageResourceRequest) ValidateAll added in v1.0.1

func (m *PageResourceRequest) ValidateAll() error

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

type PageResourceRequestMultiError added in v1.0.1

type PageResourceRequestMultiError []error

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

func (PageResourceRequestMultiError) AllErrors added in v1.0.1

func (m PageResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageResourceRequestMultiError) Error added in v1.0.1

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

type PageResourceRequestValidationError added in v1.0.1

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

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

func (PageResourceRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageResourceRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageResourceRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageResourceRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (PageResourceRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (PageResourceRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageServerReply added in v1.0.1

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

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

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

Deprecated: Use PageServerReply.ProtoReflect.Descriptor instead.

func (*PageServerReply) GetList added in v1.0.1

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

func (*PageServerReply) GetTotal added in v1.0.1

func (x *PageServerReply) GetTotal() uint32

func (*PageServerReply) ProtoMessage added in v1.0.1

func (*PageServerReply) ProtoMessage()

func (*PageServerReply) ProtoReflect added in v1.0.1

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

func (*PageServerReply) Reset added in v1.0.1

func (x *PageServerReply) Reset()

func (*PageServerReply) String added in v1.0.1

func (x *PageServerReply) String() string

func (*PageServerReply) Validate added in v1.0.1

func (m *PageServerReply) Validate() error

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

func (*PageServerReply) ValidateAll added in v1.0.1

func (m *PageServerReply) ValidateAll() error

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

type PageServerReplyMultiError added in v1.0.1

type PageServerReplyMultiError []error

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

func (PageServerReplyMultiError) AllErrors added in v1.0.1

func (m PageServerReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageServerReplyMultiError) Error added in v1.0.1

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

type PageServerReplyValidationError added in v1.0.1

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

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

func (PageServerReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageServerReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageServerReplyValidationError) ErrorName added in v1.0.1

func (e PageServerReplyValidationError) ErrorName() string

ErrorName returns error name.

func (PageServerReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (PageServerReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (PageServerReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageServerRequest added in v1.0.1

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

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

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

Deprecated: Use PageServerRequest.ProtoReflect.Descriptor instead.

func (*PageServerRequest) GetKeyword added in v1.0.1

func (x *PageServerRequest) GetKeyword() string

func (*PageServerRequest) GetPage added in v1.0.1

func (x *PageServerRequest) GetPage() uint32

func (*PageServerRequest) GetPageSize added in v1.0.1

func (x *PageServerRequest) GetPageSize() uint32

func (*PageServerRequest) ProtoMessage added in v1.0.1

func (*PageServerRequest) ProtoMessage()

func (*PageServerRequest) ProtoReflect added in v1.0.1

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

func (*PageServerRequest) Reset added in v1.0.1

func (x *PageServerRequest) Reset()

func (*PageServerRequest) String added in v1.0.1

func (x *PageServerRequest) String() string

func (*PageServerRequest) Validate added in v1.0.1

func (m *PageServerRequest) Validate() error

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

func (*PageServerRequest) ValidateAll added in v1.0.1

func (m *PageServerRequest) ValidateAll() error

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

type PageServerRequestMultiError added in v1.0.1

type PageServerRequestMultiError []error

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

func (PageServerRequestMultiError) AllErrors added in v1.0.1

func (m PageServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageServerRequestMultiError) Error added in v1.0.1

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

type PageServerRequestValidationError added in v1.0.1

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

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

func (PageServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (PageServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (PageServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageServerResourceReply added in v1.0.6

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

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

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

Deprecated: Use PageServerResourceReply.ProtoReflect.Descriptor instead.

func (*PageServerResourceReply) GetList added in v1.0.6

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

func (*PageServerResourceReply) GetTotal added in v1.0.6

func (x *PageServerResourceReply) GetTotal() uint32

func (*PageServerResourceReply) ProtoMessage added in v1.0.6

func (*PageServerResourceReply) ProtoMessage()

func (*PageServerResourceReply) ProtoReflect added in v1.0.6

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

func (*PageServerResourceReply) Reset added in v1.0.6

func (x *PageServerResourceReply) Reset()

func (*PageServerResourceReply) String added in v1.0.6

func (x *PageServerResourceReply) String() string

func (*PageServerResourceReply) Validate added in v1.0.6

func (m *PageServerResourceReply) Validate() error

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

func (*PageServerResourceReply) ValidateAll added in v1.0.6

func (m *PageServerResourceReply) ValidateAll() error

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

type PageServerResourceReplyMultiError added in v1.0.6

type PageServerResourceReplyMultiError []error

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

func (PageServerResourceReplyMultiError) AllErrors added in v1.0.6

func (m PageServerResourceReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageServerResourceReplyMultiError) Error added in v1.0.6

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

type PageServerResourceReplyValidationError added in v1.0.6

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

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

func (PageServerResourceReplyValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (PageServerResourceReplyValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (PageServerResourceReplyValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (PageServerResourceReplyValidationError) Field added in v1.0.6

Field function returns field value.

func (PageServerResourceReplyValidationError) Key added in v1.0.6

Key function returns key value.

func (PageServerResourceReplyValidationError) Reason added in v1.0.6

Reason function returns reason value.

type PageServerResourceRequest added in v1.0.6

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

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

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

Deprecated: Use PageServerResourceRequest.ProtoReflect.Descriptor instead.

func (*PageServerResourceRequest) GetPage added in v1.0.6

func (x *PageServerResourceRequest) GetPage() uint32

func (*PageServerResourceRequest) GetPageSize added in v1.0.6

func (x *PageServerResourceRequest) GetPageSize() uint32

func (*PageServerResourceRequest) GetServerId added in v1.0.6

func (x *PageServerResourceRequest) GetServerId() uint32

func (*PageServerResourceRequest) ProtoMessage added in v1.0.6

func (*PageServerResourceRequest) ProtoMessage()

func (*PageServerResourceRequest) ProtoReflect added in v1.0.6

func (*PageServerResourceRequest) Reset added in v1.0.6

func (x *PageServerResourceRequest) Reset()

func (*PageServerResourceRequest) String added in v1.0.6

func (x *PageServerResourceRequest) String() string

func (*PageServerResourceRequest) Validate added in v1.0.6

func (m *PageServerResourceRequest) Validate() error

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

func (*PageServerResourceRequest) ValidateAll added in v1.0.6

func (m *PageServerResourceRequest) ValidateAll() error

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

type PageServerResourceRequestMultiError added in v1.0.6

type PageServerResourceRequestMultiError []error

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

func (PageServerResourceRequestMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (PageServerResourceRequestMultiError) Error added in v1.0.6

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

type PageServerResourceRequestValidationError added in v1.0.6

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

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

func (PageServerResourceRequestValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (PageServerResourceRequestValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (PageServerResourceRequestValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (PageServerResourceRequestValidationError) Field added in v1.0.6

Field function returns field value.

func (PageServerResourceRequestValidationError) Key added in v1.0.6

Key function returns key value.

func (PageServerResourceRequestValidationError) Reason added in v1.0.6

Reason function returns reason value.

type PageTemplateReply added in v1.0.1

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

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

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

Deprecated: Use PageTemplateReply.ProtoReflect.Descriptor instead.

func (*PageTemplateReply) GetList added in v1.0.1

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

func (*PageTemplateReply) GetTotal added in v1.0.1

func (x *PageTemplateReply) GetTotal() uint32

func (*PageTemplateReply) ProtoMessage added in v1.0.1

func (*PageTemplateReply) ProtoMessage()

func (*PageTemplateReply) ProtoReflect added in v1.0.1

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

func (*PageTemplateReply) Reset added in v1.0.1

func (x *PageTemplateReply) Reset()

func (*PageTemplateReply) String added in v1.0.1

func (x *PageTemplateReply) String() string

func (*PageTemplateReply) Validate added in v1.0.1

func (m *PageTemplateReply) Validate() error

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

func (*PageTemplateReply) ValidateAll added in v1.0.1

func (m *PageTemplateReply) ValidateAll() error

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

type PageTemplateReplyMultiError added in v1.0.1

type PageTemplateReplyMultiError []error

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

func (PageTemplateReplyMultiError) AllErrors added in v1.0.1

func (m PageTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageTemplateReplyMultiError) Error added in v1.0.1

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

type PageTemplateReplyValidationError added in v1.0.1

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

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

func (PageTemplateReplyValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageTemplateReplyValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageTemplateReplyValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageTemplateReplyValidationError) Field added in v1.0.1

Field function returns field value.

func (PageTemplateReplyValidationError) Key added in v1.0.1

Key function returns key value.

func (PageTemplateReplyValidationError) Reason added in v1.0.1

Reason function returns reason value.

type PageTemplateRequest added in v1.0.1

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

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

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

Deprecated: Use PageTemplateRequest.ProtoReflect.Descriptor instead.

func (*PageTemplateRequest) GetPage added in v1.0.1

func (x *PageTemplateRequest) GetPage() uint32

func (*PageTemplateRequest) GetPageSize added in v1.0.1

func (x *PageTemplateRequest) GetPageSize() uint32

func (*PageTemplateRequest) GetServerId added in v1.0.1

func (x *PageTemplateRequest) GetServerId() uint32

func (*PageTemplateRequest) ProtoMessage added in v1.0.1

func (*PageTemplateRequest) ProtoMessage()

func (*PageTemplateRequest) ProtoReflect added in v1.0.1

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

func (*PageTemplateRequest) Reset added in v1.0.1

func (x *PageTemplateRequest) Reset()

func (*PageTemplateRequest) String added in v1.0.1

func (x *PageTemplateRequest) String() string

func (*PageTemplateRequest) Validate added in v1.0.1

func (m *PageTemplateRequest) Validate() error

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

func (*PageTemplateRequest) ValidateAll added in v1.0.1

func (m *PageTemplateRequest) ValidateAll() error

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

type PageTemplateRequestMultiError added in v1.0.1

type PageTemplateRequestMultiError []error

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

func (PageTemplateRequestMultiError) AllErrors added in v1.0.1

func (m PageTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PageTemplateRequestMultiError) Error added in v1.0.1

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

type PageTemplateRequestValidationError added in v1.0.1

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

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

func (PageTemplateRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (PageTemplateRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (PageTemplateRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (PageTemplateRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (PageTemplateRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (PageTemplateRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type ParseTemplatePreviewReply added in v1.0.6

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

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

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

Deprecated: Use ParseTemplatePreviewReply.ProtoReflect.Descriptor instead.

func (*ParseTemplatePreviewReply) GetContent added in v1.0.6

func (x *ParseTemplatePreviewReply) GetContent() string

func (*ParseTemplatePreviewReply) ProtoMessage added in v1.0.6

func (*ParseTemplatePreviewReply) ProtoMessage()

func (*ParseTemplatePreviewReply) ProtoReflect added in v1.0.6

func (*ParseTemplatePreviewReply) Reset added in v1.0.6

func (x *ParseTemplatePreviewReply) Reset()

func (*ParseTemplatePreviewReply) String added in v1.0.6

func (x *ParseTemplatePreviewReply) String() string

func (*ParseTemplatePreviewReply) Validate added in v1.0.6

func (m *ParseTemplatePreviewReply) Validate() error

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

func (*ParseTemplatePreviewReply) ValidateAll added in v1.0.6

func (m *ParseTemplatePreviewReply) ValidateAll() error

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

type ParseTemplatePreviewReplyMultiError added in v1.0.6

type ParseTemplatePreviewReplyMultiError []error

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

func (ParseTemplatePreviewReplyMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (ParseTemplatePreviewReplyMultiError) Error added in v1.0.6

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

type ParseTemplatePreviewReplyValidationError added in v1.0.6

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

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

func (ParseTemplatePreviewReplyValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (ParseTemplatePreviewReplyValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (ParseTemplatePreviewReplyValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (ParseTemplatePreviewReplyValidationError) Field added in v1.0.6

Field function returns field value.

func (ParseTemplatePreviewReplyValidationError) Key added in v1.0.6

Key function returns key value.

func (ParseTemplatePreviewReplyValidationError) Reason added in v1.0.6

Reason function returns reason value.

type ParseTemplatePreviewRequest added in v1.0.6

type ParseTemplatePreviewRequest struct {
	Content    string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	EnvKeyword string `protobuf:"bytes,2,opt,name=env_keyword,json=envKeyword,proto3" json:"env_keyword,omitempty"`
	ServerId   uint32 `protobuf:"varint,3,opt,name=server_id,json=serverId,proto3" json:"server_id,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) GetEnvKeyword added in v1.0.6

func (x *ParseTemplatePreviewRequest) GetEnvKeyword() string

func (*ParseTemplatePreviewRequest) GetServerId added in v1.0.6

func (x *ParseTemplatePreviewRequest) GetServerId() uint32

func (*ParseTemplatePreviewRequest) ProtoMessage added in v1.0.6

func (*ParseTemplatePreviewRequest) ProtoMessage()

func (*ParseTemplatePreviewRequest) ProtoReflect added in v1.0.6

func (*ParseTemplatePreviewRequest) Reset added in v1.0.6

func (x *ParseTemplatePreviewRequest) Reset()

func (*ParseTemplatePreviewRequest) String added in v1.0.6

func (x *ParseTemplatePreviewRequest) String() string

func (*ParseTemplatePreviewRequest) Validate added in v1.0.6

func (m *ParseTemplatePreviewRequest) Validate() error

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

func (*ParseTemplatePreviewRequest) ValidateAll added in v1.0.6

func (m *ParseTemplatePreviewRequest) ValidateAll() error

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

type ParseTemplatePreviewRequestMultiError added in v1.0.6

type ParseTemplatePreviewRequestMultiError []error

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

func (ParseTemplatePreviewRequestMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (ParseTemplatePreviewRequestMultiError) Error added in v1.0.6

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

type ParseTemplatePreviewRequestValidationError added in v1.0.6

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

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

func (ParseTemplatePreviewRequestValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (ParseTemplatePreviewRequestValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (ParseTemplatePreviewRequestValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (ParseTemplatePreviewRequestValidationError) Field added in v1.0.6

Field function returns field value.

func (ParseTemplatePreviewRequestValidationError) Key added in v1.0.6

Key function returns key value.

func (ParseTemplatePreviewRequestValidationError) Reason added in v1.0.6

Reason function returns reason value.

type ParseTemplateReply added in v1.0.3

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

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

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

Deprecated: Use ParseTemplateReply.ProtoReflect.Descriptor instead.

func (*ParseTemplateReply) GetContent added in v1.0.3

func (x *ParseTemplateReply) GetContent() string

func (*ParseTemplateReply) GetFormat added in v1.0.3

func (x *ParseTemplateReply) GetFormat() string

func (*ParseTemplateReply) ProtoMessage added in v1.0.3

func (*ParseTemplateReply) ProtoMessage()

func (*ParseTemplateReply) ProtoReflect added in v1.0.3

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

func (*ParseTemplateReply) Reset added in v1.0.3

func (x *ParseTemplateReply) Reset()

func (*ParseTemplateReply) String added in v1.0.3

func (x *ParseTemplateReply) String() string

func (*ParseTemplateReply) Validate added in v1.0.3

func (m *ParseTemplateReply) Validate() error

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

func (*ParseTemplateReply) ValidateAll added in v1.0.3

func (m *ParseTemplateReply) ValidateAll() error

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

type ParseTemplateReplyMultiError added in v1.0.3

type ParseTemplateReplyMultiError []error

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

func (ParseTemplateReplyMultiError) AllErrors added in v1.0.3

func (m ParseTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParseTemplateReplyMultiError) Error added in v1.0.3

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

type ParseTemplateReplyValidationError added in v1.0.3

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

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

func (ParseTemplateReplyValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (ParseTemplateReplyValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (ParseTemplateReplyValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (ParseTemplateReplyValidationError) Field added in v1.0.3

Field function returns field value.

func (ParseTemplateReplyValidationError) Key added in v1.0.3

Key function returns key value.

func (ParseTemplateReplyValidationError) Reason added in v1.0.3

Reason function returns reason value.

type ParseTemplateRequest added in v1.0.3

type ParseTemplateRequest struct {
	ServerId   uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	EnvKeyword string `protobuf:"bytes,2,opt,name=env_keyword,json=envKeyword,proto3" json:"env_keyword,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) GetEnvKeyword added in v1.0.6

func (x *ParseTemplateRequest) GetEnvKeyword() string

func (*ParseTemplateRequest) GetServerId added in v1.0.3

func (x *ParseTemplateRequest) GetServerId() uint32

func (*ParseTemplateRequest) ProtoMessage added in v1.0.3

func (*ParseTemplateRequest) ProtoMessage()

func (*ParseTemplateRequest) ProtoReflect added in v1.0.3

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

func (*ParseTemplateRequest) Reset added in v1.0.3

func (x *ParseTemplateRequest) Reset()

func (*ParseTemplateRequest) String added in v1.0.3

func (x *ParseTemplateRequest) String() string

func (*ParseTemplateRequest) Validate added in v1.0.3

func (m *ParseTemplateRequest) Validate() error

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

func (*ParseTemplateRequest) ValidateAll added in v1.0.3

func (m *ParseTemplateRequest) ValidateAll() error

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

type ParseTemplateRequestMultiError added in v1.0.3

type ParseTemplateRequestMultiError []error

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

func (ParseTemplateRequestMultiError) AllErrors added in v1.0.3

func (m ParseTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParseTemplateRequestMultiError) Error added in v1.0.3

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

type ParseTemplateRequestValidationError added in v1.0.3

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

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

func (ParseTemplateRequestValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (ParseTemplateRequestValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (ParseTemplateRequestValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (ParseTemplateRequestValidationError) Field added in v1.0.3

Field function returns field value.

func (ParseTemplateRequestValidationError) Key added in v1.0.3

Key function returns key value.

func (ParseTemplateRequestValidationError) Reason added in v1.0.3

Reason function returns reason value.

type RefreshTokenReply added in v1.0.7

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

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

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

Deprecated: Use RefreshTokenReply.ProtoReflect.Descriptor instead.

func (*RefreshTokenReply) GetToken added in v1.0.7

func (x *RefreshTokenReply) GetToken() string

func (*RefreshTokenReply) ProtoMessage added in v1.0.7

func (*RefreshTokenReply) ProtoMessage()

func (*RefreshTokenReply) ProtoReflect added in v1.0.7

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

func (*RefreshTokenReply) Reset added in v1.0.7

func (x *RefreshTokenReply) Reset()

func (*RefreshTokenReply) String added in v1.0.7

func (x *RefreshTokenReply) String() string

func (*RefreshTokenReply) Validate added in v1.0.7

func (m *RefreshTokenReply) Validate() error

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

func (*RefreshTokenReply) ValidateAll added in v1.0.7

func (m *RefreshTokenReply) ValidateAll() error

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

type RefreshTokenReplyMultiError added in v1.0.7

type RefreshTokenReplyMultiError []error

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

func (RefreshTokenReplyMultiError) AllErrors added in v1.0.7

func (m RefreshTokenReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTokenReplyMultiError) Error added in v1.0.7

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

type RefreshTokenReplyValidationError added in v1.0.7

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

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

func (RefreshTokenReplyValidationError) Cause added in v1.0.7

Cause function returns cause value.

func (RefreshTokenReplyValidationError) Error added in v1.0.7

Error satisfies the builtin error interface

func (RefreshTokenReplyValidationError) ErrorName added in v1.0.7

ErrorName returns error name.

func (RefreshTokenReplyValidationError) Field added in v1.0.7

Field function returns field value.

func (RefreshTokenReplyValidationError) Key added in v1.0.7

Key function returns key value.

func (RefreshTokenReplyValidationError) Reason added in v1.0.7

Reason function returns reason value.

type ResetEnvironmentTokenReply added in v1.0.6

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

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

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

Deprecated: Use ResetEnvironmentTokenReply.ProtoReflect.Descriptor instead.

func (*ResetEnvironmentTokenReply) GetToken added in v1.0.6

func (x *ResetEnvironmentTokenReply) GetToken() string

func (*ResetEnvironmentTokenReply) ProtoMessage added in v1.0.6

func (*ResetEnvironmentTokenReply) ProtoMessage()

func (*ResetEnvironmentTokenReply) ProtoReflect added in v1.0.6

func (*ResetEnvironmentTokenReply) Reset added in v1.0.6

func (x *ResetEnvironmentTokenReply) Reset()

func (*ResetEnvironmentTokenReply) String added in v1.0.6

func (x *ResetEnvironmentTokenReply) String() string

func (*ResetEnvironmentTokenReply) Validate added in v1.0.6

func (m *ResetEnvironmentTokenReply) Validate() error

Validate checks the field values on ResetEnvironmentTokenReply 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 (*ResetEnvironmentTokenReply) ValidateAll added in v1.0.6

func (m *ResetEnvironmentTokenReply) ValidateAll() error

ValidateAll checks the field values on ResetEnvironmentTokenReply 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 ResetEnvironmentTokenReplyMultiError, or nil if none found.

type ResetEnvironmentTokenReplyMultiError added in v1.0.6

type ResetEnvironmentTokenReplyMultiError []error

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

func (ResetEnvironmentTokenReplyMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (ResetEnvironmentTokenReplyMultiError) Error added in v1.0.6

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

type ResetEnvironmentTokenReplyValidationError added in v1.0.6

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

ResetEnvironmentTokenReplyValidationError is the validation error returned by ResetEnvironmentTokenReply.Validate if the designated constraints aren't met.

func (ResetEnvironmentTokenReplyValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (ResetEnvironmentTokenReplyValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (ResetEnvironmentTokenReplyValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (ResetEnvironmentTokenReplyValidationError) Field added in v1.0.6

Field function returns field value.

func (ResetEnvironmentTokenReplyValidationError) Key added in v1.0.6

Key function returns key value.

func (ResetEnvironmentTokenReplyValidationError) Reason added in v1.0.6

Reason function returns reason value.

type ResetEnvironmentTokenRequest added in v1.0.1

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

重置token

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

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

Deprecated: Use ResetEnvironmentTokenRequest.ProtoReflect.Descriptor instead.

func (*ResetEnvironmentTokenRequest) GetId added in v1.0.1

func (*ResetEnvironmentTokenRequest) ProtoMessage added in v1.0.1

func (*ResetEnvironmentTokenRequest) ProtoMessage()

func (*ResetEnvironmentTokenRequest) ProtoReflect added in v1.0.1

func (*ResetEnvironmentTokenRequest) Reset added in v1.0.1

func (x *ResetEnvironmentTokenRequest) Reset()

func (*ResetEnvironmentTokenRequest) String added in v1.0.1

func (*ResetEnvironmentTokenRequest) Validate added in v1.0.1

func (m *ResetEnvironmentTokenRequest) Validate() error

Validate checks the field values on ResetEnvironmentTokenRequest 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 (*ResetEnvironmentTokenRequest) ValidateAll added in v1.0.1

func (m *ResetEnvironmentTokenRequest) ValidateAll() error

ValidateAll checks the field values on ResetEnvironmentTokenRequest 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 ResetEnvironmentTokenRequestMultiError, or nil if none found.

type ResetEnvironmentTokenRequestMultiError added in v1.0.1

type ResetEnvironmentTokenRequestMultiError []error

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

func (ResetEnvironmentTokenRequestMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (ResetEnvironmentTokenRequestMultiError) Error added in v1.0.1

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

type ResetEnvironmentTokenRequestValidationError added in v1.0.1

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

ResetEnvironmentTokenRequestValidationError is the validation error returned by ResetEnvironmentTokenRequest.Validate if the designated constraints aren't met.

func (ResetEnvironmentTokenRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (ResetEnvironmentTokenRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (ResetEnvironmentTokenRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (ResetEnvironmentTokenRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (ResetEnvironmentTokenRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (ResetEnvironmentTokenRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type Resource added in v1.0.1

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

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

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetCreatedAt added in v1.0.6

func (x *Resource) GetCreatedAt() uint32

func (*Resource) GetDescription added in v1.0.1

func (x *Resource) GetDescription() string

func (*Resource) GetFields added in v1.0.1

func (x *Resource) GetFields() string

func (*Resource) GetId added in v1.0.1

func (x *Resource) GetId() uint32

func (*Resource) GetKeyword added in v1.0.1

func (x *Resource) GetKeyword() string

func (*Resource) GetPrivate added in v1.0.6

func (x *Resource) GetPrivate() bool

func (*Resource) GetTag added in v1.0.1

func (x *Resource) GetTag() string

func (*Resource) GetUpdatedAt added in v1.0.6

func (x *Resource) GetUpdatedAt() uint32

func (*Resource) ProtoMessage added in v1.0.1

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect added in v1.0.1

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

func (*Resource) Reset added in v1.0.1

func (x *Resource) Reset()

func (*Resource) String added in v1.0.1

func (x *Resource) String() string

func (*Resource) Validate added in v1.0.1

func (m *Resource) Validate() error

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

func (*Resource) ValidateAll added in v1.0.1

func (m *Resource) ValidateAll() error

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

type ResourceMultiError added in v1.0.1

type ResourceMultiError []error

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

func (ResourceMultiError) AllErrors added in v1.0.1

func (m ResourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceMultiError) Error added in v1.0.1

func (m ResourceMultiError) Error() string

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

type ResourceValidationError added in v1.0.1

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

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

func (ResourceValidationError) Cause added in v1.0.1

func (e ResourceValidationError) Cause() error

Cause function returns cause value.

func (ResourceValidationError) Error added in v1.0.1

func (e ResourceValidationError) Error() string

Error satisfies the builtin error interface

func (ResourceValidationError) ErrorName added in v1.0.1

func (e ResourceValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceValidationError) Field added in v1.0.1

func (e ResourceValidationError) Field() string

Field function returns field value.

func (ResourceValidationError) Key added in v1.0.1

func (e ResourceValidationError) Key() bool

Key function returns key value.

func (ResourceValidationError) Reason added in v1.0.1

func (e ResourceValidationError) Reason() string

Reason function returns reason value.

type Server added in v1.0.1

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

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

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

Deprecated: Use Server.ProtoReflect.Descriptor instead.

func (*Server) GetCreatedAt added in v1.0.6

func (x *Server) GetCreatedAt() uint32

func (*Server) GetDescription added in v1.0.1

func (x *Server) GetDescription() string

func (*Server) GetId added in v1.0.1

func (x *Server) GetId() uint32

func (*Server) GetKeyword added in v1.0.1

func (x *Server) GetKeyword() string

func (*Server) GetName added in v1.0.1

func (x *Server) GetName() string

func (*Server) GetUpdatedAt added in v1.0.6

func (x *Server) GetUpdatedAt() uint32

func (*Server) ProtoMessage added in v1.0.1

func (*Server) ProtoMessage()

func (*Server) ProtoReflect added in v1.0.1

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

func (*Server) Reset added in v1.0.1

func (x *Server) Reset()

func (*Server) String added in v1.0.1

func (x *Server) String() string

func (*Server) Validate added in v1.0.1

func (m *Server) Validate() error

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

func (*Server) ValidateAll added in v1.0.1

func (m *Server) ValidateAll() error

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

type ServerMultiError added in v1.0.1

type ServerMultiError []error

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

func (ServerMultiError) AllErrors added in v1.0.1

func (m ServerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServerMultiError) Error added in v1.0.1

func (m ServerMultiError) Error() string

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

type ServerValidationError added in v1.0.1

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

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

func (ServerValidationError) Cause added in v1.0.1

func (e ServerValidationError) Cause() error

Cause function returns cause value.

func (ServerValidationError) Error added in v1.0.1

func (e ServerValidationError) Error() string

Error satisfies the builtin error interface

func (ServerValidationError) ErrorName added in v1.0.1

func (e ServerValidationError) ErrorName() string

ErrorName returns error name.

func (ServerValidationError) Field added in v1.0.1

func (e ServerValidationError) Field() string

Field function returns field value.

func (ServerValidationError) Key added in v1.0.1

func (e ServerValidationError) Key() bool

Key function returns key value.

func (ServerValidationError) Reason added in v1.0.1

func (e ServerValidationError) Reason() string

Reason function returns reason value.

type ServiceClient

type ServiceClient interface {
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginReply, error)
	RefreshToken(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*RefreshTokenReply, error)
	AllEnvironment(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*AllEnvironmentReply, error)
	AddEnvironment(ctx context.Context, in *AddEnvironmentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UpdateEnvironment(ctx context.Context, in *UpdateEnvironmentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteEnvironment(ctx context.Context, in *DeleteEnvironmentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetEnvironmentToken(ctx context.Context, in *GetEnvironmentTokenRequest, opts ...grpc.CallOption) (*GetEnvironmentTokenReply, error)
	ResetEnvironmentToken(ctx context.Context, in *ResetEnvironmentTokenRequest, opts ...grpc.CallOption) (*ResetEnvironmentTokenReply, 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)
	UpdateTemplateVersion(ctx context.Context, in *UseTemplateVersionRequest, opts ...grpc.CallOption) (*emptypb.Empty, 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)
	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)
	AddEnvironment(ctx context.Context, req *AddEnvironmentRequest, 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)
	AllEnvironment(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *AllEnvironmentReply, 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)
	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)
	DeleteEnvironment(ctx context.Context, req *DeleteEnvironmentRequest, 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)
	GetEnvironmentToken(ctx context.Context, req *GetEnvironmentTokenRequest, opts ...http.CallOption) (rsp *GetEnvironmentTokenReply, 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)
	ResetEnvironmentToken(ctx context.Context, req *ResetEnvironmentTokenRequest, opts ...http.CallOption) (rsp *ResetEnvironmentTokenReply, 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)
	UpdateEnvironment(ctx context.Context, req *UpdateEnvironmentRequest, 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)
	UpdateTemplateVersion(ctx context.Context, req *UseTemplateVersionRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
}

func NewServiceHTTPClient

func NewServiceHTTPClient(client *http.Client) ServiceHTTPClient

type ServiceHTTPClientImpl

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

func (*ServiceHTTPClientImpl) AddBusiness added in v1.0.1

func (*ServiceHTTPClientImpl) AddEnvironment added in v1.0.1

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

func (*ServiceHTTPClientImpl) AddResource added in v1.0.1

func (*ServiceHTTPClientImpl) AddServer added in v1.0.1

func (*ServiceHTTPClientImpl) AddTemplate added in v1.0.1

func (*ServiceHTTPClientImpl) AllBusinessValue added in v1.0.1

func (*ServiceHTTPClientImpl) AllEnvironment

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

func (*ServiceHTTPClientImpl) AllResourceServer added in v1.0.1

func (*ServiceHTTPClientImpl) AllResourceValue added in v1.0.1

func (*ServiceHTTPClientImpl) CurrentTemplate added in v1.0.1

func (*ServiceHTTPClientImpl) DeleteBusiness added in v1.0.1

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

func (*ServiceHTTPClientImpl) DeleteEnvironment added in v1.0.1

func (c *ServiceHTTPClientImpl) DeleteEnvironment(ctx context.Context, in *DeleteEnvironmentRequest, 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 (*ServiceHTTPClientImpl) GetConfigure added in v1.0.3

func (*ServiceHTTPClientImpl) GetEnvironmentToken added in v1.0.1

func (*ServiceHTTPClientImpl) GetServer added in v1.0.1

func (*ServiceHTTPClientImpl) GetTemplate added in v1.0.1

func (*ServiceHTTPClientImpl) Login added in v1.0.7

func (*ServiceHTTPClientImpl) PageBusiness added in v1.0.1

func (*ServiceHTTPClientImpl) PageResource added in v1.0.1

func (*ServiceHTTPClientImpl) PageServer added in v1.0.1

func (*ServiceHTTPClientImpl) PageServerResource added in v1.0.6

func (*ServiceHTTPClientImpl) PageTemplate added in v1.0.1

func (*ServiceHTTPClientImpl) ParseTemplate added in v1.0.3

func (*ServiceHTTPClientImpl) ParseTemplatePreview added in v1.0.6

func (*ServiceHTTPClientImpl) RefreshToken added in v1.0.7

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

func (*ServiceHTTPClientImpl) ResetEnvironmentToken added in v1.0.1

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) UpdateEnvironment added in v1.0.1

func (c *ServiceHTTPClientImpl) UpdateEnvironment(ctx context.Context, in *UpdateEnvironmentRequest, 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 (*ServiceHTTPClientImpl) UpdateTemplateVersion added in v1.0.1

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

type ServiceHTTPServer

type ServiceHTTPServer interface {
	AddBusiness(context.Context, *AddBusinessRequest) (*emptypb.Empty, error)
	AddEnvironment(context.Context, *AddEnvironmentRequest) (*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)
	AllEnvironment(context.Context, *emptypb.Empty) (*AllEnvironmentReply, error)
	AllResourceServer(context.Context, *AllResourceServerRequest) (*AllResourceServerReply, error)
	AllResourceValue(context.Context, *AllResourceValueRequest) (*AllResourceValueReply, error)
	CurrentTemplate(context.Context, *CurrentTemplateRequest) (*CurrentTemplateReply, error)
	DeleteBusiness(context.Context, *DeleteBusinessRequest) (*emptypb.Empty, error)
	DeleteEnvironment(context.Context, *DeleteEnvironmentRequest) (*emptypb.Empty, error)
	DeleteResource(context.Context, *DeleteResourceRequest) (*emptypb.Empty, error)
	DeleteServer(context.Context, *DeleteServerRequest) (*emptypb.Empty, error)
	GetConfigure(context.Context, *GetConfigureRequest) (*GetConfigureReply, error)
	GetEnvironmentToken(context.Context, *GetEnvironmentTokenRequest) (*GetEnvironmentTokenReply, error)
	GetServer(context.Context, *GetServerRequest) (*GetServerReply, error)
	GetTemplate(context.Context, *GetTemplateRequest) (*GetTemplateReply, error)
	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(context.Context, *emptypb.Empty) (*RefreshTokenReply, error)
	ResetEnvironmentToken(context.Context, *ResetEnvironmentTokenRequest) (*ResetEnvironmentTokenReply, error)
	UpdateBusiness(context.Context, *UpdateBusinessRequest) (*emptypb.Empty, error)
	UpdateBusinessValue(context.Context, *UpdateBusinessValueRequest) (*emptypb.Empty, error)
	UpdateConfigure(context.Context, *UpdateConfigureRequest) (*emptypb.Empty, error)
	UpdateEnvironment(context.Context, *UpdateEnvironmentRequest) (*emptypb.Empty, error)
	UpdateResource(context.Context, *UpdateResourceRequest) (*emptypb.Empty, error)
	UpdateResourceValue(context.Context, *UpdateResourceValueRequest) (*emptypb.Empty, error)
	UpdateServer(context.Context, *UpdateServerRequest) (*emptypb.Empty, error)
	UpdateTemplateVersion(context.Context, *UseTemplateVersionRequest) (*emptypb.Empty, error)
}

type ServiceServer

type ServiceServer interface {
	Login(context.Context, *LoginRequest) (*LoginReply, error)
	RefreshToken(context.Context, *emptypb.Empty) (*RefreshTokenReply, error)
	AllEnvironment(context.Context, *emptypb.Empty) (*AllEnvironmentReply, error)
	AddEnvironment(context.Context, *AddEnvironmentRequest) (*emptypb.Empty, error)
	UpdateEnvironment(context.Context, *UpdateEnvironmentRequest) (*emptypb.Empty, error)
	DeleteEnvironment(context.Context, *DeleteEnvironmentRequest) (*emptypb.Empty, error)
	GetEnvironmentToken(context.Context, *GetEnvironmentTokenRequest) (*GetEnvironmentTokenReply, error)
	ResetEnvironmentToken(context.Context, *ResetEnvironmentTokenRequest) (*ResetEnvironmentTokenReply, 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)
	UpdateTemplateVersion(context.Context, *UseTemplateVersionRequest) (*emptypb.Empty, 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)
	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 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"`
	IsUse       bool   `protobuf:"varint,5,opt,name=is_use,json=isUse,proto3" json:"is_use,omitempty"`
	Content     string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`
	CreatedAt   uint32 `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use Template.ProtoReflect.Descriptor instead.

func (*Template) GetContent added in v1.0.6

func (x *Template) GetContent() string

func (*Template) GetCreatedAt added in v1.0.6

func (x *Template) GetCreatedAt() uint32

func (*Template) GetDescription added in v1.0.6

func (x *Template) GetDescription() string

func (*Template) GetId added in v1.0.6

func (x *Template) GetId() uint32

func (*Template) GetIsUse added in v1.0.6

func (x *Template) GetIsUse() bool

func (*Template) GetServerId added in v1.0.6

func (x *Template) GetServerId() uint32

func (*Template) GetVersion added in v1.0.6

func (x *Template) GetVersion() string

func (*Template) ProtoMessage added in v1.0.6

func (*Template) ProtoMessage()

func (*Template) ProtoReflect added in v1.0.6

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

func (*Template) Reset added in v1.0.6

func (x *Template) Reset()

func (*Template) String added in v1.0.6

func (x *Template) String() string

func (*Template) Validate added in v1.0.6

func (m *Template) Validate() error

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

func (*Template) ValidateAll added in v1.0.6

func (m *Template) ValidateAll() error

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

type TemplateMultiError added in v1.0.6

type TemplateMultiError []error

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

func (TemplateMultiError) AllErrors added in v1.0.6

func (m TemplateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TemplateMultiError) Error added in v1.0.6

func (m TemplateMultiError) Error() string

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

type TemplateValidationError added in v1.0.6

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

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

func (TemplateValidationError) Cause added in v1.0.6

func (e TemplateValidationError) Cause() error

Cause function returns cause value.

func (TemplateValidationError) Error added in v1.0.6

func (e TemplateValidationError) Error() string

Error satisfies the builtin error interface

func (TemplateValidationError) ErrorName added in v1.0.6

func (e TemplateValidationError) ErrorName() string

ErrorName returns error name.

func (TemplateValidationError) Field added in v1.0.6

func (e TemplateValidationError) Field() string

Field function returns field value.

func (TemplateValidationError) Key added in v1.0.6

func (e TemplateValidationError) Key() bool

Key function returns key value.

func (TemplateValidationError) Reason added in v1.0.6

func (e TemplateValidationError) Reason() string

Reason function returns reason value.

type UnimplementedServiceServer

type UnimplementedServiceServer struct {
}

UnimplementedServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedServiceServer) AddBusiness added in v1.0.1

func (UnimplementedServiceServer) AddEnvironment added in v1.0.1

func (UnimplementedServiceServer) AddResource added in v1.0.1

func (UnimplementedServiceServer) AddServer added in v1.0.1

func (UnimplementedServiceServer) AddTemplate added in v1.0.1

func (UnimplementedServiceServer) AllBusinessValue added in v1.0.1

func (UnimplementedServiceServer) AllEnvironment

func (UnimplementedServiceServer) AllResourceServer added in v1.0.1

func (UnimplementedServiceServer) AllResourceValue added in v1.0.1

func (UnimplementedServiceServer) CurrentTemplate added in v1.0.1

func (UnimplementedServiceServer) DeleteBusiness added in v1.0.1

func (UnimplementedServiceServer) DeleteEnvironment added in v1.0.1

func (UnimplementedServiceServer) DeleteResource added in v1.0.1

func (UnimplementedServiceServer) DeleteServer added in v1.0.1

func (UnimplementedServiceServer) GetConfigure added in v1.0.3

func (UnimplementedServiceServer) GetEnvironmentToken added in v1.0.1

func (UnimplementedServiceServer) GetServer added in v1.0.1

func (UnimplementedServiceServer) GetTemplate added in v1.0.1

func (UnimplementedServiceServer) Login added in v1.0.7

func (UnimplementedServiceServer) PageBusiness added in v1.0.1

func (UnimplementedServiceServer) PageResource added in v1.0.1

func (UnimplementedServiceServer) PageServer added in v1.0.1

func (UnimplementedServiceServer) PageServerResource added in v1.0.6

func (UnimplementedServiceServer) PageTemplate added in v1.0.1

func (UnimplementedServiceServer) ParseTemplate added in v1.0.3

func (UnimplementedServiceServer) ParseTemplatePreview added in v1.0.6

func (UnimplementedServiceServer) RefreshToken added in v1.0.7

func (UnimplementedServiceServer) ResetEnvironmentToken added in v1.0.1

func (UnimplementedServiceServer) UpdateBusiness added in v1.0.1

func (UnimplementedServiceServer) UpdateBusinessValue added in v1.0.1

func (UnimplementedServiceServer) UpdateConfigure added in v1.0.3

func (UnimplementedServiceServer) UpdateEnvironment added in v1.0.1

func (UnimplementedServiceServer) UpdateResource added in v1.0.1

func (UnimplementedServiceServer) UpdateResourceValue added in v1.0.1

func (UnimplementedServiceServer) UpdateServer added in v1.0.1

func (UnimplementedServiceServer) UpdateTemplateVersion added in v1.0.1

func (UnimplementedServiceServer) WatchConfigure added in v1.0.3

type UnsafeServiceServer

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

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

type UpdateBusinessRequest added in v1.0.1

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

修改业务key

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

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

Deprecated: Use UpdateBusinessRequest.ProtoReflect.Descriptor instead.

func (*UpdateBusinessRequest) GetDescription added in v1.0.1

func (x *UpdateBusinessRequest) GetDescription() string

func (*UpdateBusinessRequest) GetId added in v1.0.1

func (x *UpdateBusinessRequest) GetId() uint32

func (*UpdateBusinessRequest) GetKeyword added in v1.0.1

func (x *UpdateBusinessRequest) GetKeyword() string

func (*UpdateBusinessRequest) GetType added in v1.0.6

func (x *UpdateBusinessRequest) GetType() string

func (*UpdateBusinessRequest) ProtoMessage added in v1.0.1

func (*UpdateBusinessRequest) ProtoMessage()

func (*UpdateBusinessRequest) ProtoReflect added in v1.0.1

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

func (*UpdateBusinessRequest) Reset added in v1.0.1

func (x *UpdateBusinessRequest) Reset()

func (*UpdateBusinessRequest) String added in v1.0.1

func (x *UpdateBusinessRequest) String() string

func (*UpdateBusinessRequest) Validate added in v1.0.1

func (m *UpdateBusinessRequest) Validate() error

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

func (*UpdateBusinessRequest) ValidateAll added in v1.0.1

func (m *UpdateBusinessRequest) ValidateAll() error

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

type UpdateBusinessRequestMultiError added in v1.0.1

type UpdateBusinessRequestMultiError []error

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

func (UpdateBusinessRequestMultiError) AllErrors added in v1.0.1

func (m UpdateBusinessRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateBusinessRequestMultiError) Error added in v1.0.1

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

type UpdateBusinessRequestValidationError added in v1.0.1

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

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

func (UpdateBusinessRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UpdateBusinessRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UpdateBusinessRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UpdateBusinessRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UpdateBusinessRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UpdateBusinessRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type UpdateBusinessValueRequest added in v1.0.1

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

修改资源值

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

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

Deprecated: Use UpdateBusinessValueRequest.ProtoReflect.Descriptor instead.

func (*UpdateBusinessValueRequest) GetBusinessId added in v1.0.6

func (x *UpdateBusinessValueRequest) GetBusinessId() uint32

func (*UpdateBusinessValueRequest) GetList added in v1.0.6

func (*UpdateBusinessValueRequest) ProtoMessage added in v1.0.1

func (*UpdateBusinessValueRequest) ProtoMessage()

func (*UpdateBusinessValueRequest) ProtoReflect added in v1.0.1

func (*UpdateBusinessValueRequest) Reset added in v1.0.1

func (x *UpdateBusinessValueRequest) Reset()

func (*UpdateBusinessValueRequest) String added in v1.0.1

func (x *UpdateBusinessValueRequest) String() string

func (*UpdateBusinessValueRequest) Validate added in v1.0.1

func (m *UpdateBusinessValueRequest) Validate() error

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

func (*UpdateBusinessValueRequest) ValidateAll added in v1.0.1

func (m *UpdateBusinessValueRequest) ValidateAll() error

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

type UpdateBusinessValueRequestMultiError added in v1.0.1

type UpdateBusinessValueRequestMultiError []error

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

func (UpdateBusinessValueRequestMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (UpdateBusinessValueRequestMultiError) Error added in v1.0.1

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

type UpdateBusinessValueRequestValidationError added in v1.0.1

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

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

func (UpdateBusinessValueRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UpdateBusinessValueRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UpdateBusinessValueRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UpdateBusinessValueRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UpdateBusinessValueRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UpdateBusinessValueRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type UpdateBusinessValueRequest_BusinessValue added in v1.0.6

type UpdateBusinessValueRequest_BusinessValue struct {
	EnvironmentId uint32 `protobuf:"varint,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Value         string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	EnvKeyword    string `protobuf:"bytes,3,opt,name=env_keyword,json=envKeyword,proto3" json:"env_keyword,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) GetEnvKeyword added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) GetEnvironmentId added in v1.0.6

func (x *UpdateBusinessValueRequest_BusinessValue) GetEnvironmentId() uint32

func (*UpdateBusinessValueRequest_BusinessValue) GetValue added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) ProtoMessage added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) ProtoReflect added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) Reset added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) String added in v1.0.6

func (*UpdateBusinessValueRequest_BusinessValue) Validate added in v1.0.6

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

func (*UpdateBusinessValueRequest_BusinessValue) ValidateAll added in v1.0.6

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

type UpdateBusinessValueRequest_BusinessValueMultiError added in v1.0.6

type UpdateBusinessValueRequest_BusinessValueMultiError []error

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

func (UpdateBusinessValueRequest_BusinessValueMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (UpdateBusinessValueRequest_BusinessValueMultiError) Error added in v1.0.6

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

type UpdateBusinessValueRequest_BusinessValueValidationError added in v1.0.6

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

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

func (UpdateBusinessValueRequest_BusinessValueValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (UpdateBusinessValueRequest_BusinessValueValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (UpdateBusinessValueRequest_BusinessValueValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (UpdateBusinessValueRequest_BusinessValueValidationError) Field added in v1.0.6

Field function returns field value.

func (UpdateBusinessValueRequest_BusinessValueValidationError) Key added in v1.0.6

Key function returns key value.

func (UpdateBusinessValueRequest_BusinessValueValidationError) Reason added in v1.0.6

Reason function returns reason value.

type UpdateConfigureRequest added in v1.0.3

type UpdateConfigureRequest struct {
	ServerId    uint32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	EnvKeyword  string `protobuf:"bytes,2,opt,name=env_keyword,json=envKeyword,proto3" json:"env_keyword,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) GetEnvKeyword added in v1.0.6

func (x *UpdateConfigureRequest) GetEnvKeyword() string

func (*UpdateConfigureRequest) GetServerId added in v1.0.3

func (x *UpdateConfigureRequest) GetServerId() uint32

func (*UpdateConfigureRequest) ProtoMessage added in v1.0.3

func (*UpdateConfigureRequest) ProtoMessage()

func (*UpdateConfigureRequest) ProtoReflect added in v1.0.3

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

func (*UpdateConfigureRequest) Reset added in v1.0.3

func (x *UpdateConfigureRequest) Reset()

func (*UpdateConfigureRequest) String added in v1.0.3

func (x *UpdateConfigureRequest) String() string

func (*UpdateConfigureRequest) Validate added in v1.0.3

func (m *UpdateConfigureRequest) Validate() error

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

func (*UpdateConfigureRequest) ValidateAll added in v1.0.3

func (m *UpdateConfigureRequest) ValidateAll() error

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

type UpdateConfigureRequestMultiError added in v1.0.3

type UpdateConfigureRequestMultiError []error

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

func (UpdateConfigureRequestMultiError) AllErrors added in v1.0.3

func (m UpdateConfigureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateConfigureRequestMultiError) Error added in v1.0.3

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

type UpdateConfigureRequestValidationError added in v1.0.3

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

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

func (UpdateConfigureRequestValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (UpdateConfigureRequestValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (UpdateConfigureRequestValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (UpdateConfigureRequestValidationError) Field added in v1.0.3

Field function returns field value.

func (UpdateConfigureRequestValidationError) Key added in v1.0.3

Key function returns key value.

func (UpdateConfigureRequestValidationError) Reason added in v1.0.3

Reason function returns reason value.

type UpdateEnvironmentRequest

type UpdateEnvironmentRequest 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 (*UpdateEnvironmentRequest) Descriptor deprecated

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

Deprecated: Use UpdateEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*UpdateEnvironmentRequest) GetDescription added in v1.0.1

func (x *UpdateEnvironmentRequest) GetDescription() string

func (*UpdateEnvironmentRequest) GetId

func (x *UpdateEnvironmentRequest) GetId() uint32

func (*UpdateEnvironmentRequest) GetKeyword added in v1.0.1

func (x *UpdateEnvironmentRequest) GetKeyword() string

func (*UpdateEnvironmentRequest) GetName added in v1.0.1

func (x *UpdateEnvironmentRequest) GetName() string

func (*UpdateEnvironmentRequest) GetStatus added in v1.0.1

func (x *UpdateEnvironmentRequest) GetStatus() bool

func (*UpdateEnvironmentRequest) ProtoMessage

func (*UpdateEnvironmentRequest) ProtoMessage()

func (*UpdateEnvironmentRequest) ProtoReflect

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

func (*UpdateEnvironmentRequest) Reset

func (x *UpdateEnvironmentRequest) Reset()

func (*UpdateEnvironmentRequest) String

func (x *UpdateEnvironmentRequest) String() string

func (*UpdateEnvironmentRequest) Validate

func (m *UpdateEnvironmentRequest) Validate() error

Validate checks the field values on UpdateEnvironmentRequest 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 (*UpdateEnvironmentRequest) ValidateAll

func (m *UpdateEnvironmentRequest) ValidateAll() error

ValidateAll checks the field values on UpdateEnvironmentRequest 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 UpdateEnvironmentRequestMultiError, or nil if none found.

type UpdateEnvironmentRequestMultiError

type UpdateEnvironmentRequestMultiError []error

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

func (UpdateEnvironmentRequestMultiError) AllErrors

func (m UpdateEnvironmentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateEnvironmentRequestMultiError) Error

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

type UpdateEnvironmentRequestValidationError

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

UpdateEnvironmentRequestValidationError is the validation error returned by UpdateEnvironmentRequest.Validate if the designated constraints aren't met.

func (UpdateEnvironmentRequestValidationError) Cause

Cause function returns cause value.

func (UpdateEnvironmentRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateEnvironmentRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateEnvironmentRequestValidationError) Field

Field function returns field value.

func (UpdateEnvironmentRequestValidationError) Key

Key function returns key value.

func (UpdateEnvironmentRequestValidationError) Reason

Reason function returns reason value.

type UpdateResourceRequest added in v1.0.1

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

修改环境

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

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

Deprecated: Use UpdateResourceRequest.ProtoReflect.Descriptor instead.

func (*UpdateResourceRequest) GetDescription added in v1.0.1

func (x *UpdateResourceRequest) GetDescription() string

func (*UpdateResourceRequest) GetFields added in v1.0.1

func (x *UpdateResourceRequest) GetFields() string

func (*UpdateResourceRequest) GetId added in v1.0.1

func (x *UpdateResourceRequest) GetId() uint32

func (*UpdateResourceRequest) GetPrivate added in v1.0.6

func (x *UpdateResourceRequest) GetPrivate() bool

func (*UpdateResourceRequest) GetServers added in v1.0.6

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

func (*UpdateResourceRequest) GetTag added in v1.0.1

func (x *UpdateResourceRequest) GetTag() string

func (*UpdateResourceRequest) ProtoMessage added in v1.0.1

func (*UpdateResourceRequest) ProtoMessage()

func (*UpdateResourceRequest) ProtoReflect added in v1.0.1

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

func (*UpdateResourceRequest) Reset added in v1.0.1

func (x *UpdateResourceRequest) Reset()

func (*UpdateResourceRequest) String added in v1.0.1

func (x *UpdateResourceRequest) String() string

func (*UpdateResourceRequest) Validate added in v1.0.1

func (m *UpdateResourceRequest) Validate() error

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

func (*UpdateResourceRequest) ValidateAll added in v1.0.1

func (m *UpdateResourceRequest) ValidateAll() error

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

type UpdateResourceRequestMultiError added in v1.0.1

type UpdateResourceRequestMultiError []error

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

func (UpdateResourceRequestMultiError) AllErrors added in v1.0.1

func (m UpdateResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateResourceRequestMultiError) Error added in v1.0.1

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

type UpdateResourceRequestValidationError added in v1.0.1

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

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

func (UpdateResourceRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UpdateResourceRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UpdateResourceRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UpdateResourceRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UpdateResourceRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UpdateResourceRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type UpdateResourceValueRequest added in v1.0.1

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

修改资源值

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

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

Deprecated: Use UpdateResourceValueRequest.ProtoReflect.Descriptor instead.

func (*UpdateResourceValueRequest) GetList added in v1.0.6

func (*UpdateResourceValueRequest) GetResourceId added in v1.0.6

func (x *UpdateResourceValueRequest) GetResourceId() uint32

func (*UpdateResourceValueRequest) ProtoMessage added in v1.0.1

func (*UpdateResourceValueRequest) ProtoMessage()

func (*UpdateResourceValueRequest) ProtoReflect added in v1.0.1

func (*UpdateResourceValueRequest) Reset added in v1.0.1

func (x *UpdateResourceValueRequest) Reset()

func (*UpdateResourceValueRequest) String added in v1.0.1

func (x *UpdateResourceValueRequest) String() string

func (*UpdateResourceValueRequest) Validate added in v1.0.1

func (m *UpdateResourceValueRequest) Validate() error

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

func (*UpdateResourceValueRequest) ValidateAll added in v1.0.1

func (m *UpdateResourceValueRequest) ValidateAll() error

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

type UpdateResourceValueRequestMultiError added in v1.0.1

type UpdateResourceValueRequestMultiError []error

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

func (UpdateResourceValueRequestMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (UpdateResourceValueRequestMultiError) Error added in v1.0.1

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

type UpdateResourceValueRequestValidationError added in v1.0.1

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

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

func (UpdateResourceValueRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UpdateResourceValueRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UpdateResourceValueRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UpdateResourceValueRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UpdateResourceValueRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UpdateResourceValueRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type UpdateResourceValueRequest_ResourceValue added in v1.0.6

type UpdateResourceValueRequest_ResourceValue struct {
	EnvironmentId uint32 `protobuf:"varint,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Values        string `protobuf:"bytes,2,opt,name=values,proto3" json:"values,omitempty"`
	EnvKeyword    string `protobuf:"bytes,3,opt,name=env_keyword,json=envKeyword,proto3" json:"env_keyword,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) GetEnvKeyword added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) GetEnvironmentId added in v1.0.6

func (x *UpdateResourceValueRequest_ResourceValue) GetEnvironmentId() uint32

func (*UpdateResourceValueRequest_ResourceValue) GetValues added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) ProtoMessage added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) ProtoReflect added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) Reset added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) String added in v1.0.6

func (*UpdateResourceValueRequest_ResourceValue) Validate added in v1.0.6

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

func (*UpdateResourceValueRequest_ResourceValue) ValidateAll added in v1.0.6

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

type UpdateResourceValueRequest_ResourceValueMultiError added in v1.0.6

type UpdateResourceValueRequest_ResourceValueMultiError []error

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

func (UpdateResourceValueRequest_ResourceValueMultiError) AllErrors added in v1.0.6

AllErrors returns a list of validation violation errors.

func (UpdateResourceValueRequest_ResourceValueMultiError) Error added in v1.0.6

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

type UpdateResourceValueRequest_ResourceValueValidationError added in v1.0.6

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

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

func (UpdateResourceValueRequest_ResourceValueValidationError) Cause added in v1.0.6

Cause function returns cause value.

func (UpdateResourceValueRequest_ResourceValueValidationError) Error added in v1.0.6

Error satisfies the builtin error interface

func (UpdateResourceValueRequest_ResourceValueValidationError) ErrorName added in v1.0.6

ErrorName returns error name.

func (UpdateResourceValueRequest_ResourceValueValidationError) Field added in v1.0.6

Field function returns field value.

func (UpdateResourceValueRequest_ResourceValueValidationError) Key added in v1.0.6

Key function returns key value.

func (UpdateResourceValueRequest_ResourceValueValidationError) Reason added in v1.0.6

Reason function returns reason value.

type UpdateServerRequest added in v1.0.1

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

修改环境

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

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

Deprecated: Use UpdateServerRequest.ProtoReflect.Descriptor instead.

func (*UpdateServerRequest) GetDescription added in v1.0.1

func (x *UpdateServerRequest) GetDescription() string

func (*UpdateServerRequest) GetId added in v1.0.1

func (x *UpdateServerRequest) GetId() uint32

func (*UpdateServerRequest) GetKeyword added in v1.0.1

func (x *UpdateServerRequest) GetKeyword() string

func (*UpdateServerRequest) GetName added in v1.0.1

func (x *UpdateServerRequest) GetName() string

func (*UpdateServerRequest) ProtoMessage added in v1.0.1

func (*UpdateServerRequest) ProtoMessage()

func (*UpdateServerRequest) ProtoReflect added in v1.0.1

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

func (*UpdateServerRequest) Reset added in v1.0.1

func (x *UpdateServerRequest) Reset()

func (*UpdateServerRequest) String added in v1.0.1

func (x *UpdateServerRequest) String() string

func (*UpdateServerRequest) Validate added in v1.0.1

func (m *UpdateServerRequest) Validate() error

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

func (*UpdateServerRequest) ValidateAll added in v1.0.1

func (m *UpdateServerRequest) ValidateAll() error

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

type UpdateServerRequestMultiError added in v1.0.1

type UpdateServerRequestMultiError []error

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

func (UpdateServerRequestMultiError) AllErrors added in v1.0.1

func (m UpdateServerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateServerRequestMultiError) Error added in v1.0.1

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

type UpdateServerRequestValidationError added in v1.0.1

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

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

func (UpdateServerRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UpdateServerRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UpdateServerRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UpdateServerRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UpdateServerRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UpdateServerRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type UseTemplateVersionRequest added in v1.0.1

type UseTemplateVersionRequest 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 (*UseTemplateVersionRequest) Descriptor deprecated added in v1.0.1

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

Deprecated: Use UseTemplateVersionRequest.ProtoReflect.Descriptor instead.

func (*UseTemplateVersionRequest) GetId added in v1.0.1

func (x *UseTemplateVersionRequest) GetId() uint32

func (*UseTemplateVersionRequest) GetServerId added in v1.0.1

func (x *UseTemplateVersionRequest) GetServerId() uint32

func (*UseTemplateVersionRequest) ProtoMessage added in v1.0.1

func (*UseTemplateVersionRequest) ProtoMessage()

func (*UseTemplateVersionRequest) ProtoReflect added in v1.0.1

func (*UseTemplateVersionRequest) Reset added in v1.0.1

func (x *UseTemplateVersionRequest) Reset()

func (*UseTemplateVersionRequest) String added in v1.0.1

func (x *UseTemplateVersionRequest) String() string

func (*UseTemplateVersionRequest) Validate added in v1.0.1

func (m *UseTemplateVersionRequest) Validate() error

Validate checks the field values on UseTemplateVersionRequest 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 (*UseTemplateVersionRequest) ValidateAll added in v1.0.1

func (m *UseTemplateVersionRequest) ValidateAll() error

ValidateAll checks the field values on UseTemplateVersionRequest 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 UseTemplateVersionRequestMultiError, or nil if none found.

type UseTemplateVersionRequestMultiError added in v1.0.1

type UseTemplateVersionRequestMultiError []error

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

func (UseTemplateVersionRequestMultiError) AllErrors added in v1.0.1

AllErrors returns a list of validation violation errors.

func (UseTemplateVersionRequestMultiError) Error added in v1.0.1

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

type UseTemplateVersionRequestValidationError added in v1.0.1

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

UseTemplateVersionRequestValidationError is the validation error returned by UseTemplateVersionRequest.Validate if the designated constraints aren't met.

func (UseTemplateVersionRequestValidationError) Cause added in v1.0.1

Cause function returns cause value.

func (UseTemplateVersionRequestValidationError) Error added in v1.0.1

Error satisfies the builtin error interface

func (UseTemplateVersionRequestValidationError) ErrorName added in v1.0.1

ErrorName returns error name.

func (UseTemplateVersionRequestValidationError) Field added in v1.0.1

Field function returns field value.

func (UseTemplateVersionRequestValidationError) Key added in v1.0.1

Key function returns key value.

func (UseTemplateVersionRequestValidationError) Reason added in v1.0.1

Reason function returns reason value.

type WatchConfigureReply added in v1.0.3

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

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

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

Deprecated: Use WatchConfigureReply.ProtoReflect.Descriptor instead.

func (*WatchConfigureReply) GetContent added in v1.0.3

func (x *WatchConfigureReply) GetContent() string

func (*WatchConfigureReply) GetFormat added in v1.0.3

func (x *WatchConfigureReply) GetFormat() string

func (*WatchConfigureReply) ProtoMessage added in v1.0.3

func (*WatchConfigureReply) ProtoMessage()

func (*WatchConfigureReply) ProtoReflect added in v1.0.3

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

func (*WatchConfigureReply) Reset added in v1.0.3

func (x *WatchConfigureReply) Reset()

func (*WatchConfigureReply) String added in v1.0.3

func (x *WatchConfigureReply) String() string

func (*WatchConfigureReply) Validate added in v1.0.3

func (m *WatchConfigureReply) Validate() error

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

func (*WatchConfigureReply) ValidateAll added in v1.0.3

func (m *WatchConfigureReply) ValidateAll() error

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

type WatchConfigureReplyMultiError added in v1.0.3

type WatchConfigureReplyMultiError []error

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

func (WatchConfigureReplyMultiError) AllErrors added in v1.0.3

func (m WatchConfigureReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchConfigureReplyMultiError) Error added in v1.0.3

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

type WatchConfigureReplyValidationError added in v1.0.3

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

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

func (WatchConfigureReplyValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (WatchConfigureReplyValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (WatchConfigureReplyValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (WatchConfigureReplyValidationError) Field added in v1.0.3

Field function returns field value.

func (WatchConfigureReplyValidationError) Key added in v1.0.3

Key function returns key value.

func (WatchConfigureReplyValidationError) Reason added in v1.0.3

Reason function returns reason value.

type WatchConfigureRequest added in v1.0.3

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

监听获取配置

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

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

Deprecated: Use WatchConfigureRequest.ProtoReflect.Descriptor instead.

func (*WatchConfigureRequest) GetServer added in v1.0.3

func (x *WatchConfigureRequest) GetServer() string

func (*WatchConfigureRequest) GetToken added in v1.0.3

func (x *WatchConfigureRequest) GetToken() string

func (*WatchConfigureRequest) ProtoMessage added in v1.0.3

func (*WatchConfigureRequest) ProtoMessage()

func (*WatchConfigureRequest) ProtoReflect added in v1.0.3

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

func (*WatchConfigureRequest) Reset added in v1.0.3

func (x *WatchConfigureRequest) Reset()

func (*WatchConfigureRequest) String added in v1.0.3

func (x *WatchConfigureRequest) String() string

func (*WatchConfigureRequest) Validate added in v1.0.3

func (m *WatchConfigureRequest) Validate() error

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

func (*WatchConfigureRequest) ValidateAll added in v1.0.3

func (m *WatchConfigureRequest) ValidateAll() error

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

type WatchConfigureRequestMultiError added in v1.0.3

type WatchConfigureRequestMultiError []error

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

func (WatchConfigureRequestMultiError) AllErrors added in v1.0.3

func (m WatchConfigureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchConfigureRequestMultiError) Error added in v1.0.3

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

type WatchConfigureRequestValidationError added in v1.0.3

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

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

func (WatchConfigureRequestValidationError) Cause added in v1.0.3

Cause function returns cause value.

func (WatchConfigureRequestValidationError) Error added in v1.0.3

Error satisfies the builtin error interface

func (WatchConfigureRequestValidationError) ErrorName added in v1.0.3

ErrorName returns error name.

func (WatchConfigureRequestValidationError) Field added in v1.0.3

Field function returns field value.

func (WatchConfigureRequestValidationError) Key added in v1.0.3

Key function returns key value.

func (WatchConfigureRequestValidationError) Reason added in v1.0.3

Reason function returns reason value.

Jump to

Keyboard shortcuts

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