Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterConfigServiceServer(s grpc.ServiceRegistrar, srv ConfigServiceServer)
- func RegisterContextServiceServer(s grpc.ServiceRegistrar, srv ContextServiceServer)
- func RegisterDockerServiceServer(s grpc.ServiceRegistrar, srv DockerServiceServer)
- func RegisterLockServiceServer(s grpc.ServiceRegistrar, srv LockServiceServer)
- func RegisterSecretServiceServer(s grpc.ServiceRegistrar, srv SecretServiceServer)
- type APIConfiguration
- func (*APIConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *APIConfiguration) GetBaseURL() string
- func (x *APIConfiguration) GetSessionToken() string
- func (*APIConfiguration) ProtoMessage()
- func (x *APIConfiguration) ProtoReflect() protoreflect.Message
- func (x *APIConfiguration) Reset()
- func (x *APIConfiguration) String() string
- type AccessEntry
- func (*AccessEntry) Descriptor() ([]byte, []int)deprecated
- func (x *AccessEntry) GetLevel() AccessEntry_AccessLevel
- func (x *AccessEntry) GetOrgName() string
- func (x *AccessEntry) GetTeamID() string
- func (x *AccessEntry) GetTeamName() string
- func (*AccessEntry) ProtoMessage()
- func (x *AccessEntry) ProtoReflect() protoreflect.Message
- func (x *AccessEntry) Reset()
- func (x *AccessEntry) String() string
- type AccessEntry_AccessLevel
- func (AccessEntry_AccessLevel) Descriptor() protoreflect.EnumDescriptor
- func (x AccessEntry_AccessLevel) Enum() *AccessEntry_AccessLevel
- func (AccessEntry_AccessLevel) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccessEntry_AccessLevel) Number() protoreflect.EnumNumber
- func (x AccessEntry_AccessLevel) String() string
- func (AccessEntry_AccessLevel) Type() protoreflect.EnumType
- type BoolValue
- type ConfigServiceClient
- type ConfigServiceServer
- type Configuration
- func (*Configuration) Descriptor() ([]byte, []int)deprecated
- func (x *Configuration) GetApiConfiguration() *APIConfiguration
- func (x *Configuration) GetProcessID() string
- func (x *Configuration) GetProjectInfo() *ProjectInfo
- func (x *Configuration) GetRepositoryInfo() *RepositoryInfo
- func (x *Configuration) GetWorkingDirectory() string
- func (*Configuration) ProtoMessage()
- func (x *Configuration) ProtoReflect() protoreflect.Message
- func (x *Configuration) Reset()
- func (x *Configuration) String() string
- type ConfigurationRequest
- type ContextServiceClient
- type ContextServiceServer
- type CreateKeyPairRequest
- func (*CreateKeyPairRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateKeyPairRequest) GetOptions() *SecretParams
- func (x *CreateKeyPairRequest) GetPrivateKey() []byte
- func (x *CreateKeyPairRequest) GetPublicKey() []byte
- func (*CreateKeyPairRequest) ProtoMessage()
- func (x *CreateKeyPairRequest) ProtoReflect() protoreflect.Message
- func (x *CreateKeyPairRequest) Reset()
- func (x *CreateKeyPairRequest) String() string
- type CreateKeyPairResponse
- func (*CreateKeyPairResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateKeyPairResponse) GetId() string
- func (x *CreateKeyPairResponse) GetPublicKey() string
- func (x *CreateKeyPairResponse) GetStorePassword() string
- func (*CreateKeyPairResponse) ProtoMessage()
- func (x *CreateKeyPairResponse) ProtoReflect() protoreflect.Message
- func (x *CreateKeyPairResponse) Reset()
- func (x *CreateKeyPairResponse) String() string
- type CreateSecretResponse
- func (*CreateSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSecretResponse) GetId() string
- func (x *CreateSecretResponse) GetStorePassword() string
- func (*CreateSecretResponse) ProtoMessage()
- func (x *CreateSecretResponse) ProtoReflect() protoreflect.Message
- func (x *CreateSecretResponse) Reset()
- func (x *CreateSecretResponse) String() string
- type CreateSecretValueRequest
- func (*CreateSecretValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSecretValueRequest) GetOptions() *SecretParams
- func (x *CreateSecretValueRequest) GetValue() []byte
- func (*CreateSecretValueRequest) ProtoMessage()
- func (x *CreateSecretValueRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSecretValueRequest) Reset()
- func (x *CreateSecretValueRequest) String() string
- type CreateUsernamePasswordRequest
- func (*CreateUsernamePasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUsernamePasswordRequest) GetOptions() *SecretParams
- func (x *CreateUsernamePasswordRequest) GetPassword() string
- func (x *CreateUsernamePasswordRequest) GetUsername() string
- func (*CreateUsernamePasswordRequest) ProtoMessage()
- func (x *CreateUsernamePasswordRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUsernamePasswordRequest) Reset()
- func (x *CreateUsernamePasswordRequest) String() string
- type DataRequest
- type DeleteSecretRequest
- func (*DeleteSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSecretRequest) GetName() string
- func (x *DeleteSecretRequest) GetOrg() string
- func (*DeleteSecretRequest) ProtoMessage()
- func (x *DeleteSecretRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSecretRequest) Reset()
- func (x *DeleteSecretRequest) String() string
- type DockerContainerResult
- func (*DockerContainerResult) Descriptor() ([]byte, []int)deprecated
- func (m *DockerContainerResult) GetResult() isDockerContainerResult_Result
- func (x *DockerContainerResult) GetStatus() uint32
- func (x *DockerContainerResult) GetStderr() string
- func (x *DockerContainerResult) GetStdout() string
- func (*DockerContainerResult) ProtoMessage()
- func (x *DockerContainerResult) ProtoReflect() protoreflect.Message
- func (x *DockerContainerResult) Reset()
- func (x *DockerContainerResult) String() string
- type DockerContainerResult_Status
- type DockerContainerResult_Stderr
- type DockerContainerResult_Stdout
- type DockerContainerSpec
- func (*DockerContainerSpec) Descriptor() ([]byte, []int)deprecated
- func (x *DockerContainerSpec) GetCommand() []string
- func (x *DockerContainerSpec) GetCpu() string
- func (x *DockerContainerSpec) GetEntryPoint() string
- func (x *DockerContainerSpec) GetEnv() map[string]string
- func (x *DockerContainerSpec) GetEnvFile() string
- func (x *DockerContainerSpec) GetForcePull() bool
- func (x *DockerContainerSpec) GetHosts() []string
- func (x *DockerContainerSpec) GetImage() string
- func (x *DockerContainerSpec) GetLabels() map[string]string
- func (x *DockerContainerSpec) GetMemory() string
- func (x *DockerContainerSpec) GetName() string
- func (x *DockerContainerSpec) GetRedirectStdError() bool
- func (x *DockerContainerSpec) GetStdoutFilePath() string
- func (x *DockerContainerSpec) GetUser() string
- func (x *DockerContainerSpec) GetWorkDir() string
- func (*DockerContainerSpec) ProtoMessage()
- func (x *DockerContainerSpec) ProtoReflect() protoreflect.Message
- func (x *DockerContainerSpec) Reset()
- func (x *DockerContainerSpec) String() string
- type DockerServiceClient
- type DockerServiceServer
- type DockerService_RunContainerClient
- type DockerService_RunContainerServer
- type DoubleValue
- type EncryptStringRequest
- func (*EncryptStringRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EncryptStringRequest) GetOrg() string
- func (x *EncryptStringRequest) GetProject() string
- func (x *EncryptStringRequest) GetValue() string
- func (*EncryptStringRequest) ProtoMessage()
- func (x *EncryptStringRequest) ProtoReflect() protoreflect.Message
- func (x *EncryptStringRequest) Reset()
- func (x *EncryptStringRequest) String() string
- type EvaluateRequest
- func (*EvaluateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluateRequest) GetExpression() string
- func (x *EvaluateRequest) GetParameters() []*Variable
- func (x *EvaluateRequest) GetType() string
- func (*EvaluateRequest) ProtoMessage()
- func (x *EvaluateRequest) ProtoReflect() protoreflect.Message
- func (x *EvaluateRequest) Reset()
- func (x *EvaluateRequest) String() string
- type GetSecretRequest
- func (*GetSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSecretRequest) GetName() string
- func (x *GetSecretRequest) GetOrg() string
- func (x *GetSecretRequest) GetStorePassword() string
- func (*GetSecretRequest) ProtoMessage()
- func (x *GetSecretRequest) ProtoReflect() protoreflect.Message
- func (x *GetSecretRequest) Reset()
- func (x *GetSecretRequest) String() string
- type GetVariableNameParams
- type GetVariablesRequest
- type IntValue
- type JSONValue
- type KeyPair
- type KeyPairFiles
- func (*KeyPairFiles) Descriptor() ([]byte, []int)deprecated
- func (x *KeyPairFiles) GetPrivateKeyFile() string
- func (x *KeyPairFiles) GetPublicKeyFile() string
- func (*KeyPairFiles) ProtoMessage()
- func (x *KeyPairFiles) ProtoReflect() protoreflect.Message
- func (x *KeyPairFiles) Reset()
- func (x *KeyPairFiles) String() string
- type ListAccessEntryResponse
- func (*ListAccessEntryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccessEntryResponse) GetAccess() []*AccessEntry
- func (*ListAccessEntryResponse) ProtoMessage()
- func (x *ListAccessEntryResponse) ProtoReflect() protoreflect.Message
- func (x *ListAccessEntryResponse) Reset()
- func (x *ListAccessEntryResponse) String() string
- type ListValue
- type Lock
- type LockResult
- type LockServiceClient
- type LockServiceServer
- type MapValue
- type NullValue
- type ProjectInfo
- func (*ProjectInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectInfo) GetOrgID() string
- func (x *ProjectInfo) GetOrgName() string
- func (x *ProjectInfo) GetProjectID() string
- func (x *ProjectInfo) GetProjectName() string
- func (*ProjectInfo) ProtoMessage()
- func (x *ProjectInfo) ProtoReflect() protoreflect.Message
- func (x *ProjectInfo) Reset()
- func (x *ProjectInfo) String() string
- type RepositoryInfo
- func (*RepositoryInfo) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryInfo) GetRepoID() string
- func (x *RepositoryInfo) GetRepoName() string
- func (x *RepositoryInfo) GetRepoURL() string
- func (*RepositoryInfo) ProtoMessage()
- func (x *RepositoryInfo) ProtoReflect() protoreflect.Message
- func (x *RepositoryInfo) Reset()
- func (x *RepositoryInfo) String() string
- type SecretFile
- type SecretParams
- func (*SecretParams) Descriptor() ([]byte, []int)deprecated
- func (x *SecretParams) GetGeneratePassword() bool
- func (x *SecretParams) GetName() string
- func (x *SecretParams) GetOrgName() string
- func (x *SecretParams) GetProject() string
- func (x *SecretParams) GetStorePassword() string
- func (x *SecretParams) GetVisibility() SecretParams_Visibility
- func (*SecretParams) ProtoMessage()
- func (x *SecretParams) ProtoReflect() protoreflect.Message
- func (x *SecretParams) Reset()
- func (x *SecretParams) String() string
- type SecretParams_Visibility
- func (SecretParams_Visibility) Descriptor() protoreflect.EnumDescriptor
- func (x SecretParams_Visibility) Enum() *SecretParams_Visibility
- func (SecretParams_Visibility) EnumDescriptor() ([]byte, []int)deprecated
- func (x SecretParams_Visibility) Number() protoreflect.EnumNumber
- func (x SecretParams_Visibility) String() string
- func (SecretParams_Visibility) Type() protoreflect.EnumType
- type SecretRef
- type SecretResponse
- type SecretServiceClient
- type SecretServiceServer
- type SecretString
- type SetVariableResult
- type StringValue
- type TimeValue
- type UnimplementedConfigServiceServer
- type UnimplementedContextServiceServer
- func (UnimplementedContextServiceServer) Evaluate(context.Context, *EvaluateRequest) (*Value, error)
- func (UnimplementedContextServiceServer) GetVariable(context.Context, *VariableName) (*Value, error)
- func (UnimplementedContextServiceServer) GetVariableNames(context.Context, *GetVariableNameParams) (*VariableNameList, error)
- func (UnimplementedContextServiceServer) GetVariables(context.Context, *GetVariablesRequest) (*MapValue, error)
- func (UnimplementedContextServiceServer) SetTaskResult(context.Context, *Variables) (*SetVariableResult, error)
- func (UnimplementedContextServiceServer) SetVariable(context.Context, *Variable) (*SetVariableResult, error)
- func (UnimplementedContextServiceServer) SetVariables(context.Context, *Variables) (*SetVariableResult, error)
- type UnimplementedDockerServiceServer
- type UnimplementedLockServiceServer
- type UnimplementedSecretServiceServer
- func (UnimplementedSecretServiceServer) CreateKeyPair(context.Context, *CreateKeyPairRequest) (*CreateKeyPairResponse, error)
- func (UnimplementedSecretServiceServer) CreateSecretValue(context.Context, *CreateSecretValueRequest) (*CreateSecretResponse, error)
- func (UnimplementedSecretServiceServer) CreateUsernamePassword(context.Context, *CreateUsernamePasswordRequest) (*CreateSecretResponse, error)
- func (UnimplementedSecretServiceServer) DecryptString(context.Context, *SecretString) (*SecretString, error)
- func (UnimplementedSecretServiceServer) DeleteSecret(context.Context, *DeleteSecretRequest) (*SecretResponse, error)
- func (UnimplementedSecretServiceServer) EncryptString(context.Context, *EncryptStringRequest) (*SecretString, error)
- func (UnimplementedSecretServiceServer) ExportAsFile(context.Context, *GetSecretRequest) (*SecretFile, error)
- func (UnimplementedSecretServiceServer) ExportAsString(context.Context, *GetSecretRequest) (*SecretString, error)
- func (UnimplementedSecretServiceServer) ExportKeyPairAsFiles(context.Context, *GetSecretRequest) (*KeyPairFiles, error)
- func (UnimplementedSecretServiceServer) GenerateKeyPair(context.Context, *SecretParams) (*CreateKeyPairResponse, error)
- func (UnimplementedSecretServiceServer) GetUsernamePassword(context.Context, *GetSecretRequest) (*UsernamePassword, error)
- func (UnimplementedSecretServiceServer) ListAccessLevels(context.Context, *SecretRef) (*ListAccessEntryResponse, error)
- func (UnimplementedSecretServiceServer) UpdateAccessLevels(context.Context, *UpdateSecretAccessRequest) (*SecretResponse, error)
- type UnsafeConfigServiceServer
- type UnsafeContextServiceServer
- type UnsafeDockerServiceServer
- type UnsafeLockServiceServer
- type UnsafeSecretServiceServer
- type UpdateSecretAccessRequest
- func (*UpdateSecretAccessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSecretAccessRequest) GetEntries() []*AccessEntry
- func (x *UpdateSecretAccessRequest) GetName() string
- func (x *UpdateSecretAccessRequest) GetOrgName() string
- func (*UpdateSecretAccessRequest) ProtoMessage()
- func (x *UpdateSecretAccessRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSecretAccessRequest) Reset()
- func (x *UpdateSecretAccessRequest) String() string
- type UsernamePassword
- func (*UsernamePassword) Descriptor() ([]byte, []int)deprecated
- func (x *UsernamePassword) GetPassword() string
- func (x *UsernamePassword) GetUsername() string
- func (*UsernamePassword) ProtoMessage()
- func (x *UsernamePassword) ProtoReflect() protoreflect.Message
- func (x *UsernamePassword) Reset()
- func (x *UsernamePassword) String() string
- type Value
- type Variable
- type VariableName
- type VariableNameList
- type Variables
Constants ¶
const ( ContextService_GetVariable_FullMethodName = "/context.ContextService/GetVariable" ContextService_SetVariable_FullMethodName = "/context.ContextService/SetVariable" ContextService_SetVariables_FullMethodName = "/context.ContextService/SetVariables" ContextService_SetTaskResult_FullMethodName = "/context.ContextService/SetTaskResult" ContextService_GetVariableNames_FullMethodName = "/context.ContextService/GetVariableNames" ContextService_GetVariables_FullMethodName = "/context.ContextService/GetVariables" ContextService_Evaluate_FullMethodName = "/context.ContextService/Evaluate" )
const ( LockService_ProjectLock_FullMethodName = "/lock.LockService/ProjectLock" LockService_ProjectUnlock_FullMethodName = "/lock.LockService/ProjectUnlock" )
const ( SecretService_CreateKeyPair_FullMethodName = "/secret.SecretService/CreateKeyPair" SecretService_GenerateKeyPair_FullMethodName = "/secret.SecretService/GenerateKeyPair" SecretService_CreateUsernamePassword_FullMethodName = "/secret.SecretService/CreateUsernamePassword" SecretService_CreateSecretValue_FullMethodName = "/secret.SecretService/CreateSecretValue" SecretService_DeleteSecret_FullMethodName = "/secret.SecretService/DeleteSecret" SecretService_UpdateAccessLevels_FullMethodName = "/secret.SecretService/UpdateAccessLevels" SecretService_ListAccessLevels_FullMethodName = "/secret.SecretService/ListAccessLevels" SecretService_ExportKeyPairAsFiles_FullMethodName = "/secret.SecretService/ExportKeyPairAsFiles" SecretService_GetUsernamePassword_FullMethodName = "/secret.SecretService/GetUsernamePassword" SecretService_ExportAsFile_FullMethodName = "/secret.SecretService/ExportAsFile" SecretService_ExportAsString_FullMethodName = "/secret.SecretService/ExportAsString" SecretService_DecryptString_FullMethodName = "/secret.SecretService/DecryptString" SecretService_EncryptString_FullMethodName = "/secret.SecretService/EncryptString" )
const (
ConfigService_GetConfiguration_FullMethodName = "/config.ConfigService/GetConfiguration"
)
const (
DockerService_RunContainer_FullMethodName = "/docker.DockerService/RunContainer"
)
Variables ¶
var ( SecretParams_Visibility_name = map[int32]string{ 0: "PUBLIC", 1: "PRIVATE", } SecretParams_Visibility_value = map[string]int32{ "PUBLIC": 0, "PRIVATE": 1, } )
Enum value maps for SecretParams_Visibility.
var ( AccessEntry_AccessLevel_name = map[int32]string{ 0: "READER", 1: "WRITER", 2: "OWNER", } AccessEntry_AccessLevel_value = map[string]int32{ "READER": 0, "WRITER": 1, "OWNER": 2, } )
Enum value maps for AccessEntry_AccessLevel.
var ConfigService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "config.ConfigService", HandlerType: (*ConfigServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetConfiguration", Handler: _ConfigService_GetConfiguration_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "config.proto", }
ConfigService_ServiceDesc is the grpc.ServiceDesc for ConfigService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ContextService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "context.ContextService", HandlerType: (*ContextServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetVariable", Handler: _ContextService_GetVariable_Handler, }, { MethodName: "SetVariable", Handler: _ContextService_SetVariable_Handler, }, { MethodName: "SetVariables", Handler: _ContextService_SetVariables_Handler, }, { MethodName: "SetTaskResult", Handler: _ContextService_SetTaskResult_Handler, }, { MethodName: "GetVariableNames", Handler: _ContextService_GetVariableNames_Handler, }, { MethodName: "GetVariables", Handler: _ContextService_GetVariables_Handler, }, { MethodName: "Evaluate", Handler: _ContextService_Evaluate_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "context.proto", }
ContextService_ServiceDesc is the grpc.ServiceDesc for ContextService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var DockerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "docker.DockerService", HandlerType: (*DockerServiceServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{ { StreamName: "RunContainer", Handler: _DockerService_RunContainer_Handler, ServerStreams: true, }, }, Metadata: "docker.proto", }
DockerService_ServiceDesc is the grpc.ServiceDesc for DockerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_config_proto protoreflect.FileDescriptor
var File_context_proto protoreflect.FileDescriptor
var File_docker_proto protoreflect.FileDescriptor
var File_lock_proto protoreflect.FileDescriptor
var File_secret_proto protoreflect.FileDescriptor
var LockService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "lock.LockService", HandlerType: (*LockServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ProjectLock", Handler: _LockService_ProjectLock_Handler, }, { MethodName: "ProjectUnlock", Handler: _LockService_ProjectUnlock_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "lock.proto", }
LockService_ServiceDesc is the grpc.ServiceDesc for LockService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SecretService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "secret.SecretService", HandlerType: (*SecretServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateKeyPair", Handler: _SecretService_CreateKeyPair_Handler, }, { MethodName: "GenerateKeyPair", Handler: _SecretService_GenerateKeyPair_Handler, }, { MethodName: "CreateUsernamePassword", Handler: _SecretService_CreateUsernamePassword_Handler, }, { MethodName: "CreateSecretValue", Handler: _SecretService_CreateSecretValue_Handler, }, { MethodName: "DeleteSecret", Handler: _SecretService_DeleteSecret_Handler, }, { MethodName: "UpdateAccessLevels", Handler: _SecretService_UpdateAccessLevels_Handler, }, { MethodName: "ListAccessLevels", Handler: _SecretService_ListAccessLevels_Handler, }, { MethodName: "ExportKeyPairAsFiles", Handler: _SecretService_ExportKeyPairAsFiles_Handler, }, { MethodName: "GetUsernamePassword", Handler: _SecretService_GetUsernamePassword_Handler, }, { MethodName: "ExportAsFile", Handler: _SecretService_ExportAsFile_Handler, }, { MethodName: "ExportAsString", Handler: _SecretService_ExportAsString_Handler, }, { MethodName: "DecryptString", Handler: _SecretService_DecryptString_Handler, }, { MethodName: "EncryptString", Handler: _SecretService_EncryptString_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "secret.proto", }
SecretService_ServiceDesc is the grpc.ServiceDesc for SecretService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterConfigServiceServer ¶
func RegisterConfigServiceServer(s grpc.ServiceRegistrar, srv ConfigServiceServer)
func RegisterContextServiceServer ¶
func RegisterContextServiceServer(s grpc.ServiceRegistrar, srv ContextServiceServer)
func RegisterDockerServiceServer ¶
func RegisterDockerServiceServer(s grpc.ServiceRegistrar, srv DockerServiceServer)
func RegisterLockServiceServer ¶
func RegisterLockServiceServer(s grpc.ServiceRegistrar, srv LockServiceServer)
func RegisterSecretServiceServer ¶
func RegisterSecretServiceServer(s grpc.ServiceRegistrar, srv SecretServiceServer)
Types ¶
type APIConfiguration ¶
type APIConfiguration struct { BaseURL string `protobuf:"bytes,1,opt,name=baseURL,proto3" json:"baseURL,omitempty"` SessionToken string `protobuf:"bytes,2,opt,name=sessionToken,proto3" json:"sessionToken,omitempty"` // contains filtered or unexported fields }
func (*APIConfiguration) Descriptor
deprecated
func (*APIConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use APIConfiguration.ProtoReflect.Descriptor instead.
func (*APIConfiguration) GetBaseURL ¶
func (x *APIConfiguration) GetBaseURL() string
func (*APIConfiguration) GetSessionToken ¶
func (x *APIConfiguration) GetSessionToken() string
func (*APIConfiguration) ProtoMessage ¶
func (*APIConfiguration) ProtoMessage()
func (*APIConfiguration) ProtoReflect ¶
func (x *APIConfiguration) ProtoReflect() protoreflect.Message
func (*APIConfiguration) Reset ¶
func (x *APIConfiguration) Reset()
func (*APIConfiguration) String ¶
func (x *APIConfiguration) String() string
type AccessEntry ¶
type AccessEntry struct { TeamID string `protobuf:"bytes,1,opt,name=teamID,proto3" json:"teamID,omitempty"` TeamName string `protobuf:"bytes,2,opt,name=teamName,proto3" json:"teamName,omitempty"` OrgName string `protobuf:"bytes,3,opt,name=orgName,proto3" json:"orgName,omitempty"` Level AccessEntry_AccessLevel `protobuf:"varint,4,opt,name=level,proto3,enum=secret.AccessEntry_AccessLevel" json:"level,omitempty"` // contains filtered or unexported fields }
func (*AccessEntry) Descriptor
deprecated
func (*AccessEntry) Descriptor() ([]byte, []int)
Deprecated: Use AccessEntry.ProtoReflect.Descriptor instead.
func (*AccessEntry) GetLevel ¶
func (x *AccessEntry) GetLevel() AccessEntry_AccessLevel
func (*AccessEntry) GetOrgName ¶
func (x *AccessEntry) GetOrgName() string
func (*AccessEntry) GetTeamID ¶
func (x *AccessEntry) GetTeamID() string
func (*AccessEntry) GetTeamName ¶
func (x *AccessEntry) GetTeamName() string
func (*AccessEntry) ProtoMessage ¶
func (*AccessEntry) ProtoMessage()
func (*AccessEntry) ProtoReflect ¶
func (x *AccessEntry) ProtoReflect() protoreflect.Message
func (*AccessEntry) Reset ¶
func (x *AccessEntry) Reset()
func (*AccessEntry) String ¶
func (x *AccessEntry) String() string
type AccessEntry_AccessLevel ¶
type AccessEntry_AccessLevel int32
const ( AccessEntry_READER AccessEntry_AccessLevel = 0 AccessEntry_WRITER AccessEntry_AccessLevel = 1 AccessEntry_OWNER AccessEntry_AccessLevel = 2 )
func (AccessEntry_AccessLevel) Descriptor ¶
func (AccessEntry_AccessLevel) Descriptor() protoreflect.EnumDescriptor
func (AccessEntry_AccessLevel) Enum ¶
func (x AccessEntry_AccessLevel) Enum() *AccessEntry_AccessLevel
func (AccessEntry_AccessLevel) EnumDescriptor
deprecated
func (AccessEntry_AccessLevel) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccessEntry_AccessLevel.Descriptor instead.
func (AccessEntry_AccessLevel) Number ¶
func (x AccessEntry_AccessLevel) Number() protoreflect.EnumNumber
func (AccessEntry_AccessLevel) String ¶
func (x AccessEntry_AccessLevel) String() string
func (AccessEntry_AccessLevel) Type ¶
func (AccessEntry_AccessLevel) Type() protoreflect.EnumType
type BoolValue ¶
type BoolValue struct { Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*BoolValue) Descriptor
deprecated
func (*BoolValue) ProtoMessage ¶
func (*BoolValue) ProtoMessage()
func (*BoolValue) ProtoReflect ¶
func (x *BoolValue) ProtoReflect() protoreflect.Message
type ConfigServiceClient ¶
type ConfigServiceClient interface {
GetConfiguration(ctx context.Context, in *ConfigurationRequest, opts ...grpc.CallOption) (*Configuration, error)
}
ConfigServiceClient is the client API for ConfigService 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 NewConfigServiceClient ¶
func NewConfigServiceClient(cc grpc.ClientConnInterface) ConfigServiceClient
type ConfigServiceServer ¶
type ConfigServiceServer interface { GetConfiguration(context.Context, *ConfigurationRequest) (*Configuration, error) // contains filtered or unexported methods }
ConfigServiceServer is the server API for ConfigService service. All implementations must embed UnimplementedConfigServiceServer for forward compatibility
type Configuration ¶
type Configuration struct { ProcessID string `protobuf:"bytes,1,opt,name=processID,proto3" json:"processID,omitempty"` WorkingDirectory string `protobuf:"bytes,2,opt,name=workingDirectory,proto3" json:"workingDirectory,omitempty"` ProjectInfo *ProjectInfo `protobuf:"bytes,3,opt,name=projectInfo,proto3" json:"projectInfo,omitempty"` RepositoryInfo *RepositoryInfo `protobuf:"bytes,4,opt,name=repositoryInfo,proto3" json:"repositoryInfo,omitempty"` ApiConfiguration *APIConfiguration `protobuf:"bytes,5,opt,name=apiConfiguration,proto3" json:"apiConfiguration,omitempty"` // contains filtered or unexported fields }
func (*Configuration) Descriptor
deprecated
func (*Configuration) Descriptor() ([]byte, []int)
Deprecated: Use Configuration.ProtoReflect.Descriptor instead.
func (*Configuration) GetApiConfiguration ¶
func (x *Configuration) GetApiConfiguration() *APIConfiguration
func (*Configuration) GetProcessID ¶
func (x *Configuration) GetProcessID() string
func (*Configuration) GetProjectInfo ¶
func (x *Configuration) GetProjectInfo() *ProjectInfo
func (*Configuration) GetRepositoryInfo ¶
func (x *Configuration) GetRepositoryInfo() *RepositoryInfo
func (*Configuration) GetWorkingDirectory ¶
func (x *Configuration) GetWorkingDirectory() string
func (*Configuration) ProtoMessage ¶
func (*Configuration) ProtoMessage()
func (*Configuration) ProtoReflect ¶
func (x *Configuration) ProtoReflect() protoreflect.Message
func (*Configuration) Reset ¶
func (x *Configuration) Reset()
func (*Configuration) String ¶
func (x *Configuration) String() string
type ConfigurationRequest ¶
type ConfigurationRequest struct {
// contains filtered or unexported fields
}
func (*ConfigurationRequest) Descriptor
deprecated
func (*ConfigurationRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConfigurationRequest.ProtoReflect.Descriptor instead.
func (*ConfigurationRequest) ProtoMessage ¶
func (*ConfigurationRequest) ProtoMessage()
func (*ConfigurationRequest) ProtoReflect ¶
func (x *ConfigurationRequest) ProtoReflect() protoreflect.Message
func (*ConfigurationRequest) Reset ¶
func (x *ConfigurationRequest) Reset()
func (*ConfigurationRequest) String ¶
func (x *ConfigurationRequest) String() string
type ContextServiceClient ¶
type ContextServiceClient interface { GetVariable(ctx context.Context, in *VariableName, opts ...grpc.CallOption) (*Value, error) SetVariable(ctx context.Context, in *Variable, opts ...grpc.CallOption) (*SetVariableResult, error) SetVariables(ctx context.Context, in *Variables, opts ...grpc.CallOption) (*SetVariableResult, error) SetTaskResult(ctx context.Context, in *Variables, opts ...grpc.CallOption) (*SetVariableResult, error) GetVariableNames(ctx context.Context, in *GetVariableNameParams, opts ...grpc.CallOption) (*VariableNameList, error) GetVariables(ctx context.Context, in *GetVariablesRequest, opts ...grpc.CallOption) (*MapValue, error) Evaluate(ctx context.Context, in *EvaluateRequest, opts ...grpc.CallOption) (*Value, error) }
ContextServiceClient is the client API for ContextService 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 NewContextServiceClient ¶
func NewContextServiceClient(cc grpc.ClientConnInterface) ContextServiceClient
type ContextServiceServer ¶
type ContextServiceServer interface { GetVariable(context.Context, *VariableName) (*Value, error) SetVariable(context.Context, *Variable) (*SetVariableResult, error) SetVariables(context.Context, *Variables) (*SetVariableResult, error) SetTaskResult(context.Context, *Variables) (*SetVariableResult, error) GetVariableNames(context.Context, *GetVariableNameParams) (*VariableNameList, error) GetVariables(context.Context, *GetVariablesRequest) (*MapValue, error) Evaluate(context.Context, *EvaluateRequest) (*Value, error) // contains filtered or unexported methods }
ContextServiceServer is the server API for ContextService service. All implementations must embed UnimplementedContextServiceServer for forward compatibility
type CreateKeyPairRequest ¶
type CreateKeyPairRequest struct { Options *SecretParams `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"` PublicKey []byte `protobuf:"bytes,2,opt,name=publicKey,proto3" json:"publicKey,omitempty"` PrivateKey []byte `protobuf:"bytes,3,opt,name=privateKey,proto3" json:"privateKey,omitempty"` // contains filtered or unexported fields }
func (*CreateKeyPairRequest) Descriptor
deprecated
func (*CreateKeyPairRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateKeyPairRequest.ProtoReflect.Descriptor instead.
func (*CreateKeyPairRequest) GetOptions ¶
func (x *CreateKeyPairRequest) GetOptions() *SecretParams
func (*CreateKeyPairRequest) GetPrivateKey ¶
func (x *CreateKeyPairRequest) GetPrivateKey() []byte
func (*CreateKeyPairRequest) GetPublicKey ¶
func (x *CreateKeyPairRequest) GetPublicKey() []byte
func (*CreateKeyPairRequest) ProtoMessage ¶
func (*CreateKeyPairRequest) ProtoMessage()
func (*CreateKeyPairRequest) ProtoReflect ¶
func (x *CreateKeyPairRequest) ProtoReflect() protoreflect.Message
func (*CreateKeyPairRequest) Reset ¶
func (x *CreateKeyPairRequest) Reset()
func (*CreateKeyPairRequest) String ¶
func (x *CreateKeyPairRequest) String() string
type CreateKeyPairResponse ¶
type CreateKeyPairResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` StorePassword string `protobuf:"bytes,2,opt,name=storePassword,proto3" json:"storePassword,omitempty"` PublicKey string `protobuf:"bytes,3,opt,name=publicKey,proto3" json:"publicKey,omitempty"` // contains filtered or unexported fields }
func (*CreateKeyPairResponse) Descriptor
deprecated
func (*CreateKeyPairResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateKeyPairResponse.ProtoReflect.Descriptor instead.
func (*CreateKeyPairResponse) GetId ¶
func (x *CreateKeyPairResponse) GetId() string
func (*CreateKeyPairResponse) GetPublicKey ¶
func (x *CreateKeyPairResponse) GetPublicKey() string
func (*CreateKeyPairResponse) GetStorePassword ¶
func (x *CreateKeyPairResponse) GetStorePassword() string
func (*CreateKeyPairResponse) ProtoMessage ¶
func (*CreateKeyPairResponse) ProtoMessage()
func (*CreateKeyPairResponse) ProtoReflect ¶
func (x *CreateKeyPairResponse) ProtoReflect() protoreflect.Message
func (*CreateKeyPairResponse) Reset ¶
func (x *CreateKeyPairResponse) Reset()
func (*CreateKeyPairResponse) String ¶
func (x *CreateKeyPairResponse) String() string
type CreateSecretResponse ¶
type CreateSecretResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` StorePassword string `protobuf:"bytes,2,opt,name=storePassword,proto3" json:"storePassword,omitempty"` // contains filtered or unexported fields }
func (*CreateSecretResponse) Descriptor
deprecated
func (*CreateSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateSecretResponse.ProtoReflect.Descriptor instead.
func (*CreateSecretResponse) GetId ¶
func (x *CreateSecretResponse) GetId() string
func (*CreateSecretResponse) GetStorePassword ¶
func (x *CreateSecretResponse) GetStorePassword() string
func (*CreateSecretResponse) ProtoMessage ¶
func (*CreateSecretResponse) ProtoMessage()
func (*CreateSecretResponse) ProtoReflect ¶
func (x *CreateSecretResponse) ProtoReflect() protoreflect.Message
func (*CreateSecretResponse) Reset ¶
func (x *CreateSecretResponse) Reset()
func (*CreateSecretResponse) String ¶
func (x *CreateSecretResponse) String() string
type CreateSecretValueRequest ¶
type CreateSecretValueRequest struct { Options *SecretParams `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*CreateSecretValueRequest) Descriptor
deprecated
func (*CreateSecretValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSecretValueRequest.ProtoReflect.Descriptor instead.
func (*CreateSecretValueRequest) GetOptions ¶
func (x *CreateSecretValueRequest) GetOptions() *SecretParams
func (*CreateSecretValueRequest) GetValue ¶
func (x *CreateSecretValueRequest) GetValue() []byte
func (*CreateSecretValueRequest) ProtoMessage ¶
func (*CreateSecretValueRequest) ProtoMessage()
func (*CreateSecretValueRequest) ProtoReflect ¶
func (x *CreateSecretValueRequest) ProtoReflect() protoreflect.Message
func (*CreateSecretValueRequest) Reset ¶
func (x *CreateSecretValueRequest) Reset()
func (*CreateSecretValueRequest) String ¶
func (x *CreateSecretValueRequest) String() string
type CreateUsernamePasswordRequest ¶
type CreateUsernamePasswordRequest struct { Options *SecretParams `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*CreateUsernamePasswordRequest) Descriptor
deprecated
func (*CreateUsernamePasswordRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUsernamePasswordRequest.ProtoReflect.Descriptor instead.
func (*CreateUsernamePasswordRequest) GetOptions ¶
func (x *CreateUsernamePasswordRequest) GetOptions() *SecretParams
func (*CreateUsernamePasswordRequest) GetPassword ¶
func (x *CreateUsernamePasswordRequest) GetPassword() string
func (*CreateUsernamePasswordRequest) GetUsername ¶
func (x *CreateUsernamePasswordRequest) GetUsername() string
func (*CreateUsernamePasswordRequest) ProtoMessage ¶
func (*CreateUsernamePasswordRequest) ProtoMessage()
func (*CreateUsernamePasswordRequest) ProtoReflect ¶
func (x *CreateUsernamePasswordRequest) ProtoReflect() protoreflect.Message
func (*CreateUsernamePasswordRequest) Reset ¶
func (x *CreateUsernamePasswordRequest) Reset()
func (*CreateUsernamePasswordRequest) String ¶
func (x *CreateUsernamePasswordRequest) String() string
type DataRequest ¶
type DataRequest struct { Org string `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DataRequest) Descriptor
deprecated
func (*DataRequest) Descriptor() ([]byte, []int)
Deprecated: Use DataRequest.ProtoReflect.Descriptor instead.
func (*DataRequest) GetName ¶
func (x *DataRequest) GetName() string
func (*DataRequest) GetOrg ¶
func (x *DataRequest) GetOrg() string
func (*DataRequest) ProtoMessage ¶
func (*DataRequest) ProtoMessage()
func (*DataRequest) ProtoReflect ¶
func (x *DataRequest) ProtoReflect() protoreflect.Message
func (*DataRequest) Reset ¶
func (x *DataRequest) Reset()
func (*DataRequest) String ¶
func (x *DataRequest) String() string
type DeleteSecretRequest ¶
type DeleteSecretRequest struct { Org string `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteSecretRequest) Descriptor
deprecated
func (*DeleteSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSecretRequest.ProtoReflect.Descriptor instead.
func (*DeleteSecretRequest) GetName ¶
func (x *DeleteSecretRequest) GetName() string
func (*DeleteSecretRequest) GetOrg ¶
func (x *DeleteSecretRequest) GetOrg() string
func (*DeleteSecretRequest) ProtoMessage ¶
func (*DeleteSecretRequest) ProtoMessage()
func (*DeleteSecretRequest) ProtoReflect ¶
func (x *DeleteSecretRequest) ProtoReflect() protoreflect.Message
func (*DeleteSecretRequest) Reset ¶
func (x *DeleteSecretRequest) Reset()
func (*DeleteSecretRequest) String ¶
func (x *DeleteSecretRequest) String() string
type DockerContainerResult ¶
type DockerContainerResult struct { // Types that are assignable to Result: // // *DockerContainerResult_Status // *DockerContainerResult_Stdout // *DockerContainerResult_Stderr Result isDockerContainerResult_Result `protobuf_oneof:"result"` // contains filtered or unexported fields }
func (*DockerContainerResult) Descriptor
deprecated
func (*DockerContainerResult) Descriptor() ([]byte, []int)
Deprecated: Use DockerContainerResult.ProtoReflect.Descriptor instead.
func (*DockerContainerResult) GetResult ¶
func (m *DockerContainerResult) GetResult() isDockerContainerResult_Result
func (*DockerContainerResult) GetStatus ¶
func (x *DockerContainerResult) GetStatus() uint32
func (*DockerContainerResult) GetStderr ¶
func (x *DockerContainerResult) GetStderr() string
func (*DockerContainerResult) GetStdout ¶
func (x *DockerContainerResult) GetStdout() string
func (*DockerContainerResult) ProtoMessage ¶
func (*DockerContainerResult) ProtoMessage()
func (*DockerContainerResult) ProtoReflect ¶
func (x *DockerContainerResult) ProtoReflect() protoreflect.Message
func (*DockerContainerResult) Reset ¶
func (x *DockerContainerResult) Reset()
func (*DockerContainerResult) String ¶
func (x *DockerContainerResult) String() string
type DockerContainerResult_Status ¶
type DockerContainerResult_Status struct {
Status uint32 `protobuf:"varint,1,opt,name=status,proto3,oneof"`
}
type DockerContainerResult_Stderr ¶
type DockerContainerResult_Stderr struct {
Stderr string `protobuf:"bytes,3,opt,name=stderr,proto3,oneof"`
}
type DockerContainerResult_Stdout ¶
type DockerContainerResult_Stdout struct {
Stdout string `protobuf:"bytes,2,opt,name=stdout,proto3,oneof"`
}
type DockerContainerSpec ¶
type DockerContainerSpec struct { Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` User string `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` WorkDir string `protobuf:"bytes,4,opt,name=workDir,proto3" json:"workDir,omitempty"` EntryPoint string `protobuf:"bytes,5,opt,name=entryPoint,proto3" json:"entryPoint,omitempty"` Command []string `protobuf:"bytes,6,rep,name=command,proto3" json:"command,omitempty"` Cpu string `protobuf:"bytes,7,opt,name=cpu,proto3" json:"cpu,omitempty"` Memory string `protobuf:"bytes,8,opt,name=memory,proto3" json:"memory,omitempty"` Env map[string]string `` /* 147-byte string literal not displayed */ EnvFile string `protobuf:"bytes,10,opt,name=envFile,proto3" json:"envFile,omitempty"` Labels map[string]string `` /* 154-byte string literal not displayed */ ForcePull bool `protobuf:"varint,12,opt,name=forcePull,proto3" json:"forcePull,omitempty"` Hosts []string `protobuf:"bytes,13,rep,name=hosts,proto3" json:"hosts,omitempty"` StdoutFilePath string `protobuf:"bytes,14,opt,name=stdoutFilePath,proto3" json:"stdoutFilePath,omitempty"` RedirectStdError bool `protobuf:"varint,15,opt,name=redirectStdError,proto3" json:"redirectStdError,omitempty"` // contains filtered or unexported fields }
func (*DockerContainerSpec) Descriptor
deprecated
func (*DockerContainerSpec) Descriptor() ([]byte, []int)
Deprecated: Use DockerContainerSpec.ProtoReflect.Descriptor instead.
func (*DockerContainerSpec) GetCommand ¶
func (x *DockerContainerSpec) GetCommand() []string
func (*DockerContainerSpec) GetCpu ¶
func (x *DockerContainerSpec) GetCpu() string
func (*DockerContainerSpec) GetEntryPoint ¶
func (x *DockerContainerSpec) GetEntryPoint() string
func (*DockerContainerSpec) GetEnv ¶
func (x *DockerContainerSpec) GetEnv() map[string]string
func (*DockerContainerSpec) GetEnvFile ¶
func (x *DockerContainerSpec) GetEnvFile() string
func (*DockerContainerSpec) GetForcePull ¶
func (x *DockerContainerSpec) GetForcePull() bool
func (*DockerContainerSpec) GetHosts ¶
func (x *DockerContainerSpec) GetHosts() []string
func (*DockerContainerSpec) GetImage ¶
func (x *DockerContainerSpec) GetImage() string
func (*DockerContainerSpec) GetLabels ¶
func (x *DockerContainerSpec) GetLabels() map[string]string
func (*DockerContainerSpec) GetMemory ¶
func (x *DockerContainerSpec) GetMemory() string
func (*DockerContainerSpec) GetName ¶
func (x *DockerContainerSpec) GetName() string
func (*DockerContainerSpec) GetRedirectStdError ¶
func (x *DockerContainerSpec) GetRedirectStdError() bool
func (*DockerContainerSpec) GetStdoutFilePath ¶
func (x *DockerContainerSpec) GetStdoutFilePath() string
func (*DockerContainerSpec) GetUser ¶
func (x *DockerContainerSpec) GetUser() string
func (*DockerContainerSpec) GetWorkDir ¶
func (x *DockerContainerSpec) GetWorkDir() string
func (*DockerContainerSpec) ProtoMessage ¶
func (*DockerContainerSpec) ProtoMessage()
func (*DockerContainerSpec) ProtoReflect ¶
func (x *DockerContainerSpec) ProtoReflect() protoreflect.Message
func (*DockerContainerSpec) Reset ¶
func (x *DockerContainerSpec) Reset()
func (*DockerContainerSpec) String ¶
func (x *DockerContainerSpec) String() string
type DockerServiceClient ¶
type DockerServiceClient interface {
RunContainer(ctx context.Context, in *DockerContainerSpec, opts ...grpc.CallOption) (DockerService_RunContainerClient, error)
}
DockerServiceClient is the client API for DockerService 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 NewDockerServiceClient ¶
func NewDockerServiceClient(cc grpc.ClientConnInterface) DockerServiceClient
type DockerServiceServer ¶
type DockerServiceServer interface { RunContainer(*DockerContainerSpec, DockerService_RunContainerServer) error // contains filtered or unexported methods }
DockerServiceServer is the server API for DockerService service. All implementations must embed UnimplementedDockerServiceServer for forward compatibility
type DockerService_RunContainerClient ¶
type DockerService_RunContainerClient interface { Recv() (*DockerContainerResult, error) grpc.ClientStream }
type DockerService_RunContainerServer ¶
type DockerService_RunContainerServer interface { Send(*DockerContainerResult) error grpc.ServerStream }
type DoubleValue ¶
type DoubleValue struct { Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*DoubleValue) Descriptor
deprecated
func (*DoubleValue) Descriptor() ([]byte, []int)
Deprecated: Use DoubleValue.ProtoReflect.Descriptor instead.
func (*DoubleValue) GetValue ¶
func (x *DoubleValue) GetValue() float64
func (*DoubleValue) ProtoMessage ¶
func (*DoubleValue) ProtoMessage()
func (*DoubleValue) ProtoReflect ¶
func (x *DoubleValue) ProtoReflect() protoreflect.Message
func (*DoubleValue) Reset ¶
func (x *DoubleValue) Reset()
func (*DoubleValue) String ¶
func (x *DoubleValue) String() string
type EncryptStringRequest ¶
type EncryptStringRequest struct { Org string `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"` Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*EncryptStringRequest) Descriptor
deprecated
func (*EncryptStringRequest) Descriptor() ([]byte, []int)
Deprecated: Use EncryptStringRequest.ProtoReflect.Descriptor instead.
func (*EncryptStringRequest) GetOrg ¶
func (x *EncryptStringRequest) GetOrg() string
func (*EncryptStringRequest) GetProject ¶
func (x *EncryptStringRequest) GetProject() string
func (*EncryptStringRequest) GetValue ¶
func (x *EncryptStringRequest) GetValue() string
func (*EncryptStringRequest) ProtoMessage ¶
func (*EncryptStringRequest) ProtoMessage()
func (*EncryptStringRequest) ProtoReflect ¶
func (x *EncryptStringRequest) ProtoReflect() protoreflect.Message
func (*EncryptStringRequest) Reset ¶
func (x *EncryptStringRequest) Reset()
func (*EncryptStringRequest) String ¶
func (x *EncryptStringRequest) String() string
type EvaluateRequest ¶
type EvaluateRequest struct { Expression string `protobuf:"bytes,1,opt,name=expression,proto3" json:"expression,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Parameters []*Variable `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*EvaluateRequest) Descriptor
deprecated
func (*EvaluateRequest) Descriptor() ([]byte, []int)
Deprecated: Use EvaluateRequest.ProtoReflect.Descriptor instead.
func (*EvaluateRequest) GetExpression ¶
func (x *EvaluateRequest) GetExpression() string
func (*EvaluateRequest) GetParameters ¶
func (x *EvaluateRequest) GetParameters() []*Variable
func (*EvaluateRequest) GetType ¶
func (x *EvaluateRequest) GetType() string
func (*EvaluateRequest) ProtoMessage ¶
func (*EvaluateRequest) ProtoMessage()
func (*EvaluateRequest) ProtoReflect ¶
func (x *EvaluateRequest) ProtoReflect() protoreflect.Message
func (*EvaluateRequest) Reset ¶
func (x *EvaluateRequest) Reset()
func (*EvaluateRequest) String ¶
func (x *EvaluateRequest) String() string
type GetSecretRequest ¶
type GetSecretRequest struct { Org string `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` StorePassword string `protobuf:"bytes,3,opt,name=storePassword,proto3" json:"storePassword,omitempty"` // contains filtered or unexported fields }
func (*GetSecretRequest) Descriptor
deprecated
func (*GetSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSecretRequest.ProtoReflect.Descriptor instead.
func (*GetSecretRequest) GetName ¶
func (x *GetSecretRequest) GetName() string
func (*GetSecretRequest) GetOrg ¶
func (x *GetSecretRequest) GetOrg() string
func (*GetSecretRequest) GetStorePassword ¶
func (x *GetSecretRequest) GetStorePassword() string
func (*GetSecretRequest) ProtoMessage ¶
func (*GetSecretRequest) ProtoMessage()
func (*GetSecretRequest) ProtoReflect ¶
func (x *GetSecretRequest) ProtoReflect() protoreflect.Message
func (*GetSecretRequest) Reset ¶
func (x *GetSecretRequest) Reset()
func (*GetSecretRequest) String ¶
func (x *GetSecretRequest) String() string
type GetVariableNameParams ¶
type GetVariableNameParams struct {
// contains filtered or unexported fields
}
func (*GetVariableNameParams) Descriptor
deprecated
func (*GetVariableNameParams) Descriptor() ([]byte, []int)
Deprecated: Use GetVariableNameParams.ProtoReflect.Descriptor instead.
func (*GetVariableNameParams) ProtoMessage ¶
func (*GetVariableNameParams) ProtoMessage()
func (*GetVariableNameParams) ProtoReflect ¶
func (x *GetVariableNameParams) ProtoReflect() protoreflect.Message
func (*GetVariableNameParams) Reset ¶
func (x *GetVariableNameParams) Reset()
func (*GetVariableNameParams) String ¶
func (x *GetVariableNameParams) String() string
type GetVariablesRequest ¶
type GetVariablesRequest struct {
// contains filtered or unexported fields
}
func (*GetVariablesRequest) Descriptor
deprecated
func (*GetVariablesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVariablesRequest.ProtoReflect.Descriptor instead.
func (*GetVariablesRequest) ProtoMessage ¶
func (*GetVariablesRequest) ProtoMessage()
func (*GetVariablesRequest) ProtoReflect ¶
func (x *GetVariablesRequest) ProtoReflect() protoreflect.Message
func (*GetVariablesRequest) Reset ¶
func (x *GetVariablesRequest) Reset()
func (*GetVariablesRequest) String ¶
func (x *GetVariablesRequest) String() string
type IntValue ¶
type IntValue struct { Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*IntValue) Descriptor
deprecated
func (*IntValue) ProtoMessage ¶
func (*IntValue) ProtoMessage()
func (*IntValue) ProtoReflect ¶
func (x *IntValue) ProtoReflect() protoreflect.Message
type JSONValue ¶
type JSONValue struct { Class string `protobuf:"bytes,1,opt,name=class,proto3" json:"class,omitempty"` Json []byte `protobuf:"bytes,2,opt,name=json,proto3" json:"json,omitempty"` // contains filtered or unexported fields }
func (*JSONValue) Descriptor
deprecated
func (*JSONValue) ProtoMessage ¶
func (*JSONValue) ProtoMessage()
func (*JSONValue) ProtoReflect ¶
func (x *JSONValue) ProtoReflect() protoreflect.Message
type KeyPair ¶
type KeyPair struct { PublicKey []byte `protobuf:"bytes,1,opt,name=publicKey,proto3" json:"publicKey,omitempty"` PrivateKey []byte `protobuf:"bytes,2,opt,name=privateKey,proto3" json:"privateKey,omitempty"` // contains filtered or unexported fields }
func (*KeyPair) Descriptor
deprecated
func (*KeyPair) GetPrivateKey ¶
func (*KeyPair) GetPublicKey ¶
func (*KeyPair) ProtoMessage ¶
func (*KeyPair) ProtoMessage()
func (*KeyPair) ProtoReflect ¶
func (x *KeyPair) ProtoReflect() protoreflect.Message
type KeyPairFiles ¶
type KeyPairFiles struct { PublicKeyFile string `protobuf:"bytes,1,opt,name=publicKeyFile,proto3" json:"publicKeyFile,omitempty"` PrivateKeyFile string `protobuf:"bytes,2,opt,name=privateKeyFile,proto3" json:"privateKeyFile,omitempty"` // contains filtered or unexported fields }
func (*KeyPairFiles) Descriptor
deprecated
func (*KeyPairFiles) Descriptor() ([]byte, []int)
Deprecated: Use KeyPairFiles.ProtoReflect.Descriptor instead.
func (*KeyPairFiles) GetPrivateKeyFile ¶
func (x *KeyPairFiles) GetPrivateKeyFile() string
func (*KeyPairFiles) GetPublicKeyFile ¶
func (x *KeyPairFiles) GetPublicKeyFile() string
func (*KeyPairFiles) ProtoMessage ¶
func (*KeyPairFiles) ProtoMessage()
func (*KeyPairFiles) ProtoReflect ¶
func (x *KeyPairFiles) ProtoReflect() protoreflect.Message
func (*KeyPairFiles) Reset ¶
func (x *KeyPairFiles) Reset()
func (*KeyPairFiles) String ¶
func (x *KeyPairFiles) String() string
type ListAccessEntryResponse ¶
type ListAccessEntryResponse struct { Access []*AccessEntry `protobuf:"bytes,1,rep,name=access,proto3" json:"access,omitempty"` // contains filtered or unexported fields }
func (*ListAccessEntryResponse) Descriptor
deprecated
func (*ListAccessEntryResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAccessEntryResponse.ProtoReflect.Descriptor instead.
func (*ListAccessEntryResponse) GetAccess ¶
func (x *ListAccessEntryResponse) GetAccess() []*AccessEntry
func (*ListAccessEntryResponse) ProtoMessage ¶
func (*ListAccessEntryResponse) ProtoMessage()
func (*ListAccessEntryResponse) ProtoReflect ¶
func (x *ListAccessEntryResponse) ProtoReflect() protoreflect.Message
func (*ListAccessEntryResponse) Reset ¶
func (x *ListAccessEntryResponse) Reset()
func (*ListAccessEntryResponse) String ¶
func (x *ListAccessEntryResponse) String() string
type ListValue ¶
type ListValue struct { Value []*Value `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ListValue) Descriptor
deprecated
func (*ListValue) ProtoMessage ¶
func (*ListValue) ProtoMessage()
func (*ListValue) ProtoReflect ¶
func (x *ListValue) ProtoReflect() protoreflect.Message
type Lock ¶
type Lock struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Lock) Descriptor
deprecated
func (*Lock) ProtoMessage ¶
func (*Lock) ProtoMessage()
func (*Lock) ProtoReflect ¶
func (x *Lock) ProtoReflect() protoreflect.Message
type LockResult ¶
type LockResult struct {
// contains filtered or unexported fields
}
func (*LockResult) Descriptor
deprecated
func (*LockResult) Descriptor() ([]byte, []int)
Deprecated: Use LockResult.ProtoReflect.Descriptor instead.
func (*LockResult) ProtoMessage ¶
func (*LockResult) ProtoMessage()
func (*LockResult) ProtoReflect ¶
func (x *LockResult) ProtoReflect() protoreflect.Message
func (*LockResult) Reset ¶
func (x *LockResult) Reset()
func (*LockResult) String ¶
func (x *LockResult) String() string
type LockServiceClient ¶
type LockServiceClient interface { ProjectLock(ctx context.Context, in *Lock, opts ...grpc.CallOption) (*LockResult, error) ProjectUnlock(ctx context.Context, in *Lock, opts ...grpc.CallOption) (*LockResult, error) }
LockServiceClient is the client API for LockService 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 NewLockServiceClient ¶
func NewLockServiceClient(cc grpc.ClientConnInterface) LockServiceClient
type LockServiceServer ¶
type LockServiceServer interface { ProjectLock(context.Context, *Lock) (*LockResult, error) ProjectUnlock(context.Context, *Lock) (*LockResult, error) // contains filtered or unexported methods }
LockServiceServer is the server API for LockService service. All implementations must embed UnimplementedLockServiceServer for forward compatibility
type MapValue ¶
type MapValue struct { Value map[string]*Value `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MapValue) Descriptor
deprecated
func (*MapValue) ProtoMessage ¶
func (*MapValue) ProtoMessage()
func (*MapValue) ProtoReflect ¶
func (x *MapValue) ProtoReflect() protoreflect.Message
type NullValue ¶
type NullValue struct {
// contains filtered or unexported fields
}
func (*NullValue) Descriptor
deprecated
func (*NullValue) ProtoMessage ¶
func (*NullValue) ProtoMessage()
func (*NullValue) ProtoReflect ¶
func (x *NullValue) ProtoReflect() protoreflect.Message
type ProjectInfo ¶
type ProjectInfo struct { OrgID string `protobuf:"bytes,1,opt,name=OrgID,proto3" json:"OrgID,omitempty"` OrgName string `protobuf:"bytes,2,opt,name=OrgName,proto3" json:"OrgName,omitempty"` ProjectID string `protobuf:"bytes,3,opt,name=ProjectID,proto3" json:"ProjectID,omitempty"` ProjectName string `protobuf:"bytes,4,opt,name=ProjectName,proto3" json:"ProjectName,omitempty"` // contains filtered or unexported fields }
func (*ProjectInfo) Descriptor
deprecated
func (*ProjectInfo) Descriptor() ([]byte, []int)
Deprecated: Use ProjectInfo.ProtoReflect.Descriptor instead.
func (*ProjectInfo) GetOrgID ¶
func (x *ProjectInfo) GetOrgID() string
func (*ProjectInfo) GetOrgName ¶
func (x *ProjectInfo) GetOrgName() string
func (*ProjectInfo) GetProjectID ¶
func (x *ProjectInfo) GetProjectID() string
func (*ProjectInfo) GetProjectName ¶
func (x *ProjectInfo) GetProjectName() string
func (*ProjectInfo) ProtoMessage ¶
func (*ProjectInfo) ProtoMessage()
func (*ProjectInfo) ProtoReflect ¶
func (x *ProjectInfo) ProtoReflect() protoreflect.Message
func (*ProjectInfo) Reset ¶
func (x *ProjectInfo) Reset()
func (*ProjectInfo) String ¶
func (x *ProjectInfo) String() string
type RepositoryInfo ¶
type RepositoryInfo struct { RepoID string `protobuf:"bytes,1,opt,name=RepoID,proto3" json:"RepoID,omitempty"` RepoName string `protobuf:"bytes,2,opt,name=RepoName,proto3" json:"RepoName,omitempty"` RepoURL string `protobuf:"bytes,3,opt,name=RepoURL,proto3" json:"RepoURL,omitempty"` // contains filtered or unexported fields }
func (*RepositoryInfo) Descriptor
deprecated
func (*RepositoryInfo) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryInfo.ProtoReflect.Descriptor instead.
func (*RepositoryInfo) GetRepoID ¶
func (x *RepositoryInfo) GetRepoID() string
func (*RepositoryInfo) GetRepoName ¶
func (x *RepositoryInfo) GetRepoName() string
func (*RepositoryInfo) GetRepoURL ¶
func (x *RepositoryInfo) GetRepoURL() string
func (*RepositoryInfo) ProtoMessage ¶
func (*RepositoryInfo) ProtoMessage()
func (*RepositoryInfo) ProtoReflect ¶
func (x *RepositoryInfo) ProtoReflect() protoreflect.Message
func (*RepositoryInfo) Reset ¶
func (x *RepositoryInfo) Reset()
func (*RepositoryInfo) String ¶
func (x *RepositoryInfo) String() string
type SecretFile ¶
type SecretFile struct { File string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"` // contains filtered or unexported fields }
func (*SecretFile) Descriptor
deprecated
func (*SecretFile) Descriptor() ([]byte, []int)
Deprecated: Use SecretFile.ProtoReflect.Descriptor instead.
func (*SecretFile) GetFile ¶
func (x *SecretFile) GetFile() string
func (*SecretFile) ProtoMessage ¶
func (*SecretFile) ProtoMessage()
func (*SecretFile) ProtoReflect ¶
func (x *SecretFile) ProtoReflect() protoreflect.Message
func (*SecretFile) Reset ¶
func (x *SecretFile) Reset()
func (*SecretFile) String ¶
func (x *SecretFile) String() string
type SecretParams ¶
type SecretParams struct { OrgName string `protobuf:"bytes,1,opt,name=orgName,proto3" json:"orgName,omitempty"` Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` StorePassword string `protobuf:"bytes,4,opt,name=storePassword,proto3" json:"storePassword,omitempty"` GeneratePassword bool `protobuf:"varint,5,opt,name=generatePassword,proto3" json:"generatePassword,omitempty"` Visibility SecretParams_Visibility `protobuf:"varint,6,opt,name=visibility,proto3,enum=secret.SecretParams_Visibility" json:"visibility,omitempty"` // contains filtered or unexported fields }
func (*SecretParams) Descriptor
deprecated
func (*SecretParams) Descriptor() ([]byte, []int)
Deprecated: Use SecretParams.ProtoReflect.Descriptor instead.
func (*SecretParams) GetGeneratePassword ¶
func (x *SecretParams) GetGeneratePassword() bool
func (*SecretParams) GetName ¶
func (x *SecretParams) GetName() string
func (*SecretParams) GetOrgName ¶
func (x *SecretParams) GetOrgName() string
func (*SecretParams) GetProject ¶
func (x *SecretParams) GetProject() string
func (*SecretParams) GetStorePassword ¶
func (x *SecretParams) GetStorePassword() string
func (*SecretParams) GetVisibility ¶
func (x *SecretParams) GetVisibility() SecretParams_Visibility
func (*SecretParams) ProtoMessage ¶
func (*SecretParams) ProtoMessage()
func (*SecretParams) ProtoReflect ¶
func (x *SecretParams) ProtoReflect() protoreflect.Message
func (*SecretParams) Reset ¶
func (x *SecretParams) Reset()
func (*SecretParams) String ¶
func (x *SecretParams) String() string
type SecretParams_Visibility ¶
type SecretParams_Visibility int32
const ( SecretParams_PUBLIC SecretParams_Visibility = 0 SecretParams_PRIVATE SecretParams_Visibility = 1 )
func (SecretParams_Visibility) Descriptor ¶
func (SecretParams_Visibility) Descriptor() protoreflect.EnumDescriptor
func (SecretParams_Visibility) Enum ¶
func (x SecretParams_Visibility) Enum() *SecretParams_Visibility
func (SecretParams_Visibility) EnumDescriptor
deprecated
func (SecretParams_Visibility) EnumDescriptor() ([]byte, []int)
Deprecated: Use SecretParams_Visibility.Descriptor instead.
func (SecretParams_Visibility) Number ¶
func (x SecretParams_Visibility) Number() protoreflect.EnumNumber
func (SecretParams_Visibility) String ¶
func (x SecretParams_Visibility) String() string
func (SecretParams_Visibility) Type ¶
func (SecretParams_Visibility) Type() protoreflect.EnumType
type SecretRef ¶
type SecretRef struct { OrgName string `protobuf:"bytes,1,opt,name=orgName,proto3" json:"orgName,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*SecretRef) Descriptor
deprecated
func (*SecretRef) GetOrgName ¶
func (*SecretRef) ProtoMessage ¶
func (*SecretRef) ProtoMessage()
func (*SecretRef) ProtoReflect ¶
func (x *SecretRef) ProtoReflect() protoreflect.Message
type SecretResponse ¶
type SecretResponse struct {
// contains filtered or unexported fields
}
func (*SecretResponse) Descriptor
deprecated
func (*SecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use SecretResponse.ProtoReflect.Descriptor instead.
func (*SecretResponse) ProtoMessage ¶
func (*SecretResponse) ProtoMessage()
func (*SecretResponse) ProtoReflect ¶
func (x *SecretResponse) ProtoReflect() protoreflect.Message
func (*SecretResponse) Reset ¶
func (x *SecretResponse) Reset()
func (*SecretResponse) String ¶
func (x *SecretResponse) String() string
type SecretServiceClient ¶
type SecretServiceClient interface { CreateKeyPair(ctx context.Context, in *CreateKeyPairRequest, opts ...grpc.CallOption) (*CreateKeyPairResponse, error) GenerateKeyPair(ctx context.Context, in *SecretParams, opts ...grpc.CallOption) (*CreateKeyPairResponse, error) CreateUsernamePassword(ctx context.Context, in *CreateUsernamePasswordRequest, opts ...grpc.CallOption) (*CreateSecretResponse, error) CreateSecretValue(ctx context.Context, in *CreateSecretValueRequest, opts ...grpc.CallOption) (*CreateSecretResponse, error) DeleteSecret(ctx context.Context, in *DeleteSecretRequest, opts ...grpc.CallOption) (*SecretResponse, error) UpdateAccessLevels(ctx context.Context, in *UpdateSecretAccessRequest, opts ...grpc.CallOption) (*SecretResponse, error) ListAccessLevels(ctx context.Context, in *SecretRef, opts ...grpc.CallOption) (*ListAccessEntryResponse, error) ExportKeyPairAsFiles(ctx context.Context, in *GetSecretRequest, opts ...grpc.CallOption) (*KeyPairFiles, error) GetUsernamePassword(ctx context.Context, in *GetSecretRequest, opts ...grpc.CallOption) (*UsernamePassword, error) ExportAsFile(ctx context.Context, in *GetSecretRequest, opts ...grpc.CallOption) (*SecretFile, error) ExportAsString(ctx context.Context, in *GetSecretRequest, opts ...grpc.CallOption) (*SecretString, error) DecryptString(ctx context.Context, in *SecretString, opts ...grpc.CallOption) (*SecretString, error) EncryptString(ctx context.Context, in *EncryptStringRequest, opts ...grpc.CallOption) (*SecretString, error) }
SecretServiceClient is the client API for SecretService 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 NewSecretServiceClient ¶
func NewSecretServiceClient(cc grpc.ClientConnInterface) SecretServiceClient
type SecretServiceServer ¶
type SecretServiceServer interface { CreateKeyPair(context.Context, *CreateKeyPairRequest) (*CreateKeyPairResponse, error) GenerateKeyPair(context.Context, *SecretParams) (*CreateKeyPairResponse, error) CreateUsernamePassword(context.Context, *CreateUsernamePasswordRequest) (*CreateSecretResponse, error) CreateSecretValue(context.Context, *CreateSecretValueRequest) (*CreateSecretResponse, error) DeleteSecret(context.Context, *DeleteSecretRequest) (*SecretResponse, error) UpdateAccessLevels(context.Context, *UpdateSecretAccessRequest) (*SecretResponse, error) ListAccessLevels(context.Context, *SecretRef) (*ListAccessEntryResponse, error) ExportKeyPairAsFiles(context.Context, *GetSecretRequest) (*KeyPairFiles, error) GetUsernamePassword(context.Context, *GetSecretRequest) (*UsernamePassword, error) ExportAsFile(context.Context, *GetSecretRequest) (*SecretFile, error) ExportAsString(context.Context, *GetSecretRequest) (*SecretString, error) DecryptString(context.Context, *SecretString) (*SecretString, error) EncryptString(context.Context, *EncryptStringRequest) (*SecretString, error) // contains filtered or unexported methods }
SecretServiceServer is the server API for SecretService service. All implementations must embed UnimplementedSecretServiceServer for forward compatibility
type SecretString ¶
type SecretString struct { Str string `protobuf:"bytes,1,opt,name=str,proto3" json:"str,omitempty"` // contains filtered or unexported fields }
func (*SecretString) Descriptor
deprecated
func (*SecretString) Descriptor() ([]byte, []int)
Deprecated: Use SecretString.ProtoReflect.Descriptor instead.
func (*SecretString) GetStr ¶
func (x *SecretString) GetStr() string
func (*SecretString) ProtoMessage ¶
func (*SecretString) ProtoMessage()
func (*SecretString) ProtoReflect ¶
func (x *SecretString) ProtoReflect() protoreflect.Message
func (*SecretString) Reset ¶
func (x *SecretString) Reset()
func (*SecretString) String ¶
func (x *SecretString) String() string
type SetVariableResult ¶
type SetVariableResult struct {
// contains filtered or unexported fields
}
func (*SetVariableResult) Descriptor
deprecated
func (*SetVariableResult) Descriptor() ([]byte, []int)
Deprecated: Use SetVariableResult.ProtoReflect.Descriptor instead.
func (*SetVariableResult) ProtoMessage ¶
func (*SetVariableResult) ProtoMessage()
func (*SetVariableResult) ProtoReflect ¶
func (x *SetVariableResult) ProtoReflect() protoreflect.Message
func (*SetVariableResult) Reset ¶
func (x *SetVariableResult) Reset()
func (*SetVariableResult) String ¶
func (x *SetVariableResult) String() string
type StringValue ¶
type StringValue struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*StringValue) Descriptor
deprecated
func (*StringValue) Descriptor() ([]byte, []int)
Deprecated: Use StringValue.ProtoReflect.Descriptor instead.
func (*StringValue) GetValue ¶
func (x *StringValue) GetValue() string
func (*StringValue) ProtoMessage ¶
func (*StringValue) ProtoMessage()
func (*StringValue) ProtoReflect ¶
func (x *StringValue) ProtoReflect() protoreflect.Message
func (*StringValue) Reset ¶
func (x *StringValue) Reset()
func (*StringValue) String ¶
func (x *StringValue) String() string
type TimeValue ¶
type TimeValue struct { Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*TimeValue) Descriptor
deprecated
func (*TimeValue) ProtoMessage ¶
func (*TimeValue) ProtoMessage()
func (*TimeValue) ProtoReflect ¶
func (x *TimeValue) ProtoReflect() protoreflect.Message
type UnimplementedConfigServiceServer ¶
type UnimplementedConfigServiceServer struct { }
UnimplementedConfigServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedConfigServiceServer) GetConfiguration ¶
func (UnimplementedConfigServiceServer) GetConfiguration(context.Context, *ConfigurationRequest) (*Configuration, error)
type UnimplementedContextServiceServer ¶
type UnimplementedContextServiceServer struct { }
UnimplementedContextServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedContextServiceServer) Evaluate ¶
func (UnimplementedContextServiceServer) Evaluate(context.Context, *EvaluateRequest) (*Value, error)
func (UnimplementedContextServiceServer) GetVariable ¶
func (UnimplementedContextServiceServer) GetVariable(context.Context, *VariableName) (*Value, error)
func (UnimplementedContextServiceServer) GetVariableNames ¶
func (UnimplementedContextServiceServer) GetVariableNames(context.Context, *GetVariableNameParams) (*VariableNameList, error)
func (UnimplementedContextServiceServer) GetVariables ¶
func (UnimplementedContextServiceServer) GetVariables(context.Context, *GetVariablesRequest) (*MapValue, error)
func (UnimplementedContextServiceServer) SetTaskResult ¶ added in v0.4.0
func (UnimplementedContextServiceServer) SetTaskResult(context.Context, *Variables) (*SetVariableResult, error)
func (UnimplementedContextServiceServer) SetVariable ¶
func (UnimplementedContextServiceServer) SetVariable(context.Context, *Variable) (*SetVariableResult, error)
func (UnimplementedContextServiceServer) SetVariables ¶ added in v0.4.0
func (UnimplementedContextServiceServer) SetVariables(context.Context, *Variables) (*SetVariableResult, error)
type UnimplementedDockerServiceServer ¶
type UnimplementedDockerServiceServer struct { }
UnimplementedDockerServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedDockerServiceServer) RunContainer ¶
func (UnimplementedDockerServiceServer) RunContainer(*DockerContainerSpec, DockerService_RunContainerServer) error
type UnimplementedLockServiceServer ¶
type UnimplementedLockServiceServer struct { }
UnimplementedLockServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedLockServiceServer) ProjectLock ¶
func (UnimplementedLockServiceServer) ProjectLock(context.Context, *Lock) (*LockResult, error)
func (UnimplementedLockServiceServer) ProjectUnlock ¶
func (UnimplementedLockServiceServer) ProjectUnlock(context.Context, *Lock) (*LockResult, error)
type UnimplementedSecretServiceServer ¶
type UnimplementedSecretServiceServer struct { }
UnimplementedSecretServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedSecretServiceServer) CreateKeyPair ¶
func (UnimplementedSecretServiceServer) CreateKeyPair(context.Context, *CreateKeyPairRequest) (*CreateKeyPairResponse, error)
func (UnimplementedSecretServiceServer) CreateSecretValue ¶
func (UnimplementedSecretServiceServer) CreateSecretValue(context.Context, *CreateSecretValueRequest) (*CreateSecretResponse, error)
func (UnimplementedSecretServiceServer) CreateUsernamePassword ¶
func (UnimplementedSecretServiceServer) CreateUsernamePassword(context.Context, *CreateUsernamePasswordRequest) (*CreateSecretResponse, error)
func (UnimplementedSecretServiceServer) DecryptString ¶
func (UnimplementedSecretServiceServer) DecryptString(context.Context, *SecretString) (*SecretString, error)
func (UnimplementedSecretServiceServer) DeleteSecret ¶
func (UnimplementedSecretServiceServer) DeleteSecret(context.Context, *DeleteSecretRequest) (*SecretResponse, error)
func (UnimplementedSecretServiceServer) EncryptString ¶
func (UnimplementedSecretServiceServer) EncryptString(context.Context, *EncryptStringRequest) (*SecretString, error)
func (UnimplementedSecretServiceServer) ExportAsFile ¶
func (UnimplementedSecretServiceServer) ExportAsFile(context.Context, *GetSecretRequest) (*SecretFile, error)
func (UnimplementedSecretServiceServer) ExportAsString ¶
func (UnimplementedSecretServiceServer) ExportAsString(context.Context, *GetSecretRequest) (*SecretString, error)
func (UnimplementedSecretServiceServer) ExportKeyPairAsFiles ¶
func (UnimplementedSecretServiceServer) ExportKeyPairAsFiles(context.Context, *GetSecretRequest) (*KeyPairFiles, error)
func (UnimplementedSecretServiceServer) GenerateKeyPair ¶
func (UnimplementedSecretServiceServer) GenerateKeyPair(context.Context, *SecretParams) (*CreateKeyPairResponse, error)
func (UnimplementedSecretServiceServer) GetUsernamePassword ¶
func (UnimplementedSecretServiceServer) GetUsernamePassword(context.Context, *GetSecretRequest) (*UsernamePassword, error)
func (UnimplementedSecretServiceServer) ListAccessLevels ¶
func (UnimplementedSecretServiceServer) ListAccessLevels(context.Context, *SecretRef) (*ListAccessEntryResponse, error)
func (UnimplementedSecretServiceServer) UpdateAccessLevels ¶
func (UnimplementedSecretServiceServer) UpdateAccessLevels(context.Context, *UpdateSecretAccessRequest) (*SecretResponse, error)
type UnsafeConfigServiceServer ¶
type UnsafeConfigServiceServer interface {
// contains filtered or unexported methods
}
UnsafeConfigServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ConfigServiceServer will result in compilation errors.
type UnsafeContextServiceServer ¶
type UnsafeContextServiceServer interface {
// contains filtered or unexported methods
}
UnsafeContextServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ContextServiceServer will result in compilation errors.
type UnsafeDockerServiceServer ¶
type UnsafeDockerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDockerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DockerServiceServer will result in compilation errors.
type UnsafeLockServiceServer ¶
type UnsafeLockServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLockServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LockServiceServer will result in compilation errors.
type UnsafeSecretServiceServer ¶
type UnsafeSecretServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSecretServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SecretServiceServer will result in compilation errors.
type UpdateSecretAccessRequest ¶
type UpdateSecretAccessRequest struct { OrgName string `protobuf:"bytes,1,opt,name=orgName,proto3" json:"orgName,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Entries []*AccessEntry `protobuf:"bytes,3,rep,name=entries,proto3" json:"entries,omitempty"` // contains filtered or unexported fields }
func (*UpdateSecretAccessRequest) Descriptor
deprecated
func (*UpdateSecretAccessRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSecretAccessRequest.ProtoReflect.Descriptor instead.
func (*UpdateSecretAccessRequest) GetEntries ¶
func (x *UpdateSecretAccessRequest) GetEntries() []*AccessEntry
func (*UpdateSecretAccessRequest) GetName ¶
func (x *UpdateSecretAccessRequest) GetName() string
func (*UpdateSecretAccessRequest) GetOrgName ¶
func (x *UpdateSecretAccessRequest) GetOrgName() string
func (*UpdateSecretAccessRequest) ProtoMessage ¶
func (*UpdateSecretAccessRequest) ProtoMessage()
func (*UpdateSecretAccessRequest) ProtoReflect ¶
func (x *UpdateSecretAccessRequest) ProtoReflect() protoreflect.Message
func (*UpdateSecretAccessRequest) Reset ¶
func (x *UpdateSecretAccessRequest) Reset()
func (*UpdateSecretAccessRequest) String ¶
func (x *UpdateSecretAccessRequest) String() string
type UsernamePassword ¶
type UsernamePassword 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 (*UsernamePassword) Descriptor
deprecated
func (*UsernamePassword) Descriptor() ([]byte, []int)
Deprecated: Use UsernamePassword.ProtoReflect.Descriptor instead.
func (*UsernamePassword) GetPassword ¶
func (x *UsernamePassword) GetPassword() string
func (*UsernamePassword) GetUsername ¶
func (x *UsernamePassword) GetUsername() string
func (*UsernamePassword) ProtoMessage ¶
func (*UsernamePassword) ProtoMessage()
func (*UsernamePassword) ProtoReflect ¶
func (x *UsernamePassword) ProtoReflect() protoreflect.Message
func (*UsernamePassword) Reset ¶
func (x *UsernamePassword) Reset()
func (*UsernamePassword) String ¶
func (x *UsernamePassword) String() string
type Value ¶
type Value struct { Value *anypb.Any `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Value) Descriptor
deprecated
func (*Value) ProtoMessage ¶
func (*Value) ProtoMessage()
func (*Value) ProtoReflect ¶
func (x *Value) ProtoReflect() protoreflect.Message
type Variable ¶
type Variable struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value *Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Variable) Descriptor
deprecated
func (*Variable) ProtoMessage ¶
func (*Variable) ProtoMessage()
func (*Variable) ProtoReflect ¶
func (x *Variable) ProtoReflect() protoreflect.Message
type VariableName ¶
type VariableName struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*VariableName) Descriptor
deprecated
func (*VariableName) Descriptor() ([]byte, []int)
Deprecated: Use VariableName.ProtoReflect.Descriptor instead.
func (*VariableName) GetName ¶
func (x *VariableName) GetName() string
func (*VariableName) ProtoMessage ¶
func (*VariableName) ProtoMessage()
func (*VariableName) ProtoReflect ¶
func (x *VariableName) ProtoReflect() protoreflect.Message
func (*VariableName) Reset ¶
func (x *VariableName) Reset()
func (*VariableName) String ¶
func (x *VariableName) String() string
type VariableNameList ¶
type VariableNameList struct { Name []string `protobuf:"bytes,1,rep,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*VariableNameList) Descriptor
deprecated
func (*VariableNameList) Descriptor() ([]byte, []int)
Deprecated: Use VariableNameList.ProtoReflect.Descriptor instead.
func (*VariableNameList) GetName ¶
func (x *VariableNameList) GetName() []string
func (*VariableNameList) ProtoMessage ¶
func (*VariableNameList) ProtoMessage()
func (*VariableNameList) ProtoReflect ¶
func (x *VariableNameList) ProtoReflect() protoreflect.Message
func (*VariableNameList) Reset ¶
func (x *VariableNameList) Reset()
func (*VariableNameList) String ¶
func (x *VariableNameList) String() string
type Variables ¶ added in v0.4.0
type Variables struct { Parameters []*Variable `protobuf:"bytes,1,rep,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*Variables) Descriptor
deprecated
added in
v0.4.0
func (*Variables) GetParameters ¶ added in v0.4.0
func (*Variables) ProtoMessage ¶ added in v0.4.0
func (*Variables) ProtoMessage()
func (*Variables) ProtoReflect ¶ added in v0.4.0
func (x *Variables) ProtoReflect() protoreflect.Message