Versions in this module Expand all Collapse all v0 v0.2.0 Oct 12, 2024 Changes in this version + const SoleTemplateService_Encrypt_FullMethodName + const SoleTemplateService_Example_FullMethodName + const SoleTemplateService_Health_FullMethodName + var File_soletemplate_v1_soletemplate_configuration_proto protoreflect.FileDescriptor + var File_soletemplate_v1_soletemplate_errors_proto protoreflect.FileDescriptor + var File_soletemplate_v1_soletemplate_service_proto protoreflect.FileDescriptor + var SoleTemplateErrorEnum_SoleTemplateError_name = map[int32]string + var SoleTemplateErrorEnum_SoleTemplateError_value = map[string]int32 + var SoleTemplateService_ServiceDesc = grpc.ServiceDesc + func RegisterSoleTemplateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterSoleTemplateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SoleTemplateServiceClient) error + func RegisterSoleTemplateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterSoleTemplateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SoleTemplateServiceServer) error + func RegisterSoleTemplateServiceServer(s grpc.ServiceRegistrar, srv SoleTemplateServiceServer) + type Configuration struct + Category *Configuration_Category + Log *configuration.Log + Otel *configuration.Otel + Web *configuration.Web + func (*Configuration) Descriptor() ([]byte, []int) + func (*Configuration) ProtoMessage() + func (x *Configuration) GetCategory() *Configuration_Category + func (x *Configuration) GetLog() *configuration.Log + func (x *Configuration) GetOtel() *configuration.Otel + func (x *Configuration) GetWeb() *configuration.Web + func (x *Configuration) ProtoReflect() protoreflect.Message + func (x *Configuration) Reset() + func (x *Configuration) String() string + type Configuration_Category struct + DynamicEnvironments map[string]string + FileCleaners []*configuration.FileCleaner + System *configuration.System + func (*Configuration_Category) Descriptor() ([]byte, []int) + func (*Configuration_Category) ProtoMessage() + func (x *Configuration_Category) GetDynamicEnvironments() map[string]string + func (x *Configuration_Category) GetFileCleaners() []*configuration.FileCleaner + func (x *Configuration_Category) GetSystem() *configuration.System + func (x *Configuration_Category) ProtoReflect() protoreflect.Message + func (x *Configuration_Category) Reset() + func (x *Configuration_Category) String() string + type EncryptRequest struct + AppId string + PlainText []byte + RequestId string + func (*EncryptRequest) Descriptor() ([]byte, []int) + func (*EncryptRequest) ProtoMessage() + func (x *EncryptRequest) GetAppId() string + func (x *EncryptRequest) GetPlainText() []byte + func (x *EncryptRequest) GetRequestId() string + func (x *EncryptRequest) ProtoReflect() protoreflect.Message + func (x *EncryptRequest) Reset() + func (x *EncryptRequest) String() string + type EncryptResponse struct + CipherText []byte + Error *errors.Error_Status + RequestId string + func (*EncryptResponse) Descriptor() ([]byte, []int) + func (*EncryptResponse) ProtoMessage() + func (x *EncryptResponse) GetCipherText() []byte + func (x *EncryptResponse) GetError() *errors.Error_Status + func (x *EncryptResponse) GetRequestId() string + func (x *EncryptResponse) ProtoReflect() protoreflect.Message + func (x *EncryptResponse) Reset() + func (x *EncryptResponse) String() string + type ErrorCode struct + ErrorCode isErrorCode_ErrorCode + func (*ErrorCode) Descriptor() ([]byte, []int) + func (*ErrorCode) ProtoMessage() + func (m *ErrorCode) GetErrorCode() isErrorCode_ErrorCode + func (x *ErrorCode) GetSoleTemplateError() SoleTemplateErrorEnum_SoleTemplateError + func (x *ErrorCode) ProtoReflect() protoreflect.Message + func (x *ErrorCode) Reset() + func (x *ErrorCode) String() string + type ErrorCode_SoleTemplateError struct + SoleTemplateError SoleTemplateErrorEnum_SoleTemplateError + type ExampleRequest struct + AppId string + Message string + RequestId string + func (*ExampleRequest) Descriptor() ([]byte, []int) + func (*ExampleRequest) ProtoMessage() + func (x *ExampleRequest) GetAppId() string + func (x *ExampleRequest) GetMessage() string + func (x *ExampleRequest) GetRequestId() string + func (x *ExampleRequest) ProtoReflect() protoreflect.Message + func (x *ExampleRequest) Reset() + func (x *ExampleRequest) String() string + type ExampleResponse struct + Error *errors.Error_Status + Message string + RequestId string + func (*ExampleResponse) Descriptor() ([]byte, []int) + func (*ExampleResponse) ProtoMessage() + func (x *ExampleResponse) GetError() *errors.Error_Status + func (x *ExampleResponse) GetMessage() string + func (x *ExampleResponse) GetRequestId() string + func (x *ExampleResponse) ProtoReflect() protoreflect.Message + func (x *ExampleResponse) Reset() + func (x *ExampleResponse) String() string + type HealthRequest struct + AppId string + RequestId string + func (*HealthRequest) Descriptor() ([]byte, []int) + func (*HealthRequest) ProtoMessage() + func (x *HealthRequest) GetAppId() string + func (x *HealthRequest) GetRequestId() string + func (x *HealthRequest) ProtoReflect() protoreflect.Message + func (x *HealthRequest) Reset() + func (x *HealthRequest) String() string + type HealthResponse struct + Date string + Error *errors.Error_Status + RequestId string + Status string + func (*HealthResponse) Descriptor() ([]byte, []int) + func (*HealthResponse) ProtoMessage() + func (x *HealthResponse) GetDate() string + func (x *HealthResponse) GetError() *errors.Error_Status + func (x *HealthResponse) GetRequestId() string + func (x *HealthResponse) GetStatus() string + func (x *HealthResponse) ProtoReflect() protoreflect.Message + func (x *HealthResponse) Reset() + func (x *HealthResponse) String() string + type SoleTemplateErrorEnum struct + func (*SoleTemplateErrorEnum) Descriptor() ([]byte, []int) + func (*SoleTemplateErrorEnum) ProtoMessage() + func (x *SoleTemplateErrorEnum) ProtoReflect() protoreflect.Message + func (x *SoleTemplateErrorEnum) Reset() + func (x *SoleTemplateErrorEnum) String() string + type SoleTemplateErrorEnum_SoleTemplateError int32 + const SoleTemplateErrorEnum_ABORTED + const SoleTemplateErrorEnum_ALREADY_EXISTS + const SoleTemplateErrorEnum_CANCELLED + const SoleTemplateErrorEnum_DATA_LOSS + const SoleTemplateErrorEnum_DEADLINE_EXCEEDED + const SoleTemplateErrorEnum_FAILED_PRECONDITION + const SoleTemplateErrorEnum_INTERNAL + const SoleTemplateErrorEnum_INVALID_ARGUMENT + const SoleTemplateErrorEnum_INVALID_ARGUMENT_MESSAGE_EMPTY + const SoleTemplateErrorEnum_NOT_FOUND + const SoleTemplateErrorEnum_OK + const SoleTemplateErrorEnum_OUT_OF_RANGE + const SoleTemplateErrorEnum_PERMISSION_DENIED + const SoleTemplateErrorEnum_RESOURCE_EXHAUSTED + const SoleTemplateErrorEnum_UNAUTHENTICATED + const SoleTemplateErrorEnum_UNAVAILABLE + const SoleTemplateErrorEnum_UNIMPLEMENTED + const SoleTemplateErrorEnum_UNKNOWN + func (SoleTemplateErrorEnum_SoleTemplateError) Descriptor() protoreflect.EnumDescriptor + func (SoleTemplateErrorEnum_SoleTemplateError) EnumDescriptor() ([]byte, []int) + func (SoleTemplateErrorEnum_SoleTemplateError) Type() protoreflect.EnumType + func (x SoleTemplateErrorEnum_SoleTemplateError) Enum() *SoleTemplateErrorEnum_SoleTemplateError + func (x SoleTemplateErrorEnum_SoleTemplateError) Number() protoreflect.EnumNumber + func (x SoleTemplateErrorEnum_SoleTemplateError) String() string + type SoleTemplateServiceClient interface + Encrypt func(ctx context.Context, in *EncryptRequest, opts ...grpc.CallOption) (*EncryptResponse, error) + Example func(ctx context.Context, in *ExampleRequest, opts ...grpc.CallOption) (*ExampleResponse, error) + Health func(ctx context.Context, in *HealthRequest, opts ...grpc.CallOption) (*HealthResponse, error) + func NewSoleTemplateServiceClient(cc grpc.ClientConnInterface) SoleTemplateServiceClient + type SoleTemplateServiceServer interface + Encrypt func(context.Context, *EncryptRequest) (*EncryptResponse, error) + Example func(context.Context, *ExampleRequest) (*ExampleResponse, error) + Health func(context.Context, *HealthRequest) (*HealthResponse, error) + type UnimplementedSoleTemplateServiceServer struct + func (UnimplementedSoleTemplateServiceServer) Encrypt(context.Context, *EncryptRequest) (*EncryptResponse, error) + func (UnimplementedSoleTemplateServiceServer) Example(context.Context, *ExampleRequest) (*ExampleResponse, error) + func (UnimplementedSoleTemplateServiceServer) Health(context.Context, *HealthRequest) (*HealthResponse, error) + type UnsafeSoleTemplateServiceServer interface