Versions in this module Expand all Collapse all v1 v1.0.1 Dec 8, 2024 Changes in this version + const Env_CreateEnv_FullMethodName + const Env_DeleteEnv_FullMethodName + const Env_GetEnvToken_FullMethodName + const Env_ListEnv_FullMethodName + const Env_ResetEnvToken_FullMethodName + const Env_UpdateEnv_FullMethodName + const OperationEnvCreateEnv + const OperationEnvDeleteEnv + const OperationEnvGetEnvToken + const OperationEnvListEnv + const OperationEnvResetEnvToken + const OperationEnvUpdateEnv + var Env_ServiceDesc = grpc.ServiceDesc + var File_api_configure_env_configure_env_proto protoreflect.FileDescriptor + var File_api_configure_env_configure_env_service_proto protoreflect.FileDescriptor + func RegisterEnvHTTPServer(s *http.Server, srv EnvHTTPServer) + func RegisterEnvServer(s grpc.ServiceRegistrar, srv EnvServer) + type CreateEnvReply struct + Id uint32 + func (*CreateEnvReply) Descriptor() ([]byte, []int) + func (*CreateEnvReply) ProtoMessage() + func (m *CreateEnvReply) Validate() error + func (m *CreateEnvReply) ValidateAll() error + func (x *CreateEnvReply) GetId() uint32 + func (x *CreateEnvReply) ProtoReflect() protoreflect.Message + func (x *CreateEnvReply) Reset() + func (x *CreateEnvReply) String() string + type CreateEnvReplyMultiError []error + func (m CreateEnvReplyMultiError) AllErrors() []error + func (m CreateEnvReplyMultiError) Error() string + type CreateEnvReplyValidationError struct + func (e CreateEnvReplyValidationError) Cause() error + func (e CreateEnvReplyValidationError) Error() string + func (e CreateEnvReplyValidationError) ErrorName() string + func (e CreateEnvReplyValidationError) Field() string + func (e CreateEnvReplyValidationError) Key() bool + func (e CreateEnvReplyValidationError) Reason() string + type CreateEnvRequest struct + Description *string + Keyword string + Name string + Status *bool + func (*CreateEnvRequest) Descriptor() ([]byte, []int) + func (*CreateEnvRequest) ProtoMessage() + func (m *CreateEnvRequest) Validate() error + func (m *CreateEnvRequest) ValidateAll() error + func (x *CreateEnvRequest) GetDescription() string + func (x *CreateEnvRequest) GetKeyword() string + func (x *CreateEnvRequest) GetName() string + func (x *CreateEnvRequest) GetStatus() bool + func (x *CreateEnvRequest) ProtoReflect() protoreflect.Message + func (x *CreateEnvRequest) Reset() + func (x *CreateEnvRequest) String() string + type CreateEnvRequestMultiError []error + func (m CreateEnvRequestMultiError) AllErrors() []error + func (m CreateEnvRequestMultiError) Error() string + type CreateEnvRequestValidationError struct + func (e CreateEnvRequestValidationError) Cause() error + func (e CreateEnvRequestValidationError) Error() string + func (e CreateEnvRequestValidationError) ErrorName() string + func (e CreateEnvRequestValidationError) Field() string + func (e CreateEnvRequestValidationError) Key() bool + func (e CreateEnvRequestValidationError) Reason() string + type DeleteEnvReply struct + func (*DeleteEnvReply) Descriptor() ([]byte, []int) + func (*DeleteEnvReply) ProtoMessage() + func (m *DeleteEnvReply) Validate() error + func (m *DeleteEnvReply) ValidateAll() error + func (x *DeleteEnvReply) ProtoReflect() protoreflect.Message + func (x *DeleteEnvReply) Reset() + func (x *DeleteEnvReply) String() string + type DeleteEnvReplyMultiError []error + func (m DeleteEnvReplyMultiError) AllErrors() []error + func (m DeleteEnvReplyMultiError) Error() string + type DeleteEnvReplyValidationError struct + func (e DeleteEnvReplyValidationError) Cause() error + func (e DeleteEnvReplyValidationError) Error() string + func (e DeleteEnvReplyValidationError) ErrorName() string + func (e DeleteEnvReplyValidationError) Field() string + func (e DeleteEnvReplyValidationError) Key() bool + func (e DeleteEnvReplyValidationError) Reason() string + type DeleteEnvRequest struct + Id uint32 + func (*DeleteEnvRequest) Descriptor() ([]byte, []int) + func (*DeleteEnvRequest) ProtoMessage() + func (m *DeleteEnvRequest) Validate() error + func (m *DeleteEnvRequest) ValidateAll() error + func (x *DeleteEnvRequest) GetId() uint32 + func (x *DeleteEnvRequest) ProtoReflect() protoreflect.Message + func (x *DeleteEnvRequest) Reset() + func (x *DeleteEnvRequest) String() string + type DeleteEnvRequestMultiError []error + func (m DeleteEnvRequestMultiError) AllErrors() []error + func (m DeleteEnvRequestMultiError) Error() string + type DeleteEnvRequestValidationError struct + func (e DeleteEnvRequestValidationError) Cause() error + func (e DeleteEnvRequestValidationError) Error() string + func (e DeleteEnvRequestValidationError) ErrorName() string + func (e DeleteEnvRequestValidationError) Field() string + func (e DeleteEnvRequestValidationError) Key() bool + func (e DeleteEnvRequestValidationError) Reason() string + type EnvClient interface + CreateEnv func(ctx context.Context, in *CreateEnvRequest, opts ...grpc.CallOption) (*CreateEnvReply, error) + DeleteEnv func(ctx context.Context, in *DeleteEnvRequest, opts ...grpc.CallOption) (*DeleteEnvReply, error) + GetEnvToken func(ctx context.Context, in *GetEnvTokenRequest, opts ...grpc.CallOption) (*GetEnvTokenReply, error) + ListEnv func(ctx context.Context, in *ListEnvRequest, opts ...grpc.CallOption) (*ListEnvReply, error) + ResetEnvToken func(ctx context.Context, in *ResetEnvTokenRequest, opts ...grpc.CallOption) (*ResetEnvTokenReply, error) + UpdateEnv func(ctx context.Context, in *UpdateEnvRequest, opts ...grpc.CallOption) (*UpdateEnvReply, error) + func NewEnvClient(cc grpc.ClientConnInterface) EnvClient + type EnvHTTPClient interface + CreateEnv func(ctx context.Context, req *CreateEnvRequest, opts ...http.CallOption) (rsp *CreateEnvReply, err error) + DeleteEnv func(ctx context.Context, req *DeleteEnvRequest, opts ...http.CallOption) (rsp *DeleteEnvReply, err error) + GetEnvToken func(ctx context.Context, req *GetEnvTokenRequest, opts ...http.CallOption) (rsp *GetEnvTokenReply, err error) + ListEnv func(ctx context.Context, req *ListEnvRequest, opts ...http.CallOption) (rsp *ListEnvReply, err error) + ResetEnvToken func(ctx context.Context, req *ResetEnvTokenRequest, opts ...http.CallOption) (rsp *ResetEnvTokenReply, err error) + UpdateEnv func(ctx context.Context, req *UpdateEnvRequest, opts ...http.CallOption) (rsp *UpdateEnvReply, err error) + func NewEnvHTTPClient(client *http.Client) EnvHTTPClient + type EnvHTTPClientImpl struct + func (c *EnvHTTPClientImpl) CreateEnv(ctx context.Context, in *CreateEnvRequest, opts ...http.CallOption) (*CreateEnvReply, error) + func (c *EnvHTTPClientImpl) DeleteEnv(ctx context.Context, in *DeleteEnvRequest, opts ...http.CallOption) (*DeleteEnvReply, error) + func (c *EnvHTTPClientImpl) GetEnvToken(ctx context.Context, in *GetEnvTokenRequest, opts ...http.CallOption) (*GetEnvTokenReply, error) + func (c *EnvHTTPClientImpl) ListEnv(ctx context.Context, in *ListEnvRequest, opts ...http.CallOption) (*ListEnvReply, error) + func (c *EnvHTTPClientImpl) ResetEnvToken(ctx context.Context, in *ResetEnvTokenRequest, opts ...http.CallOption) (*ResetEnvTokenReply, error) + func (c *EnvHTTPClientImpl) UpdateEnv(ctx context.Context, in *UpdateEnvRequest, opts ...http.CallOption) (*UpdateEnvReply, error) + type EnvHTTPServer interface + CreateEnv func(context.Context, *CreateEnvRequest) (*CreateEnvReply, error) + DeleteEnv func(context.Context, *DeleteEnvRequest) (*DeleteEnvReply, error) + GetEnvToken func(context.Context, *GetEnvTokenRequest) (*GetEnvTokenReply, error) + ListEnv func(context.Context, *ListEnvRequest) (*ListEnvReply, error) + ResetEnvToken func(context.Context, *ResetEnvTokenRequest) (*ResetEnvTokenReply, error) + UpdateEnv func(context.Context, *UpdateEnvRequest) (*UpdateEnvReply, error) + type EnvServer interface + CreateEnv func(context.Context, *CreateEnvRequest) (*CreateEnvReply, error) + DeleteEnv func(context.Context, *DeleteEnvRequest) (*DeleteEnvReply, error) + GetEnvToken func(context.Context, *GetEnvTokenRequest) (*GetEnvTokenReply, error) + ListEnv func(context.Context, *ListEnvRequest) (*ListEnvReply, error) + ResetEnvToken func(context.Context, *ResetEnvTokenRequest) (*ResetEnvTokenReply, error) + UpdateEnv func(context.Context, *UpdateEnvRequest) (*UpdateEnvReply, error) + type GetEnvReply struct + CreatedAt uint32 + Description *string + Id uint32 + Keyword string + Name string + Status *bool + UpdatedAt uint32 + func (*GetEnvReply) Descriptor() ([]byte, []int) + func (*GetEnvReply) ProtoMessage() + func (m *GetEnvReply) Validate() error + func (m *GetEnvReply) ValidateAll() error + func (x *GetEnvReply) GetCreatedAt() uint32 + func (x *GetEnvReply) GetDescription() string + func (x *GetEnvReply) GetId() uint32 + func (x *GetEnvReply) GetKeyword() string + func (x *GetEnvReply) GetName() string + func (x *GetEnvReply) GetStatus() bool + func (x *GetEnvReply) GetUpdatedAt() uint32 + func (x *GetEnvReply) ProtoReflect() protoreflect.Message + func (x *GetEnvReply) Reset() + func (x *GetEnvReply) String() string + type GetEnvReplyMultiError []error + func (m GetEnvReplyMultiError) AllErrors() []error + func (m GetEnvReplyMultiError) Error() string + type GetEnvReplyValidationError struct + func (e GetEnvReplyValidationError) Cause() error + func (e GetEnvReplyValidationError) Error() string + func (e GetEnvReplyValidationError) ErrorName() string + func (e GetEnvReplyValidationError) Field() string + func (e GetEnvReplyValidationError) Key() bool + func (e GetEnvReplyValidationError) Reason() string + type GetEnvRequest struct + Id *uint32 + Keyword *string + func (*GetEnvRequest) Descriptor() ([]byte, []int) + func (*GetEnvRequest) ProtoMessage() + func (m *GetEnvRequest) Validate() error + func (m *GetEnvRequest) ValidateAll() error + func (x *GetEnvRequest) GetId() uint32 + func (x *GetEnvRequest) GetKeyword() string + func (x *GetEnvRequest) ProtoReflect() protoreflect.Message + func (x *GetEnvRequest) Reset() + func (x *GetEnvRequest) String() string + type GetEnvRequestMultiError []error + func (m GetEnvRequestMultiError) AllErrors() []error + func (m GetEnvRequestMultiError) Error() string + type GetEnvRequestValidationError struct + func (e GetEnvRequestValidationError) Cause() error + func (e GetEnvRequestValidationError) Error() string + func (e GetEnvRequestValidationError) ErrorName() string + func (e GetEnvRequestValidationError) Field() string + func (e GetEnvRequestValidationError) Key() bool + func (e GetEnvRequestValidationError) Reason() string + type GetEnvTokenReply struct + Token string + func (*GetEnvTokenReply) Descriptor() ([]byte, []int) + func (*GetEnvTokenReply) ProtoMessage() + func (m *GetEnvTokenReply) Validate() error + func (m *GetEnvTokenReply) ValidateAll() error + func (x *GetEnvTokenReply) GetToken() string + func (x *GetEnvTokenReply) ProtoReflect() protoreflect.Message + func (x *GetEnvTokenReply) Reset() + func (x *GetEnvTokenReply) String() string + type GetEnvTokenReplyMultiError []error + func (m GetEnvTokenReplyMultiError) AllErrors() []error + func (m GetEnvTokenReplyMultiError) Error() string + type GetEnvTokenReplyValidationError struct + func (e GetEnvTokenReplyValidationError) Cause() error + func (e GetEnvTokenReplyValidationError) Error() string + func (e GetEnvTokenReplyValidationError) ErrorName() string + func (e GetEnvTokenReplyValidationError) Field() string + func (e GetEnvTokenReplyValidationError) Key() bool + func (e GetEnvTokenReplyValidationError) Reason() string + type GetEnvTokenRequest struct + Id uint32 + func (*GetEnvTokenRequest) Descriptor() ([]byte, []int) + func (*GetEnvTokenRequest) ProtoMessage() + func (m *GetEnvTokenRequest) Validate() error + func (m *GetEnvTokenRequest) ValidateAll() error + func (x *GetEnvTokenRequest) GetId() uint32 + func (x *GetEnvTokenRequest) ProtoReflect() protoreflect.Message + func (x *GetEnvTokenRequest) Reset() + func (x *GetEnvTokenRequest) String() string + type GetEnvTokenRequestMultiError []error + func (m GetEnvTokenRequestMultiError) AllErrors() []error + func (m GetEnvTokenRequestMultiError) Error() string + type GetEnvTokenRequestValidationError struct + func (e GetEnvTokenRequestValidationError) Cause() error + func (e GetEnvTokenRequestValidationError) Error() string + func (e GetEnvTokenRequestValidationError) ErrorName() string + func (e GetEnvTokenRequestValidationError) Field() string + func (e GetEnvTokenRequestValidationError) Key() bool + func (e GetEnvTokenRequestValidationError) Reason() string + type ListEnvReply struct + List []*ListEnvReply_Env + Total uint32 + func (*ListEnvReply) Descriptor() ([]byte, []int) + func (*ListEnvReply) ProtoMessage() + func (m *ListEnvReply) Validate() error + func (m *ListEnvReply) ValidateAll() error + func (x *ListEnvReply) GetList() []*ListEnvReply_Env + func (x *ListEnvReply) GetTotal() uint32 + func (x *ListEnvReply) ProtoReflect() protoreflect.Message + func (x *ListEnvReply) Reset() + func (x *ListEnvReply) String() string + type ListEnvReplyMultiError []error + func (m ListEnvReplyMultiError) AllErrors() []error + func (m ListEnvReplyMultiError) Error() string + type ListEnvReplyValidationError struct + func (e ListEnvReplyValidationError) Cause() error + func (e ListEnvReplyValidationError) Error() string + func (e ListEnvReplyValidationError) ErrorName() string + func (e ListEnvReplyValidationError) Field() string + func (e ListEnvReplyValidationError) Key() bool + func (e ListEnvReplyValidationError) Reason() string + type ListEnvReply_Env struct + CreatedAt uint32 + Description *string + Id uint32 + Keyword string + Name string + Status *bool + UpdatedAt uint32 + func (*ListEnvReply_Env) Descriptor() ([]byte, []int) + func (*ListEnvReply_Env) ProtoMessage() + func (m *ListEnvReply_Env) Validate() error + func (m *ListEnvReply_Env) ValidateAll() error + func (x *ListEnvReply_Env) GetCreatedAt() uint32 + func (x *ListEnvReply_Env) GetDescription() string + func (x *ListEnvReply_Env) GetId() uint32 + func (x *ListEnvReply_Env) GetKeyword() string + func (x *ListEnvReply_Env) GetName() string + func (x *ListEnvReply_Env) GetStatus() bool + func (x *ListEnvReply_Env) GetUpdatedAt() uint32 + func (x *ListEnvReply_Env) ProtoReflect() protoreflect.Message + func (x *ListEnvReply_Env) Reset() + func (x *ListEnvReply_Env) String() string + type ListEnvReply_EnvMultiError []error + func (m ListEnvReply_EnvMultiError) AllErrors() []error + func (m ListEnvReply_EnvMultiError) Error() string + type ListEnvReply_EnvValidationError struct + func (e ListEnvReply_EnvValidationError) Cause() error + func (e ListEnvReply_EnvValidationError) Error() string + func (e ListEnvReply_EnvValidationError) ErrorName() string + func (e ListEnvReply_EnvValidationError) Field() string + func (e ListEnvReply_EnvValidationError) Key() bool + func (e ListEnvReply_EnvValidationError) Reason() string + type ListEnvRequest struct + Keyword *string + Name *string + Status *bool + func (*ListEnvRequest) Descriptor() ([]byte, []int) + func (*ListEnvRequest) ProtoMessage() + func (m *ListEnvRequest) Validate() error + func (m *ListEnvRequest) ValidateAll() error + func (x *ListEnvRequest) GetKeyword() string + func (x *ListEnvRequest) GetName() string + func (x *ListEnvRequest) GetStatus() bool + func (x *ListEnvRequest) ProtoReflect() protoreflect.Message + func (x *ListEnvRequest) Reset() + func (x *ListEnvRequest) String() string + type ListEnvRequestMultiError []error + func (m ListEnvRequestMultiError) AllErrors() []error + func (m ListEnvRequestMultiError) Error() string + type ListEnvRequestValidationError struct + func (e ListEnvRequestValidationError) Cause() error + func (e ListEnvRequestValidationError) Error() string + func (e ListEnvRequestValidationError) ErrorName() string + func (e ListEnvRequestValidationError) Field() string + func (e ListEnvRequestValidationError) Key() bool + func (e ListEnvRequestValidationError) Reason() string + type ResetEnvTokenReply struct + Token string + func (*ResetEnvTokenReply) Descriptor() ([]byte, []int) + func (*ResetEnvTokenReply) ProtoMessage() + func (m *ResetEnvTokenReply) Validate() error + func (m *ResetEnvTokenReply) ValidateAll() error + func (x *ResetEnvTokenReply) GetToken() string + func (x *ResetEnvTokenReply) ProtoReflect() protoreflect.Message + func (x *ResetEnvTokenReply) Reset() + func (x *ResetEnvTokenReply) String() string + type ResetEnvTokenReplyMultiError []error + func (m ResetEnvTokenReplyMultiError) AllErrors() []error + func (m ResetEnvTokenReplyMultiError) Error() string + type ResetEnvTokenReplyValidationError struct + func (e ResetEnvTokenReplyValidationError) Cause() error + func (e ResetEnvTokenReplyValidationError) Error() string + func (e ResetEnvTokenReplyValidationError) ErrorName() string + func (e ResetEnvTokenReplyValidationError) Field() string + func (e ResetEnvTokenReplyValidationError) Key() bool + func (e ResetEnvTokenReplyValidationError) Reason() string + type ResetEnvTokenRequest struct + Id uint32 + func (*ResetEnvTokenRequest) Descriptor() ([]byte, []int) + func (*ResetEnvTokenRequest) ProtoMessage() + func (m *ResetEnvTokenRequest) Validate() error + func (m *ResetEnvTokenRequest) ValidateAll() error + func (x *ResetEnvTokenRequest) GetId() uint32 + func (x *ResetEnvTokenRequest) ProtoReflect() protoreflect.Message + func (x *ResetEnvTokenRequest) Reset() + func (x *ResetEnvTokenRequest) String() string + type ResetEnvTokenRequestMultiError []error + func (m ResetEnvTokenRequestMultiError) AllErrors() []error + func (m ResetEnvTokenRequestMultiError) Error() string + type ResetEnvTokenRequestValidationError struct + func (e ResetEnvTokenRequestValidationError) Cause() error + func (e ResetEnvTokenRequestValidationError) Error() string + func (e ResetEnvTokenRequestValidationError) ErrorName() string + func (e ResetEnvTokenRequestValidationError) Field() string + func (e ResetEnvTokenRequestValidationError) Key() bool + func (e ResetEnvTokenRequestValidationError) Reason() string + type UnimplementedEnvServer struct + func (UnimplementedEnvServer) CreateEnv(context.Context, *CreateEnvRequest) (*CreateEnvReply, error) + func (UnimplementedEnvServer) DeleteEnv(context.Context, *DeleteEnvRequest) (*DeleteEnvReply, error) + func (UnimplementedEnvServer) GetEnvToken(context.Context, *GetEnvTokenRequest) (*GetEnvTokenReply, error) + func (UnimplementedEnvServer) ListEnv(context.Context, *ListEnvRequest) (*ListEnvReply, error) + func (UnimplementedEnvServer) ResetEnvToken(context.Context, *ResetEnvTokenRequest) (*ResetEnvTokenReply, error) + func (UnimplementedEnvServer) UpdateEnv(context.Context, *UpdateEnvRequest) (*UpdateEnvReply, error) + type UnsafeEnvServer interface + type UpdateEnvReply struct + func (*UpdateEnvReply) Descriptor() ([]byte, []int) + func (*UpdateEnvReply) ProtoMessage() + func (m *UpdateEnvReply) Validate() error + func (m *UpdateEnvReply) ValidateAll() error + func (x *UpdateEnvReply) ProtoReflect() protoreflect.Message + func (x *UpdateEnvReply) Reset() + func (x *UpdateEnvReply) String() string + type UpdateEnvReplyMultiError []error + func (m UpdateEnvReplyMultiError) AllErrors() []error + func (m UpdateEnvReplyMultiError) Error() string + type UpdateEnvReplyValidationError struct + func (e UpdateEnvReplyValidationError) Cause() error + func (e UpdateEnvReplyValidationError) Error() string + func (e UpdateEnvReplyValidationError) ErrorName() string + func (e UpdateEnvReplyValidationError) Field() string + func (e UpdateEnvReplyValidationError) Key() bool + func (e UpdateEnvReplyValidationError) Reason() string + type UpdateEnvRequest struct + Description *string + Id uint32 + Keyword string + Name string + Status *bool + func (*UpdateEnvRequest) Descriptor() ([]byte, []int) + func (*UpdateEnvRequest) ProtoMessage() + func (m *UpdateEnvRequest) Validate() error + func (m *UpdateEnvRequest) ValidateAll() error + func (x *UpdateEnvRequest) GetDescription() string + func (x *UpdateEnvRequest) GetId() uint32 + func (x *UpdateEnvRequest) GetKeyword() string + func (x *UpdateEnvRequest) GetName() string + func (x *UpdateEnvRequest) GetStatus() bool + func (x *UpdateEnvRequest) ProtoReflect() protoreflect.Message + func (x *UpdateEnvRequest) Reset() + func (x *UpdateEnvRequest) String() string + type UpdateEnvRequestMultiError []error + func (m UpdateEnvRequestMultiError) AllErrors() []error + func (m UpdateEnvRequestMultiError) Error() string + type UpdateEnvRequestValidationError struct + func (e UpdateEnvRequestValidationError) Cause() error + func (e UpdateEnvRequestValidationError) Error() string + func (e UpdateEnvRequestValidationError) ErrorName() string + func (e UpdateEnvRequestValidationError) Field() string + func (e UpdateEnvRequestValidationError) Key() bool + func (e UpdateEnvRequestValidationError) Reason() string