Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterBasisServiceServer(s grpc.ServiceRegistrar, srv BasisServiceServer)
- func RegisterBoxCollectionServiceServer(s grpc.ServiceRegistrar, srv BoxCollectionServiceServer)
- func RegisterBoxMetadataServiceServer(s grpc.ServiceRegistrar, srv BoxMetadataServiceServer)
- func RegisterBoxServiceServer(s grpc.ServiceRegistrar, srv BoxServiceServer)
- func RegisterCommandServiceServer(s grpc.ServiceRegistrar, srv CommandServiceServer)
- func RegisterCommunicatorServiceServer(s grpc.ServiceRegistrar, srv CommunicatorServiceServer)
- func RegisterConfigServiceServer(s grpc.ServiceRegistrar, srv ConfigServiceServer)
- func RegisterCorePluginManagerServiceServer(s grpc.ServiceRegistrar, srv CorePluginManagerServiceServer)
- func RegisterDownloaderServiceServer(s grpc.ServiceRegistrar, srv DownloaderServiceServer)
- func RegisterGuestServiceServer(s grpc.ServiceRegistrar, srv GuestServiceServer)
- func RegisterHostServiceServer(s grpc.ServiceRegistrar, srv HostServiceServer)
- func RegisterMapperServer(s grpc.ServiceRegistrar, srv MapperServer)
- func RegisterPluginInfoServiceServer(s grpc.ServiceRegistrar, srv PluginInfoServiceServer)
- func RegisterPluginManagerServiceServer(s grpc.ServiceRegistrar, srv PluginManagerServiceServer)
- func RegisterProjectServiceServer(s grpc.ServiceRegistrar, srv ProjectServiceServer)
- func RegisterProviderServiceServer(s grpc.ServiceRegistrar, srv ProviderServiceServer)
- func RegisterProvisionerServiceServer(s grpc.ServiceRegistrar, srv ProvisionerServiceServer)
- func RegisterPushServiceServer(s grpc.ServiceRegistrar, srv PushServiceServer)
- func RegisterStateBagServiceServer(s grpc.ServiceRegistrar, srv StateBagServiceServer)
- func RegisterSyncedFolderServiceServer(s grpc.ServiceRegistrar, srv SyncedFolderServiceServer)
- func RegisterTargetIndexServiceServer(s grpc.ServiceRegistrar, srv TargetIndexServiceServer)
- func RegisterTargetMachineServiceServer(s grpc.ServiceRegistrar, srv TargetMachineServiceServer)
- func RegisterTargetServiceServer(s grpc.ServiceRegistrar, srv TargetServiceServer)
- func RegisterTerminalUIServiceServer(s grpc.ServiceRegistrar, srv TerminalUIServiceServer)
- func RegisterVagrantfileServiceServer(s grpc.ServiceRegistrar, srv VagrantfileServiceServer)
- type Args
- type Args_Array
- type Args_Basis
- func (*Args_Basis) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Basis) GetAddr() string
- func (x *Args_Basis) GetNetwork() string
- func (x *Args_Basis) GetStreamId() uint32
- func (*Args_Basis) ProtoMessage()
- func (x *Args_Basis) ProtoReflect() protoreflect.Message
- func (x *Args_Basis) Reset()
- func (x *Args_Basis) String() string
- type Args_Box
- func (*Args_Box) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Box) GetAddr() string
- func (x *Args_Box) GetNetwork() string
- func (x *Args_Box) GetStreamId() uint32
- func (*Args_Box) ProtoMessage()
- func (x *Args_Box) ProtoReflect() protoreflect.Message
- func (x *Args_Box) Reset()
- func (x *Args_Box) String() string
- type Args_BoxCollection
- func (*Args_BoxCollection) Descriptor() ([]byte, []int)deprecated
- func (x *Args_BoxCollection) GetAddr() string
- func (x *Args_BoxCollection) GetNetwork() string
- func (x *Args_BoxCollection) GetStreamId() uint32
- func (*Args_BoxCollection) ProtoMessage()
- func (x *Args_BoxCollection) ProtoReflect() protoreflect.Message
- func (x *Args_BoxCollection) Reset()
- func (x *Args_BoxCollection) String() string
- type Args_BoxMetadata
- func (*Args_BoxMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *Args_BoxMetadata) GetAddr() string
- func (x *Args_BoxMetadata) GetNetwork() string
- func (x *Args_BoxMetadata) GetStreamId() uint32
- func (*Args_BoxMetadata) ProtoMessage()
- func (x *Args_BoxMetadata) ProtoReflect() protoreflect.Message
- func (x *Args_BoxMetadata) Reset()
- func (x *Args_BoxMetadata) String() string
- type Args_Class
- type Args_Command
- func (*Args_Command) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Command) GetAddr() string
- func (x *Args_Command) GetNetwork() string
- func (x *Args_Command) GetStreamId() uint32
- func (*Args_Command) ProtoMessage()
- func (x *Args_Command) ProtoReflect() protoreflect.Message
- func (x *Args_Command) Reset()
- func (x *Args_Command) String() string
- type Args_Communicator
- func (*Args_Communicator) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Communicator) GetAddr() string
- func (x *Args_Communicator) GetNetwork() string
- func (x *Args_Communicator) GetStreamId() uint32
- func (*Args_Communicator) ProtoMessage()
- func (x *Args_Communicator) ProtoReflect() protoreflect.Message
- func (x *Args_Communicator) Reset()
- func (x *Args_Communicator) String() string
- type Args_ConfigData
- func (*Args_ConfigData) Descriptor() ([]byte, []int)deprecated
- func (x *Args_ConfigData) GetData() *Args_Hash
- func (x *Args_ConfigData) GetSource() *Args_Class
- func (*Args_ConfigData) ProtoMessage()
- func (x *Args_ConfigData) ProtoReflect() protoreflect.Message
- func (x *Args_ConfigData) Reset()
- func (x *Args_ConfigData) String() string
- type Args_Connection
- type Args_Connection_SSHInfo
- func (*Args_Connection_SSHInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Connection_SSHInfo) GetCompression() bool
- func (x *Args_Connection_SSHInfo) GetConfig() string
- func (x *Args_Connection_SSHInfo) GetConnectTimeout() int64
- func (x *Args_Connection_SSHInfo) GetDsaAuthentication() bool
- func (x *Args_Connection_SSHInfo) GetExtraArgs() []string
- func (x *Args_Connection_SSHInfo) GetForwardAgent() bool
- func (x *Args_Connection_SSHInfo) GetForwardEnv() []string
- func (x *Args_Connection_SSHInfo) GetForwardX11() bool
- func (x *Args_Connection_SSHInfo) GetHost() string
- func (x *Args_Connection_SSHInfo) GetKeysOnly() bool
- func (x *Args_Connection_SSHInfo) GetPort() string
- func (x *Args_Connection_SSHInfo) GetPrivateKeyPath() string
- func (x *Args_Connection_SSHInfo) GetProxyCommand() string
- func (x *Args_Connection_SSHInfo) GetRemoteUser() string
- func (x *Args_Connection_SSHInfo) GetSshCommand() string
- func (x *Args_Connection_SSHInfo) GetUsername() string
- func (x *Args_Connection_SSHInfo) GetVerifyHostKey() bool
- func (*Args_Connection_SSHInfo) ProtoMessage()
- func (x *Args_Connection_SSHInfo) ProtoReflect() protoreflect.Message
- func (x *Args_Connection_SSHInfo) Reset()
- func (x *Args_Connection_SSHInfo) String() string
- type Args_Connection_WinrmInfo
- func (*Args_Connection_WinrmInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Connection_WinrmInfo) GetBasicAuthOnly() bool
- func (x *Args_Connection_WinrmInfo) GetCodepage() string
- func (x *Args_Connection_WinrmInfo) GetExecutionTimeLimit() string
- func (x *Args_Connection_WinrmInfo) GetGuestPort() int64
- func (x *Args_Connection_WinrmInfo) GetHost() string
- func (x *Args_Connection_WinrmInfo) GetMaxTries() int64
- func (x *Args_Connection_WinrmInfo) GetPassword() string
- func (x *Args_Connection_WinrmInfo) GetPort() int64
- func (x *Args_Connection_WinrmInfo) GetRetryDelay() int64
- func (x *Args_Connection_WinrmInfo) GetSslPeerVerification() bool
- func (x *Args_Connection_WinrmInfo) GetTimeout() int64
- func (x *Args_Connection_WinrmInfo) GetTransport() Args_Connection_WinrmInfo_Transport
- func (x *Args_Connection_WinrmInfo) GetUsername() string
- func (*Args_Connection_WinrmInfo) ProtoMessage()
- func (x *Args_Connection_WinrmInfo) ProtoReflect() protoreflect.Message
- func (x *Args_Connection_WinrmInfo) Reset()
- func (x *Args_Connection_WinrmInfo) String() string
- type Args_Connection_WinrmInfo_Transport
- func (Args_Connection_WinrmInfo_Transport) Descriptor() protoreflect.EnumDescriptor
- func (x Args_Connection_WinrmInfo_Transport) Enum() *Args_Connection_WinrmInfo_Transport
- func (Args_Connection_WinrmInfo_Transport) EnumDescriptor() ([]byte, []int)deprecated
- func (x Args_Connection_WinrmInfo_Transport) Number() protoreflect.EnumNumber
- func (x Args_Connection_WinrmInfo_Transport) String() string
- func (Args_Connection_WinrmInfo_Transport) Type() protoreflect.EnumType
- type Args_CorePluginManager
- func (*Args_CorePluginManager) Descriptor() ([]byte, []int)deprecated
- func (x *Args_CorePluginManager) GetAddr() string
- func (x *Args_CorePluginManager) GetNetwork() string
- func (x *Args_CorePluginManager) GetStreamId() uint32
- func (*Args_CorePluginManager) ProtoMessage()
- func (x *Args_CorePluginManager) ProtoReflect() protoreflect.Message
- func (x *Args_CorePluginManager) Reset()
- func (x *Args_CorePluginManager) String() string
- type Args_DataDir
- type Args_DataDir_Basis
- func (*Args_DataDir_Basis) Descriptor() ([]byte, []int)deprecated
- func (x *Args_DataDir_Basis) GetCacheDir() string
- func (x *Args_DataDir_Basis) GetConfigDir() string
- func (x *Args_DataDir_Basis) GetDataDir() string
- func (x *Args_DataDir_Basis) GetTempDir() string
- func (*Args_DataDir_Basis) ProtoMessage()
- func (x *Args_DataDir_Basis) ProtoReflect() protoreflect.Message
- func (x *Args_DataDir_Basis) Reset()
- func (x *Args_DataDir_Basis) String() string
- type Args_DataDir_Component
- func (*Args_DataDir_Component) Descriptor() ([]byte, []int)deprecated
- func (x *Args_DataDir_Component) GetCacheDir() string
- func (x *Args_DataDir_Component) GetConfigDir() string
- func (x *Args_DataDir_Component) GetDataDir() string
- func (x *Args_DataDir_Component) GetTempDir() string
- func (*Args_DataDir_Component) ProtoMessage()
- func (x *Args_DataDir_Component) ProtoReflect() protoreflect.Message
- func (x *Args_DataDir_Component) Reset()
- func (x *Args_DataDir_Component) String() string
- type Args_DataDir_Project
- func (*Args_DataDir_Project) Descriptor() ([]byte, []int)deprecated
- func (x *Args_DataDir_Project) GetCacheDir() string
- func (x *Args_DataDir_Project) GetConfigDir() string
- func (x *Args_DataDir_Project) GetDataDir() string
- func (x *Args_DataDir_Project) GetTempDir() string
- func (*Args_DataDir_Project) ProtoMessage()
- func (x *Args_DataDir_Project) ProtoReflect() protoreflect.Message
- func (x *Args_DataDir_Project) Reset()
- func (x *Args_DataDir_Project) String() string
- type Args_DataDir_Target
- func (*Args_DataDir_Target) Descriptor() ([]byte, []int)deprecated
- func (x *Args_DataDir_Target) GetCacheDir() string
- func (x *Args_DataDir_Target) GetConfigDir() string
- func (x *Args_DataDir_Target) GetDataDir() string
- func (x *Args_DataDir_Target) GetTempDir() string
- func (*Args_DataDir_Target) ProtoMessage()
- func (x *Args_DataDir_Target) ProtoReflect() protoreflect.Message
- func (x *Args_DataDir_Target) Reset()
- func (x *Args_DataDir_Target) String() string
- type Args_Direct
- type Args_Folders
- type Args_Guest
- func (*Args_Guest) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Guest) GetAddr() string
- func (x *Args_Guest) GetNetwork() string
- func (x *Args_Guest) GetStreamId() uint32
- func (*Args_Guest) ProtoMessage()
- func (x *Args_Guest) ProtoReflect() protoreflect.Message
- func (x *Args_Guest) Reset()
- func (x *Args_Guest) String() string
- type Args_Hash
- type Args_HashEntry
- func (*Args_HashEntry) Descriptor() ([]byte, []int)deprecated
- func (x *Args_HashEntry) GetKey() *anypb.Any
- func (x *Args_HashEntry) GetValue() *anypb.Any
- func (*Args_HashEntry) ProtoMessage()
- func (x *Args_HashEntry) ProtoReflect() protoreflect.Message
- func (x *Args_HashEntry) Reset()
- func (x *Args_HashEntry) String() string
- type Args_Host
- func (*Args_Host) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Host) GetAddr() string
- func (x *Args_Host) GetNetwork() string
- func (x *Args_Host) GetStreamId() uint32
- func (*Args_Host) ProtoMessage()
- func (x *Args_Host) ProtoReflect() protoreflect.Message
- func (x *Args_Host) Reset()
- func (x *Args_Host) String() string
- type Args_JobInfo
- func (*Args_JobInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Args_JobInfo) GetId() string
- func (x *Args_JobInfo) GetLocal() bool
- func (x *Args_JobInfo) GetResourceId() string
- func (x *Args_JobInfo) GetResourceType() Args_JobInfo_ResourceType
- func (*Args_JobInfo) ProtoMessage()
- func (x *Args_JobInfo) ProtoReflect() protoreflect.Message
- func (x *Args_JobInfo) Reset()
- func (x *Args_JobInfo) String() string
- type Args_JobInfo_ResourceType
- func (Args_JobInfo_ResourceType) Descriptor() protoreflect.EnumDescriptor
- func (x Args_JobInfo_ResourceType) Enum() *Args_JobInfo_ResourceType
- func (Args_JobInfo_ResourceType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Args_JobInfo_ResourceType) Number() protoreflect.EnumNumber
- func (x Args_JobInfo_ResourceType) String() string
- func (Args_JobInfo_ResourceType) Type() protoreflect.EnumType
- type Args_Logger
- type Args_MetadataSet
- func (*Args_MetadataSet) Descriptor() ([]byte, []int)deprecated
- func (x *Args_MetadataSet) GetMetadata() map[string]string
- func (*Args_MetadataSet) ProtoMessage()
- func (x *Args_MetadataSet) ProtoReflect() protoreflect.Message
- func (x *Args_MetadataSet) Reset()
- func (x *Args_MetadataSet) String() string
- type Args_NamedCapability
- func (*Args_NamedCapability) Descriptor() ([]byte, []int)deprecated
- func (x *Args_NamedCapability) GetCapability() string
- func (*Args_NamedCapability) ProtoMessage()
- func (x *Args_NamedCapability) ProtoReflect() protoreflect.Message
- func (x *Args_NamedCapability) Reset()
- func (x *Args_NamedCapability) String() string
- type Args_Null
- type Args_Options
- type Args_Path
- type Args_PluginManager
- func (*Args_PluginManager) Descriptor() ([]byte, []int)deprecated
- func (x *Args_PluginManager) GetAddr() string
- func (x *Args_PluginManager) GetNetwork() string
- func (x *Args_PluginManager) GetStreamId() uint32
- func (*Args_PluginManager) ProtoMessage()
- func (x *Args_PluginManager) ProtoReflect() protoreflect.Message
- func (x *Args_PluginManager) Reset()
- func (x *Args_PluginManager) String() string
- type Args_ProcRef
- type Args_Project
- func (*Args_Project) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Project) GetAddr() string
- func (x *Args_Project) GetNetwork() string
- func (x *Args_Project) GetStreamId() uint32
- func (*Args_Project) ProtoMessage()
- func (x *Args_Project) ProtoReflect() protoreflect.Message
- func (x *Args_Project) Reset()
- func (x *Args_Project) String() string
- type Args_Provider
- func (*Args_Provider) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Provider) GetAddr() string
- func (x *Args_Provider) GetNetwork() string
- func (x *Args_Provider) GetStreamId() uint32
- func (*Args_Provider) ProtoMessage()
- func (x *Args_Provider) ProtoReflect() protoreflect.Message
- func (x *Args_Provider) Reset()
- func (x *Args_Provider) String() string
- type Args_Provisioner
- func (*Args_Provisioner) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Provisioner) GetAddr() string
- func (x *Args_Provisioner) GetNetwork() string
- func (x *Args_Provisioner) GetStreamId() uint32
- func (*Args_Provisioner) ProtoMessage()
- func (x *Args_Provisioner) ProtoReflect() protoreflect.Message
- func (x *Args_Provisioner) Reset()
- func (x *Args_Provisioner) String() string
- type Args_Push
- func (*Args_Push) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Push) GetAddr() string
- func (x *Args_Push) GetNetwork() string
- func (x *Args_Push) GetStreamId() uint32
- func (*Args_Push) ProtoMessage()
- func (x *Args_Push) ProtoReflect() protoreflect.Message
- func (x *Args_Push) Reset()
- func (x *Args_Push) String() string
- type Args_Range
- type Args_RubyLogger
- type Args_Seeds
- func (*Args_Seeds) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Seeds) GetNamed() map[string]*anypb.Any
- func (x *Args_Seeds) GetTyped() []*anypb.Any
- func (*Args_Seeds) ProtoMessage()
- func (x *Args_Seeds) ProtoReflect() protoreflect.Message
- func (x *Args_Seeds) Reset()
- func (x *Args_Seeds) String() string
- type Args_Set
- type Args_StateBag
- func (*Args_StateBag) Descriptor() ([]byte, []int)deprecated
- func (x *Args_StateBag) GetAddr() string
- func (x *Args_StateBag) GetNetwork() string
- func (x *Args_StateBag) GetStreamId() uint32
- func (*Args_StateBag) ProtoMessage()
- func (x *Args_StateBag) ProtoReflect() protoreflect.Message
- func (x *Args_StateBag) Reset()
- func (x *Args_StateBag) String() string
- type Args_Symbol
- type Args_SyncedFolder
- func (*Args_SyncedFolder) Descriptor() ([]byte, []int)deprecated
- func (x *Args_SyncedFolder) GetAddr() string
- func (x *Args_SyncedFolder) GetNetwork() string
- func (x *Args_SyncedFolder) GetStreamId() uint32
- func (*Args_SyncedFolder) ProtoMessage()
- func (x *Args_SyncedFolder) ProtoReflect() protoreflect.Message
- func (x *Args_SyncedFolder) Reset()
- func (x *Args_SyncedFolder) String() string
- type Args_Target
- func (*Args_Target) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Target) GetAddr() string
- func (x *Args_Target) GetNetwork() string
- func (x *Args_Target) GetStreamId() uint32
- func (*Args_Target) ProtoMessage()
- func (x *Args_Target) ProtoReflect() protoreflect.Message
- func (x *Args_Target) Reset()
- func (x *Args_Target) String() string
- type Args_TargetIndex
- func (*Args_TargetIndex) Descriptor() ([]byte, []int)deprecated
- func (x *Args_TargetIndex) GetAddr() string
- func (x *Args_TargetIndex) GetNetwork() string
- func (x *Args_TargetIndex) GetStreamId() uint32
- func (*Args_TargetIndex) ProtoMessage()
- func (x *Args_TargetIndex) ProtoReflect() protoreflect.Message
- func (x *Args_TargetIndex) Reset()
- func (x *Args_TargetIndex) String() string
- type Args_Target_Machine
- func (*Args_Target_Machine) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Target_Machine) GetAddr() string
- func (x *Args_Target_Machine) GetNetwork() string
- func (x *Args_Target_Machine) GetStreamId() uint32
- func (*Args_Target_Machine) ProtoMessage()
- func (x *Args_Target_Machine) ProtoReflect() protoreflect.Message
- func (x *Args_Target_Machine) Reset()
- func (x *Args_Target_Machine) String() string
- type Args_Target_Machine_State
- func (*Args_Target_Machine_State) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Target_Machine_State) GetId() string
- func (x *Args_Target_Machine_State) GetLongDescription() string
- func (x *Args_Target_Machine_State) GetShortDescription() string
- func (*Args_Target_Machine_State) ProtoMessage()
- func (x *Args_Target_Machine_State) ProtoReflect() protoreflect.Message
- func (x *Args_Target_Machine_State) Reset()
- func (x *Args_Target_Machine_State) String() string
- type Args_Target_State
- func (*Args_Target_State) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Target_State) GetState() Args_Target_State_State
- func (*Args_Target_State) ProtoMessage()
- func (x *Args_Target_State) ProtoReflect() protoreflect.Message
- func (x *Args_Target_State) Reset()
- func (x *Args_Target_State) String() string
- type Args_Target_State_State
- func (Args_Target_State_State) Descriptor() protoreflect.EnumDescriptor
- func (x Args_Target_State_State) Enum() *Args_Target_State_State
- func (Args_Target_State_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Args_Target_State_State) Number() protoreflect.EnumNumber
- func (x Args_Target_State_State) String() string
- func (Args_Target_State_State) Type() protoreflect.EnumType
- type Args_TerminalUI
- func (*Args_TerminalUI) Descriptor() ([]byte, []int)deprecated
- func (x *Args_TerminalUI) GetAddr() string
- func (x *Args_TerminalUI) GetNetwork() string
- func (x *Args_TerminalUI) GetStreamId() uint32
- func (*Args_TerminalUI) ProtoMessage()
- func (x *Args_TerminalUI) ProtoReflect() protoreflect.Message
- func (x *Args_TerminalUI) Reset()
- func (x *Args_TerminalUI) String() string
- type Args_TimeDuration
- type Args_URL
- type Args_Vagrantfile
- func (*Args_Vagrantfile) Descriptor() ([]byte, []int)deprecated
- func (x *Args_Vagrantfile) GetAddr() string
- func (x *Args_Vagrantfile) GetNetwork() string
- func (x *Args_Vagrantfile) GetStreamId() uint32
- func (*Args_Vagrantfile) ProtoMessage()
- func (x *Args_Vagrantfile) ProtoReflect() protoreflect.Message
- func (x *Args_Vagrantfile) Reset()
- func (x *Args_Vagrantfile) String() string
- type Auth
- type Auth_AuthResponse
- func (*Auth_AuthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Auth_AuthResponse) GetAuthenticated() bool
- func (*Auth_AuthResponse) ProtoMessage()
- func (x *Auth_AuthResponse) ProtoReflect() protoreflect.Message
- func (x *Auth_AuthResponse) Reset()
- func (x *Auth_AuthResponse) String() string
- type Basis
- type BasisServiceClient
- type BasisServiceServer
- type Basis_DefaultProviderResponse
- func (*Basis_DefaultProviderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Basis_DefaultProviderResponse) GetProviderName() string
- func (*Basis_DefaultProviderResponse) ProtoMessage()
- func (x *Basis_DefaultProviderResponse) ProtoReflect() protoreflect.Message
- func (x *Basis_DefaultProviderResponse) Reset()
- func (x *Basis_DefaultProviderResponse) String() string
- type Basis_ResourceIdResponse
- func (*Basis_ResourceIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Basis_ResourceIdResponse) GetResourceId() string
- func (*Basis_ResourceIdResponse) ProtoMessage()
- func (x *Basis_ResourceIdResponse) ProtoReflect() protoreflect.Message
- func (x *Basis_ResourceIdResponse) Reset()
- func (x *Basis_ResourceIdResponse) String() string
- type Box
- type BoxCollection
- type BoxCollectionServiceClient
- type BoxCollectionServiceServer
- type BoxCollection_AddRequest
- func (*BoxCollection_AddRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BoxCollection_AddRequest) GetForce() bool
- func (x *BoxCollection_AddRequest) GetMetadataUrl() string
- func (x *BoxCollection_AddRequest) GetName() string
- func (x *BoxCollection_AddRequest) GetPath() *Args_Path
- func (x *BoxCollection_AddRequest) GetProviders() []string
- func (x *BoxCollection_AddRequest) GetVersion() string
- func (*BoxCollection_AddRequest) ProtoMessage()
- func (x *BoxCollection_AddRequest) ProtoReflect() protoreflect.Message
- func (x *BoxCollection_AddRequest) Reset()
- func (x *BoxCollection_AddRequest) String() string
- type BoxCollection_AllResponse
- func (*BoxCollection_AllResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BoxCollection_AllResponse) GetBoxes() []*Args_Box
- func (*BoxCollection_AllResponse) ProtoMessage()
- func (x *BoxCollection_AllResponse) ProtoReflect() protoreflect.Message
- func (x *BoxCollection_AllResponse) Reset()
- func (x *BoxCollection_AllResponse) String() string
- type BoxCollection_CleanRequest
- func (*BoxCollection_CleanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BoxCollection_CleanRequest) GetName() string
- func (*BoxCollection_CleanRequest) ProtoMessage()
- func (x *BoxCollection_CleanRequest) ProtoReflect() protoreflect.Message
- func (x *BoxCollection_CleanRequest) Reset()
- func (x *BoxCollection_CleanRequest) String() string
- type BoxCollection_FindRequest
- func (*BoxCollection_FindRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BoxCollection_FindRequest) GetName() string
- func (x *BoxCollection_FindRequest) GetProviders() []string
- func (x *BoxCollection_FindRequest) GetVersion() string
- func (*BoxCollection_FindRequest) ProtoMessage()
- func (x *BoxCollection_FindRequest) ProtoReflect() protoreflect.Message
- func (x *BoxCollection_FindRequest) Reset()
- func (x *BoxCollection_FindRequest) String() string
- type BoxMetadata
- type BoxMetadataServiceClient
- type BoxMetadataServiceServer
- type BoxMetadata_BoxMetadataOpts
- func (*BoxMetadata_BoxMetadataOpts) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_BoxMetadataOpts) GetChecksum() string
- func (x *BoxMetadata_BoxMetadataOpts) GetChecksumType() string
- func (x *BoxMetadata_BoxMetadataOpts) GetName() string
- func (x *BoxMetadata_BoxMetadataOpts) GetUrl() string
- func (*BoxMetadata_BoxMetadataOpts) ProtoMessage()
- func (x *BoxMetadata_BoxMetadataOpts) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_BoxMetadataOpts) Reset()
- func (x *BoxMetadata_BoxMetadataOpts) String() string
- type BoxMetadata_ListProvidersRequest
- func (*BoxMetadata_ListProvidersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_ListProvidersRequest) GetVersion() string
- func (*BoxMetadata_ListProvidersRequest) ProtoMessage()
- func (x *BoxMetadata_ListProvidersRequest) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_ListProvidersRequest) Reset()
- func (x *BoxMetadata_ListProvidersRequest) String() string
- type BoxMetadata_ListProvidersResponse
- func (*BoxMetadata_ListProvidersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_ListProvidersResponse) GetProviders() []string
- func (*BoxMetadata_ListProvidersResponse) ProtoMessage()
- func (x *BoxMetadata_ListProvidersResponse) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_ListProvidersResponse) Reset()
- func (x *BoxMetadata_ListProvidersResponse) String() string
- type BoxMetadata_ListVersionsQuery
- func (*BoxMetadata_ListVersionsQuery) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_ListVersionsQuery) GetOpts() []*BoxMetadata_BoxMetadataOpts
- func (*BoxMetadata_ListVersionsQuery) ProtoMessage()
- func (x *BoxMetadata_ListVersionsQuery) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_ListVersionsQuery) Reset()
- func (x *BoxMetadata_ListVersionsQuery) String() string
- type BoxMetadata_ListVersionsResponse
- func (*BoxMetadata_ListVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_ListVersionsResponse) GetVersions() []string
- func (*BoxMetadata_ListVersionsResponse) ProtoMessage()
- func (x *BoxMetadata_ListVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_ListVersionsResponse) Reset()
- func (x *BoxMetadata_ListVersionsResponse) String() string
- type BoxMetadata_LoadMetadataRequest
- func (*BoxMetadata_LoadMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_LoadMetadataRequest) GetUrl() string
- func (*BoxMetadata_LoadMetadataRequest) ProtoMessage()
- func (x *BoxMetadata_LoadMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_LoadMetadataRequest) Reset()
- func (x *BoxMetadata_LoadMetadataRequest) String() string
- type BoxMetadata_NameResponse
- func (*BoxMetadata_NameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_NameResponse) GetName() string
- func (*BoxMetadata_NameResponse) ProtoMessage()
- func (x *BoxMetadata_NameResponse) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_NameResponse) Reset()
- func (x *BoxMetadata_NameResponse) String() string
- type BoxMetadata_ProviderRequest
- func (*BoxMetadata_ProviderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_ProviderRequest) GetName() string
- func (x *BoxMetadata_ProviderRequest) GetVersion() string
- func (*BoxMetadata_ProviderRequest) ProtoMessage()
- func (x *BoxMetadata_ProviderRequest) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_ProviderRequest) Reset()
- func (x *BoxMetadata_ProviderRequest) String() string
- type BoxMetadata_ProviderResponse
- func (*BoxMetadata_ProviderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_ProviderResponse) GetChecksum() string
- func (x *BoxMetadata_ProviderResponse) GetChecksumType() string
- func (x *BoxMetadata_ProviderResponse) GetName() string
- func (x *BoxMetadata_ProviderResponse) GetUrl() string
- func (*BoxMetadata_ProviderResponse) ProtoMessage()
- func (x *BoxMetadata_ProviderResponse) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_ProviderResponse) Reset()
- func (x *BoxMetadata_ProviderResponse) String() string
- type BoxMetadata_VersionQuery
- func (*BoxMetadata_VersionQuery) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_VersionQuery) GetOpts() []*BoxMetadata_BoxMetadataOpts
- func (x *BoxMetadata_VersionQuery) GetVersion() string
- func (*BoxMetadata_VersionQuery) ProtoMessage()
- func (x *BoxMetadata_VersionQuery) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_VersionQuery) Reset()
- func (x *BoxMetadata_VersionQuery) String() string
- type BoxMetadata_VersionResponse
- func (*BoxMetadata_VersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BoxMetadata_VersionResponse) GetDescription() string
- func (x *BoxMetadata_VersionResponse) GetStatus() string
- func (x *BoxMetadata_VersionResponse) GetVersion() string
- func (*BoxMetadata_VersionResponse) ProtoMessage()
- func (x *BoxMetadata_VersionResponse) ProtoReflect() protoreflect.Message
- func (x *BoxMetadata_VersionResponse) Reset()
- func (x *BoxMetadata_VersionResponse) String() string
- type BoxServiceClient
- type BoxServiceServer
- type Box_AutomaticUpdateCheckAllowedResponse
- func (*Box_AutomaticUpdateCheckAllowedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Box_AutomaticUpdateCheckAllowedResponse) GetAllowed() bool
- func (*Box_AutomaticUpdateCheckAllowedResponse) ProtoMessage()
- func (x *Box_AutomaticUpdateCheckAllowedResponse) ProtoReflect() protoreflect.Message
- func (x *Box_AutomaticUpdateCheckAllowedResponse) Reset()
- func (x *Box_AutomaticUpdateCheckAllowedResponse) String() string
- type Box_BoxMetadataResponse
- func (*Box_BoxMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Box_BoxMetadataResponse) GetMetadata() *Args_Hash
- func (*Box_BoxMetadataResponse) ProtoMessage()
- func (x *Box_BoxMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *Box_BoxMetadataResponse) Reset()
- func (x *Box_BoxMetadataResponse) String() string
- type Box_EqualityResponse
- func (*Box_EqualityResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Box_EqualityResponse) GetResult() int32
- func (*Box_EqualityResponse) ProtoMessage()
- func (x *Box_EqualityResponse) ProtoReflect() protoreflect.Message
- func (x *Box_EqualityResponse) Reset()
- func (x *Box_EqualityResponse) String() string
- type Box_HasUpdateRequest
- func (*Box_HasUpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Box_HasUpdateRequest) GetVersion() string
- func (*Box_HasUpdateRequest) ProtoMessage()
- func (x *Box_HasUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *Box_HasUpdateRequest) Reset()
- func (x *Box_HasUpdateRequest) String() string
- type Box_HasUpdateResponse
- func (*Box_HasUpdateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Box_HasUpdateResponse) GetHasUpdate() bool
- func (*Box_HasUpdateResponse) ProtoMessage()
- func (x *Box_HasUpdateResponse) ProtoReflect() protoreflect.Message
- func (x *Box_HasUpdateResponse) Reset()
- func (x *Box_HasUpdateResponse) String() string
- type Box_InUseResponse
- type Box_MachinesResponse
- func (*Box_MachinesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Box_MachinesResponse) GetMachines() []*Args_Target_Machine
- func (*Box_MachinesResponse) ProtoMessage()
- func (x *Box_MachinesResponse) ProtoReflect() protoreflect.Message
- func (x *Box_MachinesResponse) Reset()
- func (x *Box_MachinesResponse) String() string
- type Box_MetadataUrlResponse
- func (*Box_MetadataUrlResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Box_MetadataUrlResponse) GetMetadataUrl() string
- func (*Box_MetadataUrlResponse) ProtoMessage()
- func (x *Box_MetadataUrlResponse) ProtoReflect() protoreflect.Message
- func (x *Box_MetadataUrlResponse) Reset()
- func (x *Box_MetadataUrlResponse) String() string
- type Box_NameResponse
- type Box_ProviderResponse
- func (*Box_ProviderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Box_ProviderResponse) GetProvider() string
- func (*Box_ProviderResponse) ProtoMessage()
- func (x *Box_ProviderResponse) ProtoReflect() protoreflect.Message
- func (x *Box_ProviderResponse) Reset()
- func (x *Box_ProviderResponse) String() string
- type Box_UpdateInfoResponse
- func (*Box_UpdateInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Box_UpdateInfoResponse) GetHasUpdate() bool
- func (x *Box_UpdateInfoResponse) GetMetadata() *Args_BoxMetadata
- func (x *Box_UpdateInfoResponse) GetNewProvider() string
- func (x *Box_UpdateInfoResponse) GetNewVersion() string
- func (*Box_UpdateInfoResponse) ProtoMessage()
- func (x *Box_UpdateInfoResponse) ProtoReflect() protoreflect.Message
- func (x *Box_UpdateInfoResponse) Reset()
- func (x *Box_UpdateInfoResponse) String() string
- type Box_VersionResponse
- func (*Box_VersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Box_VersionResponse) GetVersion() string
- func (*Box_VersionResponse) ProtoMessage()
- func (x *Box_VersionResponse) ProtoReflect() protoreflect.Message
- func (x *Box_VersionResponse) Reset()
- func (x *Box_VersionResponse) String() string
- type Command
- type CommandServiceClient
- type CommandServiceServer
- type Command_Arguments
- func (*Command_Arguments) Descriptor() ([]byte, []int)deprecated
- func (x *Command_Arguments) GetArgs() []string
- func (x *Command_Arguments) GetFlags() []*Command_Arguments_Flag
- func (*Command_Arguments) ProtoMessage()
- func (x *Command_Arguments) ProtoReflect() protoreflect.Message
- func (x *Command_Arguments) Reset()
- func (x *Command_Arguments) String() string
- type Command_Arguments_Flag
- func (*Command_Arguments_Flag) Descriptor() ([]byte, []int)deprecated
- func (x *Command_Arguments_Flag) GetBool() bool
- func (x *Command_Arguments_Flag) GetName() string
- func (x *Command_Arguments_Flag) GetString_() string
- func (x *Command_Arguments_Flag) GetType() Command_Arguments_Flag_Type
- func (m *Command_Arguments_Flag) GetValue() isCommand_Arguments_Flag_Value
- func (*Command_Arguments_Flag) ProtoMessage()
- func (x *Command_Arguments_Flag) ProtoReflect() protoreflect.Message
- func (x *Command_Arguments_Flag) Reset()
- func (x *Command_Arguments_Flag) String() string
- type Command_Arguments_Flag_Bool
- type Command_Arguments_Flag_String_
- type Command_Arguments_Flag_Type
- func (Command_Arguments_Flag_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Command_Arguments_Flag_Type) Enum() *Command_Arguments_Flag_Type
- func (Command_Arguments_Flag_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Command_Arguments_Flag_Type) Number() protoreflect.EnumNumber
- func (x Command_Arguments_Flag_Type) String() string
- func (Command_Arguments_Flag_Type) Type() protoreflect.EnumType
- type Command_CommandInfo
- func (*Command_CommandInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Command_CommandInfo) GetFlags() []*Command_Flag
- func (x *Command_CommandInfo) GetHelp() string
- func (x *Command_CommandInfo) GetName() string
- func (x *Command_CommandInfo) GetPrimary() bool
- func (x *Command_CommandInfo) GetSubcommands() []*Command_CommandInfo
- func (x *Command_CommandInfo) GetSynopsis() string
- func (*Command_CommandInfo) ProtoMessage()
- func (x *Command_CommandInfo) ProtoReflect() protoreflect.Message
- func (x *Command_CommandInfo) Reset()
- func (x *Command_CommandInfo) String() string
- type Command_CommandInfoResp
- func (*Command_CommandInfoResp) Descriptor() ([]byte, []int)deprecated
- func (x *Command_CommandInfoResp) GetCommandInfo() *Command_CommandInfo
- func (*Command_CommandInfoResp) ProtoMessage()
- func (x *Command_CommandInfoResp) ProtoReflect() protoreflect.Message
- func (x *Command_CommandInfoResp) Reset()
- func (x *Command_CommandInfoResp) String() string
- type Command_ExecuteReq
- func (*Command_ExecuteReq) Descriptor() ([]byte, []int)deprecated
- func (x *Command_ExecuteReq) GetCommandArgs() []string
- func (x *Command_ExecuteReq) GetSpec() *FuncSpec_Args
- func (*Command_ExecuteReq) ProtoMessage()
- func (x *Command_ExecuteReq) ProtoReflect() protoreflect.Message
- func (x *Command_ExecuteReq) Reset()
- func (x *Command_ExecuteReq) String() string
- type Command_ExecuteResp
- func (*Command_ExecuteResp) Descriptor() ([]byte, []int)deprecated
- func (x *Command_ExecuteResp) GetExitCode() int32
- func (*Command_ExecuteResp) ProtoMessage()
- func (x *Command_ExecuteResp) ProtoReflect() protoreflect.Message
- func (x *Command_ExecuteResp) Reset()
- func (x *Command_ExecuteResp) String() string
- type Command_ExecuteSpecReq
- func (*Command_ExecuteSpecReq) Descriptor() ([]byte, []int)deprecated
- func (x *Command_ExecuteSpecReq) GetCommandArgs() []string
- func (*Command_ExecuteSpecReq) ProtoMessage()
- func (x *Command_ExecuteSpecReq) ProtoReflect() protoreflect.Message
- func (x *Command_ExecuteSpecReq) Reset()
- func (x *Command_ExecuteSpecReq) String() string
- type Command_Flag
- func (*Command_Flag) Descriptor() ([]byte, []int)deprecated
- func (x *Command_Flag) GetAliases() []string
- func (x *Command_Flag) GetDefaultValue() string
- func (x *Command_Flag) GetDescription() string
- func (x *Command_Flag) GetLongName() string
- func (x *Command_Flag) GetShortName() string
- func (x *Command_Flag) GetType() Command_Flag_Type
- func (*Command_Flag) ProtoMessage()
- func (x *Command_Flag) ProtoReflect() protoreflect.Message
- func (x *Command_Flag) Reset()
- func (x *Command_Flag) String() string
- type Command_Flag_Type
- func (Command_Flag_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Command_Flag_Type) Enum() *Command_Flag_Type
- func (Command_Flag_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Command_Flag_Type) Number() protoreflect.EnumNumber
- func (x Command_Flag_Type) String() string
- func (Command_Flag_Type) Type() protoreflect.EnumType
- type Communicator
- type CommunicatorServiceClient
- type CommunicatorServiceServer
- type Communicator_Command
- func (*Communicator_Command) Descriptor() ([]byte, []int)deprecated
- func (x *Communicator_Command) GetCommand() string
- func (*Communicator_Command) ProtoMessage()
- func (x *Communicator_Command) ProtoReflect() protoreflect.Message
- func (x *Communicator_Command) Reset()
- func (x *Communicator_Command) String() string
- type Communicator_ExecuteResp
- func (*Communicator_ExecuteResp) Descriptor() ([]byte, []int)deprecated
- func (x *Communicator_ExecuteResp) GetExitCode() int32
- func (x *Communicator_ExecuteResp) GetStderr() string
- func (x *Communicator_ExecuteResp) GetStdout() string
- func (*Communicator_ExecuteResp) ProtoMessage()
- func (x *Communicator_ExecuteResp) ProtoReflect() protoreflect.Message
- func (x *Communicator_ExecuteResp) Reset()
- func (x *Communicator_ExecuteResp) String() string
- type Communicator_MatchResp
- func (*Communicator_MatchResp) Descriptor() ([]byte, []int)deprecated
- func (x *Communicator_MatchResp) GetMatch() bool
- func (*Communicator_MatchResp) ProtoMessage()
- func (x *Communicator_MatchResp) ProtoReflect() protoreflect.Message
- func (x *Communicator_MatchResp) Reset()
- func (x *Communicator_MatchResp) String() string
- type Communicator_ReadyResp
- func (*Communicator_ReadyResp) Descriptor() ([]byte, []int)deprecated
- func (x *Communicator_ReadyResp) GetReady() bool
- func (*Communicator_ReadyResp) ProtoMessage()
- func (x *Communicator_ReadyResp) ProtoReflect() protoreflect.Message
- func (x *Communicator_ReadyResp) Reset()
- func (x *Communicator_ReadyResp) String() string
- type Communicator_TestResp
- func (*Communicator_TestResp) Descriptor() ([]byte, []int)deprecated
- func (x *Communicator_TestResp) GetValid() bool
- func (*Communicator_TestResp) ProtoMessage()
- func (x *Communicator_TestResp) ProtoReflect() protoreflect.Message
- func (x *Communicator_TestResp) Reset()
- func (x *Communicator_TestResp) String() string
- type Config
- type ConfigServiceClient
- type ConfigServiceServer
- type Config_ConfigureRequest
- func (*Config_ConfigureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Config_ConfigureRequest) GetJson() []byte
- func (*Config_ConfigureRequest) ProtoMessage()
- func (x *Config_ConfigureRequest) ProtoReflect() protoreflect.Message
- func (x *Config_ConfigureRequest) Reset()
- func (x *Config_ConfigureRequest) String() string
- type Config_Documentation
- func (*Config_Documentation) Descriptor() ([]byte, []int)deprecated
- func (x *Config_Documentation) GetDescription() string
- func (x *Config_Documentation) GetExample() string
- func (x *Config_Documentation) GetFields() map[string]*Config_FieldDocumentation
- func (x *Config_Documentation) GetInput() string
- func (x *Config_Documentation) GetMappers() []*Config_MapperDocumentation
- func (x *Config_Documentation) GetOutput() string
- func (*Config_Documentation) ProtoMessage()
- func (x *Config_Documentation) ProtoReflect() protoreflect.Message
- func (x *Config_Documentation) Reset()
- func (x *Config_Documentation) String() string
- type Config_FieldDocumentation
- func (*Config_FieldDocumentation) Descriptor() ([]byte, []int)deprecated
- func (x *Config_FieldDocumentation) GetDefault() string
- func (x *Config_FieldDocumentation) GetEnvVar() string
- func (x *Config_FieldDocumentation) GetName() string
- func (x *Config_FieldDocumentation) GetOptional() bool
- func (x *Config_FieldDocumentation) GetSummary() string
- func (x *Config_FieldDocumentation) GetSynopsis() string
- func (x *Config_FieldDocumentation) GetType() string
- func (*Config_FieldDocumentation) ProtoMessage()
- func (x *Config_FieldDocumentation) ProtoReflect() protoreflect.Message
- func (x *Config_FieldDocumentation) Reset()
- func (x *Config_FieldDocumentation) String() string
- type Config_Fields
- type Config_Finalize
- type Config_FinalizeResponse
- func (*Config_FinalizeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Config_FinalizeResponse) GetData() *Args_ConfigData
- func (*Config_FinalizeResponse) ProtoMessage()
- func (x *Config_FinalizeResponse) ProtoReflect() protoreflect.Message
- func (x *Config_FinalizeResponse) Reset()
- func (x *Config_FinalizeResponse) String() string
- type Config_InitResponse
- func (*Config_InitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Config_InitResponse) GetData() *Args_ConfigData
- func (*Config_InitResponse) ProtoMessage()
- func (x *Config_InitResponse) ProtoReflect() protoreflect.Message
- func (x *Config_InitResponse) Reset()
- func (x *Config_InitResponse) String() string
- type Config_MapperDocumentation
- func (*Config_MapperDocumentation) Descriptor() ([]byte, []int)deprecated
- func (x *Config_MapperDocumentation) GetDescription() string
- func (x *Config_MapperDocumentation) GetInput() string
- func (x *Config_MapperDocumentation) GetOutput() string
- func (*Config_MapperDocumentation) ProtoMessage()
- func (x *Config_MapperDocumentation) ProtoReflect() protoreflect.Message
- func (x *Config_MapperDocumentation) Reset()
- func (x *Config_MapperDocumentation) String() string
- type Config_Merge
- func (*Config_Merge) Descriptor() ([]byte, []int)deprecated
- func (x *Config_Merge) GetBase() *Args_ConfigData
- func (x *Config_Merge) GetOverlay() *Args_ConfigData
- func (*Config_Merge) ProtoMessage()
- func (x *Config_Merge) ProtoReflect() protoreflect.Message
- func (x *Config_Merge) Reset()
- func (x *Config_Merge) String() string
- type Config_RawRubyValue
- func (*Config_RawRubyValue) Descriptor() ([]byte, []int)deprecated
- func (x *Config_RawRubyValue) GetData() *Args_Hash
- func (x *Config_RawRubyValue) GetSource() *Args_Class
- func (*Config_RawRubyValue) ProtoMessage()
- func (x *Config_RawRubyValue) ProtoReflect() protoreflect.Message
- func (x *Config_RawRubyValue) Reset()
- func (x *Config_RawRubyValue) String() string
- type Config_RegisterResponse
- func (*Config_RegisterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Config_RegisterResponse) GetIdentifier() string
- func (x *Config_RegisterResponse) GetScope() string
- func (*Config_RegisterResponse) ProtoMessage()
- func (x *Config_RegisterResponse) ProtoReflect() protoreflect.Message
- func (x *Config_RegisterResponse) Reset()
- func (x *Config_RegisterResponse) String() string
- type Config_StructResponse
- func (*Config_StructResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Config_StructResponse) GetRaw() bool
- func (x *Config_StructResponse) GetStruct() *Config_Structure
- func (m *Config_StructResponse) GetValue() isConfig_StructResponse_Value
- func (*Config_StructResponse) ProtoMessage()
- func (x *Config_StructResponse) ProtoReflect() protoreflect.Message
- func (x *Config_StructResponse) Reset()
- func (x *Config_StructResponse) String() string
- type Config_StructResponse_Raw
- type Config_StructResponse_Struct
- type Config_Structure
- func (*Config_Structure) Descriptor() ([]byte, []int)deprecated
- func (x *Config_Structure) GetStruct() *protostructure.Struct
- func (*Config_Structure) ProtoMessage()
- func (x *Config_Structure) ProtoReflect() protoreflect.Message
- func (x *Config_Structure) Reset()
- func (x *Config_Structure) String() string
- type CorePluginManager
- type CorePluginManagerServiceClient
- type CorePluginManagerServiceServer
- type CorePluginManager_GetPluginRequest
- func (*CorePluginManager_GetPluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CorePluginManager_GetPluginRequest) GetType() string
- func (*CorePluginManager_GetPluginRequest) ProtoMessage()
- func (x *CorePluginManager_GetPluginRequest) ProtoReflect() protoreflect.Message
- func (x *CorePluginManager_GetPluginRequest) Reset()
- func (x *CorePluginManager_GetPluginRequest) String() string
- type CorePluginManager_GetPluginResponse
- func (*CorePluginManager_GetPluginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CorePluginManager_GetPluginResponse) GetPlugin() *anypb.Any
- func (*CorePluginManager_GetPluginResponse) ProtoMessage()
- func (x *CorePluginManager_GetPluginResponse) ProtoReflect() protoreflect.Message
- func (x *CorePluginManager_GetPluginResponse) Reset()
- func (x *CorePluginManager_GetPluginResponse) String() string
- type DownloaderServiceClient
- type DownloaderServiceServer
- type FuncSpec
- func (*FuncSpec) Descriptor() ([]byte, []int)deprecated
- func (x *FuncSpec) GetArgs() []*FuncSpec_Value
- func (x *FuncSpec) GetName() string
- func (x *FuncSpec) GetResult() []*FuncSpec_Value
- func (*FuncSpec) ProtoMessage()
- func (x *FuncSpec) ProtoReflect() protoreflect.Message
- func (x *FuncSpec) Reset()
- func (x *FuncSpec) String() string
- type FuncSpec_Args
- type FuncSpec_Value
- func (*FuncSpec_Value) Descriptor() ([]byte, []int)deprecated
- func (x *FuncSpec_Value) GetName() string
- func (x *FuncSpec_Value) GetType() string
- func (x *FuncSpec_Value) GetValue() *anypb.Any
- func (*FuncSpec_Value) ProtoMessage()
- func (x *FuncSpec_Value) ProtoReflect() protoreflect.Message
- func (x *FuncSpec_Value) Reset()
- func (x *FuncSpec_Value) String() string
- type GuestServiceClient
- type GuestServiceServer
- type HostServiceClient
- type HostServiceServer
- type ImplementsResp
- type Map
- type Map_ListResponse
- type Map_Request
- func (*Map_Request) Descriptor() ([]byte, []int)deprecated
- func (x *Map_Request) GetArgs() *FuncSpec_Args
- func (x *Map_Request) GetResult() string
- func (*Map_Request) ProtoMessage()
- func (x *Map_Request) ProtoReflect() protoreflect.Message
- func (x *Map_Request) Reset()
- func (x *Map_Request) String() string
- type Map_Response
- type MapperClient
- type MapperServer
- type Platform
- type Platform_Capability
- type Platform_Capability_CheckResp
- func (*Platform_Capability_CheckResp) Descriptor() ([]byte, []int)deprecated
- func (x *Platform_Capability_CheckResp) GetHasCapability() bool
- func (*Platform_Capability_CheckResp) ProtoMessage()
- func (x *Platform_Capability_CheckResp) ProtoReflect() protoreflect.Message
- func (x *Platform_Capability_CheckResp) Reset()
- func (x *Platform_Capability_CheckResp) String() string
- type Platform_Capability_NamedRequest
- func (*Platform_Capability_NamedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Platform_Capability_NamedRequest) GetFuncArgs() *FuncSpec_Args
- func (x *Platform_Capability_NamedRequest) GetName() string
- func (*Platform_Capability_NamedRequest) ProtoMessage()
- func (x *Platform_Capability_NamedRequest) ProtoReflect() protoreflect.Message
- func (x *Platform_Capability_NamedRequest) Reset()
- func (x *Platform_Capability_NamedRequest) String() string
- type Platform_Capability_Resp
- func (*Platform_Capability_Resp) Descriptor() ([]byte, []int)deprecated
- func (x *Platform_Capability_Resp) GetResult() *anypb.Any
- func (*Platform_Capability_Resp) ProtoMessage()
- func (x *Platform_Capability_Resp) ProtoReflect() protoreflect.Message
- func (x *Platform_Capability_Resp) Reset()
- func (x *Platform_Capability_Resp) String() string
- type Platform_DetectResp
- func (*Platform_DetectResp) Descriptor() ([]byte, []int)deprecated
- func (x *Platform_DetectResp) GetDetected() bool
- func (*Platform_DetectResp) ProtoMessage()
- func (x *Platform_DetectResp) ProtoReflect() protoreflect.Message
- func (x *Platform_DetectResp) Reset()
- func (x *Platform_DetectResp) String() string
- type Platform_ParentResp
- func (*Platform_ParentResp) Descriptor() ([]byte, []int)deprecated
- func (x *Platform_ParentResp) GetParent() string
- func (*Platform_ParentResp) ProtoMessage()
- func (x *Platform_ParentResp) ProtoReflect() protoreflect.Message
- func (x *Platform_ParentResp) Reset()
- func (x *Platform_ParentResp) String() string
- type PluginInfo
- type PluginInfoServiceClient
- type PluginInfoServiceServer
- type PluginInfo_CommandOptions
- func (*PluginInfo_CommandOptions) Descriptor() ([]byte, []int)deprecated
- func (x *PluginInfo_CommandOptions) GetPrimary() bool
- func (*PluginInfo_CommandOptions) ProtoMessage()
- func (x *PluginInfo_CommandOptions) ProtoReflect() protoreflect.Message
- func (x *PluginInfo_CommandOptions) Reset()
- func (x *PluginInfo_CommandOptions) String() string
- type PluginInfo_ComponentList
- func (*PluginInfo_ComponentList) Descriptor() ([]byte, []int)deprecated
- func (x *PluginInfo_ComponentList) GetComponent() []uint32
- func (*PluginInfo_ComponentList) ProtoMessage()
- func (x *PluginInfo_ComponentList) ProtoReflect() protoreflect.Message
- func (x *PluginInfo_ComponentList) Reset()
- func (x *PluginInfo_ComponentList) String() string
- type PluginInfo_ComponentOptionsMap
- func (*PluginInfo_ComponentOptionsMap) Descriptor() ([]byte, []int)deprecated
- func (x *PluginInfo_ComponentOptionsMap) GetOptions() map[uint32]*anypb.Any
- func (*PluginInfo_ComponentOptionsMap) ProtoMessage()
- func (x *PluginInfo_ComponentOptionsMap) ProtoReflect() protoreflect.Message
- func (x *PluginInfo_ComponentOptionsMap) Reset()
- func (x *PluginInfo_ComponentOptionsMap) String() string
- type PluginInfo_Name
- type PluginInfo_ProviderOptions
- func (*PluginInfo_ProviderOptions) Descriptor() ([]byte, []int)deprecated
- func (x *PluginInfo_ProviderOptions) GetBoxOptional() bool
- func (x *PluginInfo_ProviderOptions) GetDefaultable() bool
- func (x *PluginInfo_ProviderOptions) GetParallel() bool
- func (x *PluginInfo_ProviderOptions) GetPriority() int32
- func (*PluginInfo_ProviderOptions) ProtoMessage()
- func (x *PluginInfo_ProviderOptions) ProtoReflect() protoreflect.Message
- func (x *PluginInfo_ProviderOptions) Reset()
- func (x *PluginInfo_ProviderOptions) String() string
- type PluginInfo_SyncedFolderOptions
- func (*PluginInfo_SyncedFolderOptions) Descriptor() ([]byte, []int)deprecated
- func (x *PluginInfo_SyncedFolderOptions) GetPriority() int32
- func (*PluginInfo_SyncedFolderOptions) ProtoMessage()
- func (x *PluginInfo_SyncedFolderOptions) ProtoReflect() protoreflect.Message
- func (x *PluginInfo_SyncedFolderOptions) Reset()
- func (x *PluginInfo_SyncedFolderOptions) String() string
- type PluginManager
- type PluginManagerServiceClient
- type PluginManagerServiceServer
- type PluginManager_Plugin
- func (*PluginManager_Plugin) Descriptor() ([]byte, []int)deprecated
- func (x *PluginManager_Plugin) GetName() string
- func (x *PluginManager_Plugin) GetOptions() *anypb.Any
- func (x *PluginManager_Plugin) GetPlugin() *anypb.Any
- func (x *PluginManager_Plugin) GetType() string
- func (*PluginManager_Plugin) ProtoMessage()
- func (x *PluginManager_Plugin) ProtoReflect() protoreflect.Message
- func (x *PluginManager_Plugin) Reset()
- func (x *PluginManager_Plugin) String() string
- type PluginManager_PluginsRequest
- func (*PluginManager_PluginsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PluginManager_PluginsRequest) GetTypes() []string
- func (*PluginManager_PluginsRequest) ProtoMessage()
- func (x *PluginManager_PluginsRequest) ProtoReflect() protoreflect.Message
- func (x *PluginManager_PluginsRequest) Reset()
- func (x *PluginManager_PluginsRequest) String() string
- type PluginManager_PluginsResponse
- func (*PluginManager_PluginsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PluginManager_PluginsResponse) GetPlugins() []*PluginManager_Plugin
- func (*PluginManager_PluginsResponse) ProtoMessage()
- func (x *PluginManager_PluginsResponse) ProtoReflect() protoreflect.Message
- func (x *PluginManager_PluginsResponse) Reset()
- func (x *PluginManager_PluginsResponse) String() string
- type Project
- type ProjectServiceClient
- type ProjectServiceServer
- type Project_ActiveTargetsResponse
- func (*Project_ActiveTargetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_ActiveTargetsResponse) GetTargets() []*Args_Target
- func (*Project_ActiveTargetsResponse) ProtoMessage()
- func (x *Project_ActiveTargetsResponse) ProtoReflect() protoreflect.Message
- func (x *Project_ActiveTargetsResponse) Reset()
- func (x *Project_ActiveTargetsResponse) String() string
- type Project_ConfigResponse
- func (*Project_ConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_ConfigResponse) GetVagrantfile() *Vagrantfile_Vagrantfile
- func (*Project_ConfigResponse) ProtoMessage()
- func (x *Project_ConfigResponse) ProtoReflect() protoreflect.Message
- func (x *Project_ConfigResponse) Reset()
- func (x *Project_ConfigResponse) String() string
- type Project_CwdResponse
- func (*Project_CwdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_CwdResponse) GetPath() string
- func (*Project_CwdResponse) ProtoMessage()
- func (x *Project_CwdResponse) ProtoReflect() protoreflect.Message
- func (x *Project_CwdResponse) Reset()
- func (x *Project_CwdResponse) String() string
- type Project_DefaultProviderRequest
- func (*Project_DefaultProviderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Project_DefaultProviderRequest) GetCheckUsable() bool
- func (x *Project_DefaultProviderRequest) GetExclude() []string
- func (x *Project_DefaultProviderRequest) GetForceDefault() bool
- func (x *Project_DefaultProviderRequest) GetMachineName() string
- func (*Project_DefaultProviderRequest) ProtoMessage()
- func (x *Project_DefaultProviderRequest) ProtoReflect() protoreflect.Message
- func (x *Project_DefaultProviderRequest) Reset()
- func (x *Project_DefaultProviderRequest) String() string
- type Project_DefaultProviderResponse
- func (*Project_DefaultProviderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_DefaultProviderResponse) GetProviderName() string
- func (*Project_DefaultProviderResponse) ProtoMessage()
- func (x *Project_DefaultProviderResponse) ProtoReflect() protoreflect.Message
- func (x *Project_DefaultProviderResponse) Reset()
- func (x *Project_DefaultProviderResponse) String() string
- type Project_HomeResponse
- func (*Project_HomeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_HomeResponse) GetPath() string
- func (*Project_HomeResponse) ProtoMessage()
- func (x *Project_HomeResponse) ProtoReflect() protoreflect.Message
- func (x *Project_HomeResponse) Reset()
- func (x *Project_HomeResponse) String() string
- type Project_LocalDataResponse
- func (*Project_LocalDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_LocalDataResponse) GetPath() string
- func (*Project_LocalDataResponse) ProtoMessage()
- func (x *Project_LocalDataResponse) ProtoReflect() protoreflect.Message
- func (x *Project_LocalDataResponse) Reset()
- func (x *Project_LocalDataResponse) String() string
- type Project_PrimaryTargetNameResponse
- func (*Project_PrimaryTargetNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_PrimaryTargetNameResponse) GetName() string
- func (*Project_PrimaryTargetNameResponse) ProtoMessage()
- func (x *Project_PrimaryTargetNameResponse) ProtoReflect() protoreflect.Message
- func (x *Project_PrimaryTargetNameResponse) Reset()
- func (x *Project_PrimaryTargetNameResponse) String() string
- type Project_ResourceIdResponse
- func (*Project_ResourceIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_ResourceIdResponse) GetResourceId() string
- func (*Project_ResourceIdResponse) ProtoMessage()
- func (x *Project_ResourceIdResponse) ProtoReflect() protoreflect.Message
- func (x *Project_ResourceIdResponse) Reset()
- func (x *Project_ResourceIdResponse) String() string
- type Project_TargetIdsResponse
- func (*Project_TargetIdsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_TargetIdsResponse) GetIds() []string
- func (*Project_TargetIdsResponse) ProtoMessage()
- func (x *Project_TargetIdsResponse) ProtoReflect() protoreflect.Message
- func (x *Project_TargetIdsResponse) Reset()
- func (x *Project_TargetIdsResponse) String() string
- type Project_TargetNamesResponse
- func (*Project_TargetNamesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_TargetNamesResponse) GetNames() []string
- func (*Project_TargetNamesResponse) ProtoMessage()
- func (x *Project_TargetNamesResponse) ProtoReflect() protoreflect.Message
- func (x *Project_TargetNamesResponse) Reset()
- func (x *Project_TargetNamesResponse) String() string
- type Project_TargetRequest
- func (*Project_TargetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Project_TargetRequest) GetName() string
- func (x *Project_TargetRequest) GetProvider() string
- func (*Project_TargetRequest) ProtoMessage()
- func (x *Project_TargetRequest) ProtoReflect() protoreflect.Message
- func (x *Project_TargetRequest) Reset()
- func (x *Project_TargetRequest) String() string
- type Project_VagrantfileNameResponse
- func (*Project_VagrantfileNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Project_VagrantfileNameResponse) GetName() string
- func (*Project_VagrantfileNameResponse) ProtoMessage()
- func (x *Project_VagrantfileNameResponse) ProtoReflect() protoreflect.Message
- func (x *Project_VagrantfileNameResponse) Reset()
- func (x *Project_VagrantfileNameResponse) String() string
- type Provider
- type ProviderServiceClient
- type ProviderServiceServer
- type Provider_ActionRequest
- func (*Provider_ActionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Provider_ActionRequest) GetFuncArgs() *FuncSpec_Args
- func (x *Provider_ActionRequest) GetName() string
- func (*Provider_ActionRequest) ProtoMessage()
- func (x *Provider_ActionRequest) ProtoReflect() protoreflect.Message
- func (x *Provider_ActionRequest) Reset()
- func (x *Provider_ActionRequest) String() string
- type Provider_InstalledResp
- func (*Provider_InstalledResp) Descriptor() ([]byte, []int)deprecated
- func (x *Provider_InstalledResp) GetIsInstalled() bool
- func (*Provider_InstalledResp) ProtoMessage()
- func (x *Provider_InstalledResp) ProtoReflect() protoreflect.Message
- func (x *Provider_InstalledResp) Reset()
- func (x *Provider_InstalledResp) String() string
- type Provider_UsableResp
- func (*Provider_UsableResp) Descriptor() ([]byte, []int)deprecated
- func (x *Provider_UsableResp) GetIsUsable() bool
- func (*Provider_UsableResp) ProtoMessage()
- func (x *Provider_UsableResp) ProtoReflect() protoreflect.Message
- func (x *Provider_UsableResp) Reset()
- func (x *Provider_UsableResp) String() string
- type ProvisionerServiceClient
- type ProvisionerServiceServer
- type PushServiceClient
- type PushServiceServer
- type Ref
- type Ref_Basis
- func (*Ref_Basis) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Basis) GetName() string
- func (x *Ref_Basis) GetPath() string
- func (x *Ref_Basis) GetResourceId() string
- func (*Ref_Basis) ProtoMessage()
- func (x *Ref_Basis) ProtoReflect() protoreflect.Message
- func (x *Ref_Basis) Reset()
- func (x *Ref_Basis) String() string
- type Ref_Box
- func (*Ref_Box) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Box) GetName() string
- func (x *Ref_Box) GetProvider() string
- func (x *Ref_Box) GetResourceId() string
- func (x *Ref_Box) GetVersion() string
- func (*Ref_Box) ProtoMessage()
- func (x *Ref_Box) ProtoReflect() protoreflect.Message
- func (x *Ref_Box) Reset()
- func (x *Ref_Box) String() string
- type Ref_Machine
- func (*Ref_Machine) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Machine) GetName() string
- func (x *Ref_Machine) GetProject() *Ref_Project
- func (x *Ref_Machine) GetResourceId() string
- func (*Ref_Machine) ProtoMessage()
- func (x *Ref_Machine) ProtoReflect() protoreflect.Message
- func (x *Ref_Machine) Reset()
- func (x *Ref_Machine) String() string
- type Ref_Project
- func (*Ref_Project) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Project) GetBasis() *Ref_Basis
- func (x *Ref_Project) GetName() string
- func (x *Ref_Project) GetPath() string
- func (x *Ref_Project) GetResourceId() string
- func (*Ref_Project) ProtoMessage()
- func (x *Ref_Project) ProtoReflect() protoreflect.Message
- func (x *Ref_Project) Reset()
- func (x *Ref_Project) String() string
- type Ref_Target
- func (*Ref_Target) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Target) GetName() string
- func (x *Ref_Target) GetProject() *Ref_Project
- func (x *Ref_Target) GetResourceId() string
- func (*Ref_Target) ProtoMessage()
- func (x *Ref_Target) ProtoReflect() protoreflect.Message
- func (x *Ref_Target) Reset()
- func (x *Ref_Target) String() string
- type StateBag
- type StateBagServiceClient
- type StateBagServiceServer
- type StateBag_GetOkResponse
- func (*StateBag_GetOkResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StateBag_GetOkResponse) GetOk() bool
- func (x *StateBag_GetOkResponse) GetValue() string
- func (*StateBag_GetOkResponse) ProtoMessage()
- func (x *StateBag_GetOkResponse) ProtoReflect() protoreflect.Message
- func (x *StateBag_GetOkResponse) Reset()
- func (x *StateBag_GetOkResponse) String() string
- type StateBag_GetRequest
- func (*StateBag_GetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StateBag_GetRequest) GetKey() string
- func (*StateBag_GetRequest) ProtoMessage()
- func (x *StateBag_GetRequest) ProtoReflect() protoreflect.Message
- func (x *StateBag_GetRequest) Reset()
- func (x *StateBag_GetRequest) String() string
- type StateBag_GetResponse
- func (*StateBag_GetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StateBag_GetResponse) GetValue() string
- func (*StateBag_GetResponse) ProtoMessage()
- func (x *StateBag_GetResponse) ProtoReflect() protoreflect.Message
- func (x *StateBag_GetResponse) Reset()
- func (x *StateBag_GetResponse) String() string
- type StateBag_PutRequest
- func (*StateBag_PutRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StateBag_PutRequest) GetKey() string
- func (x *StateBag_PutRequest) GetValue() string
- func (*StateBag_PutRequest) ProtoMessage()
- func (x *StateBag_PutRequest) ProtoReflect() protoreflect.Message
- func (x *StateBag_PutRequest) Reset()
- func (x *StateBag_PutRequest) String() string
- type StateBag_PutResponse
- type StateBag_RemoveRequest
- func (*StateBag_RemoveRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StateBag_RemoveRequest) GetKey() string
- func (*StateBag_RemoveRequest) ProtoMessage()
- func (x *StateBag_RemoveRequest) ProtoReflect() protoreflect.Message
- func (x *StateBag_RemoveRequest) Reset()
- func (x *StateBag_RemoveRequest) String() string
- type StateBag_RemoveResponse
- type SyncedFolder
- type SyncedFolderServiceClient
- type SyncedFolderServiceServer
- type SyncedFolder_UsableResp
- func (*SyncedFolder_UsableResp) Descriptor() ([]byte, []int)deprecated
- func (x *SyncedFolder_UsableResp) GetUsable() bool
- func (*SyncedFolder_UsableResp) ProtoMessage()
- func (x *SyncedFolder_UsableResp) ProtoReflect() protoreflect.Message
- func (x *SyncedFolder_UsableResp) Reset()
- func (x *SyncedFolder_UsableResp) String() string
- type Target
- type TargetIndex
- type TargetIndexServiceClient
- type TargetIndexServiceServer
- type TargetIndex_AllResponse
- func (*TargetIndex_AllResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TargetIndex_AllResponse) GetTargets() []*Args_Target
- func (*TargetIndex_AllResponse) ProtoMessage()
- func (x *TargetIndex_AllResponse) ProtoReflect() protoreflect.Message
- func (x *TargetIndex_AllResponse) Reset()
- func (x *TargetIndex_AllResponse) String() string
- type TargetIndex_IncludesResponse
- func (*TargetIndex_IncludesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TargetIndex_IncludesResponse) GetExists() bool
- func (*TargetIndex_IncludesResponse) ProtoMessage()
- func (x *TargetIndex_IncludesResponse) ProtoReflect() protoreflect.Message
- func (x *TargetIndex_IncludesResponse) Reset()
- func (x *TargetIndex_IncludesResponse) String() string
- type TargetIndex_TargetIdentifier
- func (*TargetIndex_TargetIdentifier) Descriptor() ([]byte, []int)deprecated
- func (x *TargetIndex_TargetIdentifier) GetId() string
- func (*TargetIndex_TargetIdentifier) ProtoMessage()
- func (x *TargetIndex_TargetIdentifier) ProtoReflect() protoreflect.Message
- func (x *TargetIndex_TargetIdentifier) Reset()
- func (x *TargetIndex_TargetIdentifier) String() string
- type TargetMachineServiceClient
- type TargetMachineServiceServer
- type TargetServiceClient
- type TargetServiceServer
- type Target_GetUUIDResponse
- func (*Target_GetUUIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_GetUUIDResponse) GetUuid() string
- func (*Target_GetUUIDResponse) ProtoMessage()
- func (x *Target_GetUUIDResponse) ProtoReflect() protoreflect.Message
- func (x *Target_GetUUIDResponse) Reset()
- func (x *Target_GetUUIDResponse) String() string
- type Target_Machine
- type Target_Machine_BoxResponse
- func (*Target_Machine_BoxResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_Machine_BoxResponse) GetBox() *Args_Box
- func (*Target_Machine_BoxResponse) ProtoMessage()
- func (x *Target_Machine_BoxResponse) ProtoReflect() protoreflect.Message
- func (x *Target_Machine_BoxResponse) Reset()
- func (x *Target_Machine_BoxResponse) String() string
- type Target_Machine_GetIDResponse
- func (*Target_Machine_GetIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_Machine_GetIDResponse) GetId() string
- func (*Target_Machine_GetIDResponse) ProtoMessage()
- func (x *Target_Machine_GetIDResponse) ProtoReflect() protoreflect.Message
- func (x *Target_Machine_GetIDResponse) Reset()
- func (x *Target_Machine_GetIDResponse) String() string
- type Target_Machine_GetStateResponse
- func (*Target_Machine_GetStateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_Machine_GetStateResponse) GetState() *Args_Target_Machine_State
- func (*Target_Machine_GetStateResponse) ProtoMessage()
- func (x *Target_Machine_GetStateResponse) ProtoReflect() protoreflect.Message
- func (x *Target_Machine_GetStateResponse) Reset()
- func (x *Target_Machine_GetStateResponse) String() string
- type Target_Machine_SetIDRequest
- func (*Target_Machine_SetIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Target_Machine_SetIDRequest) GetId() string
- func (*Target_Machine_SetIDRequest) ProtoMessage()
- func (x *Target_Machine_SetIDRequest) ProtoReflect() protoreflect.Message
- func (x *Target_Machine_SetIDRequest) Reset()
- func (x *Target_Machine_SetIDRequest) String() string
- type Target_Machine_SetStateRequest
- func (*Target_Machine_SetStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Target_Machine_SetStateRequest) GetState() *Args_Target_Machine_State
- func (*Target_Machine_SetStateRequest) ProtoMessage()
- func (x *Target_Machine_SetStateRequest) ProtoReflect() protoreflect.Message
- func (x *Target_Machine_SetStateRequest) Reset()
- func (x *Target_Machine_SetStateRequest) String() string
- type Target_Machine_SyncedFoldersResponse
- func (*Target_Machine_SyncedFoldersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_Machine_SyncedFoldersResponse) GetSyncedFolders() []*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder
- func (*Target_Machine_SyncedFoldersResponse) ProtoMessage()
- func (x *Target_Machine_SyncedFoldersResponse) ProtoReflect() protoreflect.Message
- func (x *Target_Machine_SyncedFoldersResponse) Reset()
- func (x *Target_Machine_SyncedFoldersResponse) String() string
- type Target_Machine_SyncedFoldersResponse_Folder
- func (*Target_Machine_SyncedFoldersResponse_Folder) Descriptor() ([]byte, []int)deprecated
- func (x *Target_Machine_SyncedFoldersResponse_Folder) GetDestination() string
- func (x *Target_Machine_SyncedFoldersResponse_Folder) GetOptions() *Args_Hash
- func (x *Target_Machine_SyncedFoldersResponse_Folder) GetSource() string
- func (*Target_Machine_SyncedFoldersResponse_Folder) ProtoMessage()
- func (x *Target_Machine_SyncedFoldersResponse_Folder) ProtoReflect() protoreflect.Message
- func (x *Target_Machine_SyncedFoldersResponse_Folder) Reset()
- func (x *Target_Machine_SyncedFoldersResponse_Folder) String() string
- type Target_Machine_SyncedFoldersResponse_MachineSyncedFolder
- func (*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) Descriptor() ([]byte, []int)deprecated
- func (x *Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) GetFolder() *Target_Machine_SyncedFoldersResponse_Folder
- func (x *Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) GetPlugin() *Args_SyncedFolder
- func (*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) ProtoMessage()
- func (x *Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) ProtoReflect() protoreflect.Message
- func (x *Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) Reset()
- func (x *Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) String() string
- type Target_Machine_UIDResponse
- func (*Target_Machine_UIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_Machine_UIDResponse) GetUserId() string
- func (*Target_Machine_UIDResponse) ProtoMessage()
- func (x *Target_Machine_UIDResponse) ProtoReflect() protoreflect.Message
- func (x *Target_Machine_UIDResponse) Reset()
- func (x *Target_Machine_UIDResponse) String() string
- type Target_NameResponse
- func (*Target_NameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_NameResponse) GetName() string
- func (*Target_NameResponse) ProtoMessage()
- func (x *Target_NameResponse) ProtoReflect() protoreflect.Message
- func (x *Target_NameResponse) Reset()
- func (x *Target_NameResponse) String() string
- type Target_ProjectResponse
- func (*Target_ProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_ProjectResponse) GetProject() *Ref_Project
- func (*Target_ProjectResponse) ProtoMessage()
- func (x *Target_ProjectResponse) ProtoReflect() protoreflect.Message
- func (x *Target_ProjectResponse) Reset()
- func (x *Target_ProjectResponse) String() string
- type Target_RecordResponse
- func (*Target_RecordResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_RecordResponse) GetRecord() *anypb.Any
- func (*Target_RecordResponse) ProtoMessage()
- func (x *Target_RecordResponse) ProtoReflect() protoreflect.Message
- func (x *Target_RecordResponse) Reset()
- func (x *Target_RecordResponse) String() string
- type Target_ResourceIdResponse
- func (*Target_ResourceIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_ResourceIdResponse) GetResourceId() string
- func (*Target_ResourceIdResponse) ProtoMessage()
- func (x *Target_ResourceIdResponse) ProtoReflect() protoreflect.Message
- func (x *Target_ResourceIdResponse) Reset()
- func (x *Target_ResourceIdResponse) String() string
- type Target_SetNameRequest
- func (*Target_SetNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Target_SetNameRequest) GetName() string
- func (*Target_SetNameRequest) ProtoMessage()
- func (x *Target_SetNameRequest) ProtoReflect() protoreflect.Message
- func (x *Target_SetNameRequest) Reset()
- func (x *Target_SetNameRequest) String() string
- type Target_SetUUIDRequest
- func (*Target_SetUUIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Target_SetUUIDRequest) GetUuid() string
- func (*Target_SetUUIDRequest) ProtoMessage()
- func (x *Target_SetUUIDRequest) ProtoReflect() protoreflect.Message
- func (x *Target_SetUUIDRequest) Reset()
- func (x *Target_SetUUIDRequest) String() string
- type Target_UpdatedAtResponse
- func (*Target_UpdatedAtResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_UpdatedAtResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*Target_UpdatedAtResponse) ProtoMessage()
- func (x *Target_UpdatedAtResponse) ProtoReflect() protoreflect.Message
- func (x *Target_UpdatedAtResponse) Reset()
- func (x *Target_UpdatedAtResponse) String() string
- type Target_VagrantfileNameResponse
- func (*Target_VagrantfileNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_VagrantfileNameResponse) GetName() string
- func (*Target_VagrantfileNameResponse) ProtoMessage()
- func (x *Target_VagrantfileNameResponse) ProtoReflect() protoreflect.Message
- func (x *Target_VagrantfileNameResponse) Reset()
- func (x *Target_VagrantfileNameResponse) String() string
- type Target_VagrantfilePathResponse
- func (*Target_VagrantfilePathResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Target_VagrantfilePathResponse) GetPath() *Args_Path
- func (*Target_VagrantfilePathResponse) ProtoMessage()
- func (x *Target_VagrantfilePathResponse) ProtoReflect() protoreflect.Message
- func (x *Target_VagrantfilePathResponse) Reset()
- func (x *Target_VagrantfilePathResponse) String() string
- type TerminalUI
- type TerminalUIServiceClient
- type TerminalUIServiceServer
- type TerminalUIService_EventsClient
- type TerminalUIService_EventsServer
- type TerminalUI_Event
- func (*TerminalUI_Event) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event) GetClearLine() *TerminalUI_Event_ClearLine
- func (m *TerminalUI_Event) GetEvent() isTerminalUI_Event_Event
- func (x *TerminalUI_Event) GetInput() *TerminalUI_Event_Input
- func (x *TerminalUI_Event) GetLine() *TerminalUI_Event_Line
- func (x *TerminalUI_Event) GetNamedValues() *TerminalUI_Event_NamedValues
- func (x *TerminalUI_Event) GetRaw() *TerminalUI_Event_Raw
- func (x *TerminalUI_Event) GetStatus() *TerminalUI_Event_Status
- func (x *TerminalUI_Event) GetStep() *TerminalUI_Event_Step
- func (x *TerminalUI_Event) GetStepGroup() *TerminalUI_Event_StepGroup
- func (x *TerminalUI_Event) GetTable() *TerminalUI_Event_Table
- func (*TerminalUI_Event) ProtoMessage()
- func (x *TerminalUI_Event) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event) Reset()
- func (x *TerminalUI_Event) String() string
- type TerminalUI_Event_ClearLine
- type TerminalUI_Event_ClearLine_
- type TerminalUI_Event_Input
- func (*TerminalUI_Event_Input) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_Input) GetColor() string
- func (x *TerminalUI_Event_Input) GetPrompt() string
- func (x *TerminalUI_Event_Input) GetSecret() bool
- func (x *TerminalUI_Event_Input) GetStyle() string
- func (*TerminalUI_Event_Input) ProtoMessage()
- func (x *TerminalUI_Event_Input) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_Input) Reset()
- func (x *TerminalUI_Event_Input) String() string
- type TerminalUI_Event_InputResp
- func (*TerminalUI_Event_InputResp) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_InputResp) GetError() *status.Status
- func (x *TerminalUI_Event_InputResp) GetInput() string
- func (*TerminalUI_Event_InputResp) ProtoMessage()
- func (x *TerminalUI_Event_InputResp) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_InputResp) Reset()
- func (x *TerminalUI_Event_InputResp) String() string
- type TerminalUI_Event_Input_
- type TerminalUI_Event_Line
- func (*TerminalUI_Event_Line) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_Line) GetColor() string
- func (x *TerminalUI_Event_Line) GetDisableNewLine() bool
- func (x *TerminalUI_Event_Line) GetMsg() string
- func (x *TerminalUI_Event_Line) GetStyle() string
- func (*TerminalUI_Event_Line) ProtoMessage()
- func (x *TerminalUI_Event_Line) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_Line) Reset()
- func (x *TerminalUI_Event_Line) String() string
- type TerminalUI_Event_Line_
- type TerminalUI_Event_NamedValue
- func (*TerminalUI_Event_NamedValue) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_NamedValue) GetName() string
- func (x *TerminalUI_Event_NamedValue) GetValue() string
- func (*TerminalUI_Event_NamedValue) ProtoMessage()
- func (x *TerminalUI_Event_NamedValue) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_NamedValue) Reset()
- func (x *TerminalUI_Event_NamedValue) String() string
- type TerminalUI_Event_NamedValues
- func (*TerminalUI_Event_NamedValues) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_NamedValues) GetValues() []*TerminalUI_Event_NamedValue
- func (*TerminalUI_Event_NamedValues) ProtoMessage()
- func (x *TerminalUI_Event_NamedValues) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_NamedValues) Reset()
- func (x *TerminalUI_Event_NamedValues) String() string
- type TerminalUI_Event_NamedValues_
- type TerminalUI_Event_Raw
- func (*TerminalUI_Event_Raw) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_Raw) GetData() []byte
- func (x *TerminalUI_Event_Raw) GetStderr() bool
- func (*TerminalUI_Event_Raw) ProtoMessage()
- func (x *TerminalUI_Event_Raw) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_Raw) Reset()
- func (x *TerminalUI_Event_Raw) String() string
- type TerminalUI_Event_Raw_
- type TerminalUI_Event_Status
- func (*TerminalUI_Event_Status) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_Status) GetMsg() string
- func (x *TerminalUI_Event_Status) GetStatus() string
- func (x *TerminalUI_Event_Status) GetStep() bool
- func (*TerminalUI_Event_Status) ProtoMessage()
- func (x *TerminalUI_Event_Status) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_Status) Reset()
- func (x *TerminalUI_Event_Status) String() string
- type TerminalUI_Event_Status_
- type TerminalUI_Event_Step
- func (*TerminalUI_Event_Step) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_Step) GetClose() bool
- func (x *TerminalUI_Event_Step) GetId() int32
- func (x *TerminalUI_Event_Step) GetMsg() string
- func (x *TerminalUI_Event_Step) GetOutput() []byte
- func (x *TerminalUI_Event_Step) GetStatus() string
- func (*TerminalUI_Event_Step) ProtoMessage()
- func (x *TerminalUI_Event_Step) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_Step) Reset()
- func (x *TerminalUI_Event_Step) String() string
- type TerminalUI_Event_StepGroup
- func (*TerminalUI_Event_StepGroup) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_StepGroup) GetClose() bool
- func (*TerminalUI_Event_StepGroup) ProtoMessage()
- func (x *TerminalUI_Event_StepGroup) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_StepGroup) Reset()
- func (x *TerminalUI_Event_StepGroup) String() string
- type TerminalUI_Event_StepGroup_
- type TerminalUI_Event_Step_
- type TerminalUI_Event_Table
- func (*TerminalUI_Event_Table) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_Table) GetHeaders() []string
- func (x *TerminalUI_Event_Table) GetRows() []*TerminalUI_Event_TableRow
- func (*TerminalUI_Event_Table) ProtoMessage()
- func (x *TerminalUI_Event_Table) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_Table) Reset()
- func (x *TerminalUI_Event_Table) String() string
- type TerminalUI_Event_TableEntry
- func (*TerminalUI_Event_TableEntry) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_TableEntry) GetColor() string
- func (x *TerminalUI_Event_TableEntry) GetValue() string
- func (*TerminalUI_Event_TableEntry) ProtoMessage()
- func (x *TerminalUI_Event_TableEntry) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_TableEntry) Reset()
- func (x *TerminalUI_Event_TableEntry) String() string
- type TerminalUI_Event_TableRow
- func (*TerminalUI_Event_TableRow) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_Event_TableRow) GetEntries() []*TerminalUI_Event_TableEntry
- func (*TerminalUI_Event_TableRow) ProtoMessage()
- func (x *TerminalUI_Event_TableRow) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Event_TableRow) Reset()
- func (x *TerminalUI_Event_TableRow) String() string
- type TerminalUI_Event_Table_
- type TerminalUI_IsInteractiveResponse
- func (*TerminalUI_IsInteractiveResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_IsInteractiveResponse) GetInteractive() bool
- func (*TerminalUI_IsInteractiveResponse) ProtoMessage()
- func (x *TerminalUI_IsInteractiveResponse) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_IsInteractiveResponse) Reset()
- func (x *TerminalUI_IsInteractiveResponse) String() string
- type TerminalUI_IsMachineReadableResponse
- func (*TerminalUI_IsMachineReadableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_IsMachineReadableResponse) GetMachineReadable() bool
- func (*TerminalUI_IsMachineReadableResponse) ProtoMessage()
- func (x *TerminalUI_IsMachineReadableResponse) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_IsMachineReadableResponse) Reset()
- func (x *TerminalUI_IsMachineReadableResponse) String() string
- type TerminalUI_OutputRequest
- func (*TerminalUI_OutputRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TerminalUI_OutputRequest) GetColor() string
- func (x *TerminalUI_OutputRequest) GetDisableNewLine() bool
- func (x *TerminalUI_OutputRequest) GetLines() []string
- func (x *TerminalUI_OutputRequest) GetStyle() TerminalUI_OutputRequest_Style
- func (*TerminalUI_OutputRequest) ProtoMessage()
- func (x *TerminalUI_OutputRequest) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_OutputRequest) Reset()
- func (x *TerminalUI_OutputRequest) String() string
- type TerminalUI_OutputRequest_Style
- func (TerminalUI_OutputRequest_Style) Descriptor() protoreflect.EnumDescriptor
- func (x TerminalUI_OutputRequest_Style) Enum() *TerminalUI_OutputRequest_Style
- func (TerminalUI_OutputRequest_Style) EnumDescriptor() ([]byte, []int)deprecated
- func (x TerminalUI_OutputRequest_Style) Number() protoreflect.EnumNumber
- func (x TerminalUI_OutputRequest_Style) String() string
- func (TerminalUI_OutputRequest_Style) Type() protoreflect.EnumType
- type TerminalUI_Response
- func (*TerminalUI_Response) Descriptor() ([]byte, []int)deprecated
- func (m *TerminalUI_Response) GetEvent() isTerminalUI_Response_Event
- func (x *TerminalUI_Response) GetInput() *TerminalUI_Event_InputResp
- func (*TerminalUI_Response) ProtoMessage()
- func (x *TerminalUI_Response) ProtoReflect() protoreflect.Message
- func (x *TerminalUI_Response) Reset()
- func (x *TerminalUI_Response) String() string
- type TerminalUI_Response_Input
- type UnimplementedBasisServiceServer
- func (UnimplementedBasisServiceServer) Boxes(context.Context, *emptypb.Empty) (*Args_BoxCollection, error)
- func (UnimplementedBasisServiceServer) CWD(context.Context, *emptypb.Empty) (*Args_Path, error)
- func (UnimplementedBasisServiceServer) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Basis, error)
- func (UnimplementedBasisServiceServer) DefaultPrivateKey(context.Context, *emptypb.Empty) (*Args_Path, error)
- func (UnimplementedBasisServiceServer) DefaultProvider(context.Context, *emptypb.Empty) (*Basis_DefaultProviderResponse, error)
- func (UnimplementedBasisServiceServer) Host(context.Context, *emptypb.Empty) (*Args_Host, error)
- func (UnimplementedBasisServiceServer) ResourceId(context.Context, *emptypb.Empty) (*Basis_ResourceIdResponse, error)
- func (UnimplementedBasisServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedBasisServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedBasisServiceServer) TargetIndex(context.Context, *emptypb.Empty) (*Args_TargetIndex, error)
- func (UnimplementedBasisServiceServer) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error)
- func (UnimplementedBasisServiceServer) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error)
- type UnimplementedBoxCollectionServiceServer
- func (UnimplementedBoxCollectionServiceServer) Add(context.Context, *BoxCollection_AddRequest) (*Args_Box, error)
- func (UnimplementedBoxCollectionServiceServer) All(context.Context, *emptypb.Empty) (*BoxCollection_AllResponse, error)
- func (UnimplementedBoxCollectionServiceServer) Clean(context.Context, *BoxCollection_CleanRequest) (*emptypb.Empty, error)
- func (UnimplementedBoxCollectionServiceServer) Find(context.Context, *BoxCollection_FindRequest) (*Args_Box, error)
- type UnimplementedBoxMetadataServiceServer
- func (UnimplementedBoxMetadataServiceServer) BoxName(context.Context, *emptypb.Empty) (*BoxMetadata_NameResponse, error)
- func (UnimplementedBoxMetadataServiceServer) ListProviders(context.Context, *BoxMetadata_ListProvidersRequest) (*BoxMetadata_ListProvidersResponse, error)
- func (UnimplementedBoxMetadataServiceServer) ListVersions(context.Context, *BoxMetadata_ListVersionsQuery) (*BoxMetadata_ListVersionsResponse, error)
- func (UnimplementedBoxMetadataServiceServer) LoadMetadata(context.Context, *BoxMetadata_LoadMetadataRequest) (*emptypb.Empty, error)
- func (UnimplementedBoxMetadataServiceServer) Provider(context.Context, *BoxMetadata_ProviderRequest) (*BoxMetadata_ProviderResponse, error)
- func (UnimplementedBoxMetadataServiceServer) Version(context.Context, *BoxMetadata_VersionQuery) (*BoxMetadata_VersionResponse, error)
- type UnimplementedBoxServiceServer
- func (UnimplementedBoxServiceServer) AutomaticUpdateCheckAllowed(context.Context, *emptypb.Empty) (*Box_AutomaticUpdateCheckAllowedResponse, error)
- func (UnimplementedBoxServiceServer) BoxMetadata(context.Context, *emptypb.Empty) (*Box_BoxMetadataResponse, error)
- func (UnimplementedBoxServiceServer) Compare(context.Context, *Args_Box) (*Box_EqualityResponse, error)
- func (UnimplementedBoxServiceServer) Destroy(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedBoxServiceServer) Directory(context.Context, *emptypb.Empty) (*Args_Path, error)
- func (UnimplementedBoxServiceServer) HasUpdate(context.Context, *Box_HasUpdateRequest) (*Box_HasUpdateResponse, error)
- func (UnimplementedBoxServiceServer) InUse(context.Context, *Args_TargetIndex) (*Box_InUseResponse, error)
- func (UnimplementedBoxServiceServer) Machines(context.Context, *Args_TargetIndex) (*Box_MachinesResponse, error)
- func (UnimplementedBoxServiceServer) Metadata(context.Context, *emptypb.Empty) (*Args_BoxMetadata, error)
- func (UnimplementedBoxServiceServer) MetadataURL(context.Context, *emptypb.Empty) (*Box_MetadataUrlResponse, error)
- func (UnimplementedBoxServiceServer) Name(context.Context, *emptypb.Empty) (*Box_NameResponse, error)
- func (UnimplementedBoxServiceServer) Provider(context.Context, *emptypb.Empty) (*Box_ProviderResponse, error)
- func (UnimplementedBoxServiceServer) Repackage(context.Context, *Args_Path) (*emptypb.Empty, error)
- func (UnimplementedBoxServiceServer) UpdateInfo(context.Context, *Box_HasUpdateRequest) (*Box_UpdateInfoResponse, error)
- func (UnimplementedBoxServiceServer) Version(context.Context, *emptypb.Empty) (*Box_VersionResponse, error)
- type UnimplementedCommandServiceServer
- func (UnimplementedCommandServiceServer) CommandInfo(context.Context, *FuncSpec_Args) (*Command_CommandInfoResp, error)
- func (UnimplementedCommandServiceServer) CommandInfoSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedCommandServiceServer) Execute(context.Context, *Command_ExecuteReq) (*Command_ExecuteResp, error)
- func (UnimplementedCommandServiceServer) ExecuteSpec(context.Context, *Command_ExecuteSpecReq) (*FuncSpec, error)
- func (UnimplementedCommandServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- func (UnimplementedCommandServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedCommandServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedCommandServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
- type UnimplementedCommunicatorServiceServer
- func (UnimplementedCommunicatorServiceServer) Download(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedCommunicatorServiceServer) DownloadSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedCommunicatorServiceServer) Execute(context.Context, *FuncSpec_Args) (*Communicator_ExecuteResp, error)
- func (UnimplementedCommunicatorServiceServer) ExecuteSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedCommunicatorServiceServer) Init(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedCommunicatorServiceServer) InitSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedCommunicatorServiceServer) Match(context.Context, *FuncSpec_Args) (*Communicator_MatchResp, error)
- func (UnimplementedCommunicatorServiceServer) MatchSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedCommunicatorServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- func (UnimplementedCommunicatorServiceServer) PrivilegedExecute(context.Context, *FuncSpec_Args) (*Communicator_ExecuteResp, error)
- func (UnimplementedCommunicatorServiceServer) PrivilegedExecuteSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedCommunicatorServiceServer) Ready(context.Context, *FuncSpec_Args) (*Communicator_ReadyResp, error)
- func (UnimplementedCommunicatorServiceServer) ReadySpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedCommunicatorServiceServer) Reset(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedCommunicatorServiceServer) ResetSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedCommunicatorServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedCommunicatorServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedCommunicatorServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
- func (UnimplementedCommunicatorServiceServer) Test(context.Context, *FuncSpec_Args) (*Communicator_TestResp, error)
- func (UnimplementedCommunicatorServiceServer) TestSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedCommunicatorServiceServer) Upload(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedCommunicatorServiceServer) UploadSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedCommunicatorServiceServer) WaitForReady(context.Context, *FuncSpec_Args) (*Communicator_ReadyResp, error)
- func (UnimplementedCommunicatorServiceServer) WaitForReadySpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- type UnimplementedConfigServiceServer
- func (UnimplementedConfigServiceServer) Finalize(context.Context, *FuncSpec_Args) (*Config_FinalizeResponse, error)
- func (UnimplementedConfigServiceServer) FinalizeSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedConfigServiceServer) Init(context.Context, *FuncSpec_Args) (*Config_InitResponse, error)
- func (UnimplementedConfigServiceServer) InitSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedConfigServiceServer) Merge(context.Context, *FuncSpec_Args) (*Args_ConfigData, error)
- func (UnimplementedConfigServiceServer) MergeSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedConfigServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- func (UnimplementedConfigServiceServer) Register(context.Context, *emptypb.Empty) (*Config_RegisterResponse, error)
- func (UnimplementedConfigServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedConfigServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedConfigServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
- func (UnimplementedConfigServiceServer) Struct(context.Context, *FuncSpec_Args) (*Config_StructResponse, error)
- func (UnimplementedConfigServiceServer) StructSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- type UnimplementedCorePluginManagerServiceServer
- type UnimplementedDownloaderServiceServer
- func (UnimplementedDownloaderServiceServer) Download(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedDownloaderServiceServer) DownloadSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedDownloaderServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- func (UnimplementedDownloaderServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedDownloaderServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedDownloaderServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
- type UnimplementedGuestServiceServer
- func (UnimplementedGuestServiceServer) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error)
- func (UnimplementedGuestServiceServer) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error)
- func (UnimplementedGuestServiceServer) Detect(context.Context, *FuncSpec_Args) (*Platform_DetectResp, error)
- func (UnimplementedGuestServiceServer) DetectSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedGuestServiceServer) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error)
- func (UnimplementedGuestServiceServer) HasCapabilitySpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedGuestServiceServer) Parent(context.Context, *FuncSpec_Args) (*Platform_ParentResp, error)
- func (UnimplementedGuestServiceServer) ParentSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedGuestServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- func (UnimplementedGuestServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedGuestServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedGuestServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
- type UnimplementedHostServiceServer
- func (UnimplementedHostServiceServer) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error)
- func (UnimplementedHostServiceServer) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error)
- func (UnimplementedHostServiceServer) Detect(context.Context, *FuncSpec_Args) (*Platform_DetectResp, error)
- func (UnimplementedHostServiceServer) DetectSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedHostServiceServer) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error)
- func (UnimplementedHostServiceServer) HasCapabilitySpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedHostServiceServer) Parent(context.Context, *FuncSpec_Args) (*Platform_ParentResp, error)
- func (UnimplementedHostServiceServer) ParentSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedHostServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- func (UnimplementedHostServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedHostServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedHostServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
- type UnimplementedMapperServer
- type UnimplementedPluginInfoServiceServer
- func (UnimplementedPluginInfoServiceServer) ComponentOptions(context.Context, *emptypb.Empty) (*PluginInfo_ComponentOptionsMap, error)
- func (UnimplementedPluginInfoServiceServer) ComponentTypes(context.Context, *emptypb.Empty) (*PluginInfo_ComponentList, error)
- func (UnimplementedPluginInfoServiceServer) Name(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- type UnimplementedPluginManagerServiceServer
- type UnimplementedProjectServiceServer
- func (UnimplementedProjectServiceServer) ActiveTargets(context.Context, *emptypb.Empty) (*Project_ActiveTargetsResponse, error)
- func (UnimplementedProjectServiceServer) Boxes(context.Context, *emptypb.Empty) (*Args_BoxCollection, error)
- func (UnimplementedProjectServiceServer) CWD(context.Context, *emptypb.Empty) (*Args_Path, error)
- func (UnimplementedProjectServiceServer) Config(context.Context, *emptypb.Empty) (*Project_ConfigResponse, error)
- func (UnimplementedProjectServiceServer) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Project, error)
- func (UnimplementedProjectServiceServer) DefaultPrivateKey(context.Context, *emptypb.Empty) (*Args_Path, error)
- func (UnimplementedProjectServiceServer) DefaultProvider(context.Context, *Project_DefaultProviderRequest) (*Project_DefaultProviderResponse, error)
- func (UnimplementedProjectServiceServer) Home(context.Context, *emptypb.Empty) (*Args_Path, error)
- func (UnimplementedProjectServiceServer) Host(context.Context, *emptypb.Empty) (*Args_Host, error)
- func (UnimplementedProjectServiceServer) LocalData(context.Context, *emptypb.Empty) (*Args_Path, error)
- func (UnimplementedProjectServiceServer) PrimaryTargetName(context.Context, *emptypb.Empty) (*Project_PrimaryTargetNameResponse, error)
- func (UnimplementedProjectServiceServer) ResourceId(context.Context, *emptypb.Empty) (*Project_ResourceIdResponse, error)
- func (UnimplementedProjectServiceServer) RootPath(context.Context, *emptypb.Empty) (*Args_Path, error)
- func (UnimplementedProjectServiceServer) Target(context.Context, *Project_TargetRequest) (*Args_Target, error)
- func (UnimplementedProjectServiceServer) TargetIds(context.Context, *emptypb.Empty) (*Project_TargetIdsResponse, error)
- func (UnimplementedProjectServiceServer) TargetIndex(context.Context, *emptypb.Empty) (*Args_TargetIndex, error)
- func (UnimplementedProjectServiceServer) TargetNames(context.Context, *emptypb.Empty) (*Project_TargetNamesResponse, error)
- func (UnimplementedProjectServiceServer) Tmp(context.Context, *emptypb.Empty) (*Args_Path, error)
- func (UnimplementedProjectServiceServer) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error)
- func (UnimplementedProjectServiceServer) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error)
- func (UnimplementedProjectServiceServer) VagrantfileName(context.Context, *emptypb.Empty) (*Project_VagrantfileNameResponse, error)
- func (UnimplementedProjectServiceServer) VagrantfilePath(context.Context, *emptypb.Empty) (*Args_Path, error)
- type UnimplementedProviderServiceServer
- func (UnimplementedProviderServiceServer) Action(context.Context, *Provider_ActionRequest) (*emptypb.Empty, error)
- func (UnimplementedProviderServiceServer) ActionSpec(context.Context, *Provider_ActionRequest) (*FuncSpec, error)
- func (UnimplementedProviderServiceServer) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error)
- func (UnimplementedProviderServiceServer) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error)
- func (UnimplementedProviderServiceServer) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error)
- func (UnimplementedProviderServiceServer) HasCapabilitySpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedProviderServiceServer) Installed(context.Context, *FuncSpec_Args) (*Provider_InstalledResp, error)
- func (UnimplementedProviderServiceServer) InstalledSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedProviderServiceServer) MachineIdChanged(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedProviderServiceServer) MachineIdChangedSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedProviderServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- func (UnimplementedProviderServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedProviderServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedProviderServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
- func (UnimplementedProviderServiceServer) SshInfo(context.Context, *FuncSpec_Args) (*Args_Connection_SSHInfo, error)
- func (UnimplementedProviderServiceServer) SshInfoSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedProviderServiceServer) State(context.Context, *FuncSpec_Args) (*Args_Target_Machine_State, error)
- func (UnimplementedProviderServiceServer) StateSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedProviderServiceServer) Usable(context.Context, *FuncSpec_Args) (*Provider_UsableResp, error)
- func (UnimplementedProviderServiceServer) UsableSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- type UnimplementedProvisionerServiceServer
- func (UnimplementedProvisionerServiceServer) Cleanup(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedProvisionerServiceServer) CleanupSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedProvisionerServiceServer) Configure(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedProvisionerServiceServer) ConfigureSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedProvisionerServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- func (UnimplementedProvisionerServiceServer) Provision(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedProvisionerServiceServer) ProvisionSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedProvisionerServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedProvisionerServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedProvisionerServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
- type UnimplementedPushServiceServer
- func (UnimplementedPushServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- func (UnimplementedPushServiceServer) Push(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedPushServiceServer) PushSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedPushServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedPushServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedPushServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
- type UnimplementedStateBagServiceServer
- func (UnimplementedStateBagServiceServer) Get(context.Context, *StateBag_GetRequest) (*StateBag_GetResponse, error)
- func (UnimplementedStateBagServiceServer) GetOk(context.Context, *StateBag_GetRequest) (*StateBag_GetOkResponse, error)
- func (UnimplementedStateBagServiceServer) Put(context.Context, *StateBag_PutRequest) (*StateBag_PutResponse, error)
- func (UnimplementedStateBagServiceServer) Remove(context.Context, *StateBag_RemoveRequest) (*StateBag_RemoveResponse, error)
- type UnimplementedSyncedFolderServiceServer
- func (UnimplementedSyncedFolderServiceServer) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error)
- func (UnimplementedSyncedFolderServiceServer) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error)
- func (UnimplementedSyncedFolderServiceServer) Cleanup(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedSyncedFolderServiceServer) CleanupSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedSyncedFolderServiceServer) Disable(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedSyncedFolderServiceServer) DisableSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedSyncedFolderServiceServer) Enable(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedSyncedFolderServiceServer) EnableSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedSyncedFolderServiceServer) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error)
- func (UnimplementedSyncedFolderServiceServer) HasCapabilitySpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedSyncedFolderServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
- func (UnimplementedSyncedFolderServiceServer) Prepare(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
- func (UnimplementedSyncedFolderServiceServer) PrepareSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- func (UnimplementedSyncedFolderServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
- func (UnimplementedSyncedFolderServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
- func (UnimplementedSyncedFolderServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
- func (UnimplementedSyncedFolderServiceServer) Usable(context.Context, *FuncSpec_Args) (*SyncedFolder_UsableResp, error)
- func (UnimplementedSyncedFolderServiceServer) UsableSpec(context.Context, *emptypb.Empty) (*FuncSpec, error)
- type UnimplementedTargetIndexServiceServer
- func (UnimplementedTargetIndexServiceServer) All(context.Context, *emptypb.Empty) (*TargetIndex_AllResponse, error)
- func (UnimplementedTargetIndexServiceServer) Delete(context.Context, *TargetIndex_TargetIdentifier) (*emptypb.Empty, error)
- func (UnimplementedTargetIndexServiceServer) Get(context.Context, *TargetIndex_TargetIdentifier) (*Args_Target, error)
- func (UnimplementedTargetIndexServiceServer) Includes(context.Context, *TargetIndex_TargetIdentifier) (*TargetIndex_IncludesResponse, error)
- func (UnimplementedTargetIndexServiceServer) Set(context.Context, *Args_Target) (*Args_Target, error)
- type UnimplementedTargetMachineServiceServer
- func (UnimplementedTargetMachineServiceServer) AsTarget(context.Context, *emptypb.Empty) (*Args_Target, error)
- func (UnimplementedTargetMachineServiceServer) Box(context.Context, *emptypb.Empty) (*Target_Machine_BoxResponse, error)
- func (UnimplementedTargetMachineServiceServer) Communicate(context.Context, *emptypb.Empty) (*Args_Communicator, error)
- func (UnimplementedTargetMachineServiceServer) ConnectionInfo(context.Context, *emptypb.Empty) (*Args_Hash, error)
- func (UnimplementedTargetMachineServiceServer) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Target, error)
- func (UnimplementedTargetMachineServiceServer) Destroy(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedTargetMachineServiceServer) GetID(context.Context, *emptypb.Empty) (*Target_Machine_GetIDResponse, error)
- func (UnimplementedTargetMachineServiceServer) GetState(context.Context, *emptypb.Empty) (*Args_Target_Machine_State, error)
- func (UnimplementedTargetMachineServiceServer) GetUUID(context.Context, *emptypb.Empty) (*Target_GetUUIDResponse, error)
- func (UnimplementedTargetMachineServiceServer) Guest(context.Context, *emptypb.Empty) (*Args_Guest, error)
- func (UnimplementedTargetMachineServiceServer) Metadata(context.Context, *emptypb.Empty) (*Args_MetadataSet, error)
- func (UnimplementedTargetMachineServiceServer) Name(context.Context, *emptypb.Empty) (*Target_NameResponse, error)
- func (UnimplementedTargetMachineServiceServer) Project(context.Context, *emptypb.Empty) (*Args_Project, error)
- func (UnimplementedTargetMachineServiceServer) Provider(context.Context, *emptypb.Empty) (*Args_Provider, error)
- func (UnimplementedTargetMachineServiceServer) ProviderName(context.Context, *emptypb.Empty) (*Target_NameResponse, error)
- func (UnimplementedTargetMachineServiceServer) Record(context.Context, *emptypb.Empty) (*Target_RecordResponse, error)
- func (UnimplementedTargetMachineServiceServer) ResourceId(context.Context, *emptypb.Empty) (*Target_ResourceIdResponse, error)
- func (UnimplementedTargetMachineServiceServer) Save(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedTargetMachineServiceServer) SetID(context.Context, *Target_Machine_SetIDRequest) (*emptypb.Empty, error)
- func (UnimplementedTargetMachineServiceServer) SetName(context.Context, *Target_SetNameRequest) (*emptypb.Empty, error)
- func (UnimplementedTargetMachineServiceServer) SetState(context.Context, *Target_Machine_SetStateRequest) (*emptypb.Empty, error)
- func (UnimplementedTargetMachineServiceServer) SetUUID(context.Context, *Target_SetUUIDRequest) (*emptypb.Empty, error)
- func (UnimplementedTargetMachineServiceServer) Specialize(context.Context, *anypb.Any) (*anypb.Any, error)
- func (UnimplementedTargetMachineServiceServer) State(context.Context, *emptypb.Empty) (*Args_Target_State, error)
- func (UnimplementedTargetMachineServiceServer) SyncedFolders(context.Context, *emptypb.Empty) (*Target_Machine_SyncedFoldersResponse, error)
- func (UnimplementedTargetMachineServiceServer) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error)
- func (UnimplementedTargetMachineServiceServer) UID(context.Context, *emptypb.Empty) (*Target_Machine_UIDResponse, error)
- func (UnimplementedTargetMachineServiceServer) UpdatedAt(context.Context, *emptypb.Empty) (*Target_UpdatedAtResponse, error)
- func (UnimplementedTargetMachineServiceServer) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error)
- type UnimplementedTargetServiceServer
- func (UnimplementedTargetServiceServer) Communicate(context.Context, *emptypb.Empty) (*Args_Communicator, error)
- func (UnimplementedTargetServiceServer) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Target, error)
- func (UnimplementedTargetServiceServer) Destroy(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedTargetServiceServer) GetUUID(context.Context, *emptypb.Empty) (*Target_GetUUIDResponse, error)
- func (UnimplementedTargetServiceServer) Metadata(context.Context, *emptypb.Empty) (*Args_MetadataSet, error)
- func (UnimplementedTargetServiceServer) Name(context.Context, *emptypb.Empty) (*Target_NameResponse, error)
- func (UnimplementedTargetServiceServer) Project(context.Context, *emptypb.Empty) (*Args_Project, error)
- func (UnimplementedTargetServiceServer) Provider(context.Context, *emptypb.Empty) (*Args_Provider, error)
- func (UnimplementedTargetServiceServer) ProviderName(context.Context, *emptypb.Empty) (*Target_NameResponse, error)
- func (UnimplementedTargetServiceServer) Record(context.Context, *emptypb.Empty) (*Target_RecordResponse, error)
- func (UnimplementedTargetServiceServer) ResourceId(context.Context, *emptypb.Empty) (*Target_ResourceIdResponse, error)
- func (UnimplementedTargetServiceServer) Save(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedTargetServiceServer) SetName(context.Context, *Target_SetNameRequest) (*emptypb.Empty, error)
- func (UnimplementedTargetServiceServer) SetUUID(context.Context, *Target_SetUUIDRequest) (*emptypb.Empty, error)
- func (UnimplementedTargetServiceServer) Specialize(context.Context, *anypb.Any) (*anypb.Any, error)
- func (UnimplementedTargetServiceServer) State(context.Context, *emptypb.Empty) (*Args_Target_State, error)
- func (UnimplementedTargetServiceServer) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error)
- func (UnimplementedTargetServiceServer) UpdatedAt(context.Context, *emptypb.Empty) (*Target_UpdatedAtResponse, error)
- func (UnimplementedTargetServiceServer) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error)
- type UnimplementedTerminalUIServiceServer
- func (UnimplementedTerminalUIServiceServer) Events(TerminalUIService_EventsServer) error
- func (UnimplementedTerminalUIServiceServer) IsInteractive(context.Context, *emptypb.Empty) (*TerminalUI_IsInteractiveResponse, error)
- func (UnimplementedTerminalUIServiceServer) IsMachineReadable(context.Context, *emptypb.Empty) (*TerminalUI_IsMachineReadableResponse, error)
- func (UnimplementedTerminalUIServiceServer) Output(context.Context, *TerminalUI_OutputRequest) (*emptypb.Empty, error)
- type UnimplementedVagrantfileServiceServer
- func (UnimplementedVagrantfileServiceServer) GetConfig(context.Context, *Vagrantfile_NamespaceRequest) (*Args_ConfigData, error)
- func (UnimplementedVagrantfileServiceServer) GetValue(context.Context, *Vagrantfile_ValueRequest) (*Args_Direct, error)
- func (UnimplementedVagrantfileServiceServer) PrimaryTargetName(context.Context, *emptypb.Empty) (*Vagrantfile_PrimaryTargetNameResponse, error)
- func (UnimplementedVagrantfileServiceServer) Target(context.Context, *Vagrantfile_TargetRequest) (*Args_Target, error)
- func (UnimplementedVagrantfileServiceServer) TargetConfig(context.Context, *Vagrantfile_TargetConfigRequest) (*Args_Vagrantfile, error)
- func (UnimplementedVagrantfileServiceServer) TargetNames(context.Context, *emptypb.Empty) (*Vagrantfile_TargetNamesResponse, error)
- type UnsafeBasisServiceServer
- type UnsafeBoxCollectionServiceServer
- type UnsafeBoxMetadataServiceServer
- type UnsafeBoxServiceServer
- type UnsafeCommandServiceServer
- type UnsafeCommunicatorServiceServer
- type UnsafeConfigServiceServer
- type UnsafeCorePluginManagerServiceServer
- type UnsafeDownloaderServiceServer
- type UnsafeGuestServiceServer
- type UnsafeHostServiceServer
- type UnsafeMapperServer
- type UnsafePluginInfoServiceServer
- type UnsafePluginManagerServiceServer
- type UnsafeProjectServiceServer
- type UnsafeProviderServiceServer
- type UnsafeProvisionerServiceServer
- type UnsafePushServiceServer
- type UnsafeStateBagServiceServer
- type UnsafeSyncedFolderServiceServer
- type UnsafeTargetIndexServiceServer
- type UnsafeTargetMachineServiceServer
- type UnsafeTargetServiceServer
- type UnsafeTerminalUIServiceServer
- type UnsafeVagrantfileServiceServer
- type Vagrantfile
- type VagrantfileServiceClient
- type VagrantfileServiceServer
- type Vagrantfile_BoxCollection
- func (*Vagrantfile_BoxCollection) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_BoxCollection) GetDirectory() string
- func (*Vagrantfile_BoxCollection) ProtoMessage()
- func (x *Vagrantfile_BoxCollection) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_BoxCollection) Reset()
- func (x *Vagrantfile_BoxCollection) String() string
- type Vagrantfile_ConfigVM
- func (*Vagrantfile_ConfigVM) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_ConfigVM) GetAllowFstabModification() bool
- func (x *Vagrantfile_ConfigVM) GetAllowHostsModificaion() bool
- func (x *Vagrantfile_ConfigVM) GetAllowedSyncedFolderTypes() []string
- func (x *Vagrantfile_ConfigVM) GetBaseAddress() string
- func (x *Vagrantfile_ConfigVM) GetBaseMac() string
- func (x *Vagrantfile_ConfigVM) GetBootTimeout() int32
- func (x *Vagrantfile_ConfigVM) GetBox() string
- func (x *Vagrantfile_ConfigVM) GetBoxCheckUpdate() bool
- func (x *Vagrantfile_ConfigVM) GetBoxDownloadCaCert() string
- func (x *Vagrantfile_ConfigVM) GetBoxDownloadCaPath() string
- func (x *Vagrantfile_ConfigVM) GetBoxDownloadChecksum() string
- func (x *Vagrantfile_ConfigVM) GetBoxDownloadChecksumType() string
- func (x *Vagrantfile_ConfigVM) GetBoxDownloadClientCert() string
- func (x *Vagrantfile_ConfigVM) GetBoxDownloadInsecure() bool
- func (x *Vagrantfile_ConfigVM) GetBoxDownloadLocationTrusted() bool
- func (x *Vagrantfile_ConfigVM) GetBoxDownloadOptions() map[string]string
- func (x *Vagrantfile_ConfigVM) GetBoxExtraDownloadOptions() []string
- func (x *Vagrantfile_ConfigVM) GetBoxServerUrl() string
- func (x *Vagrantfile_ConfigVM) GetBoxUrl() []string
- func (x *Vagrantfile_ConfigVM) GetBoxVersion() string
- func (x *Vagrantfile_ConfigVM) GetCommunicator() string
- func (x *Vagrantfile_ConfigVM) GetGracefulHaltTimeout() int32
- func (x *Vagrantfile_ConfigVM) GetGuest() string
- func (x *Vagrantfile_ConfigVM) GetHostname() string
- func (x *Vagrantfile_ConfigVM) GetIgnoreBoxVagrantfile() bool
- func (x *Vagrantfile_ConfigVM) GetNetworks() []*Vagrantfile_Network
- func (x *Vagrantfile_ConfigVM) GetPostUpMessage() string
- func (x *Vagrantfile_ConfigVM) GetProviders() []*Vagrantfile_Provider
- func (x *Vagrantfile_ConfigVM) GetProvisioners() []*Vagrantfile_Provisioner
- func (x *Vagrantfile_ConfigVM) GetSyncedFolders() []*Vagrantfile_SyncedFolder
- func (x *Vagrantfile_ConfigVM) GetUsablePortRange() []int32
- func (*Vagrantfile_ConfigVM) ProtoMessage()
- func (x *Vagrantfile_ConfigVM) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_ConfigVM) Reset()
- func (x *Vagrantfile_ConfigVM) String() string
- type Vagrantfile_ConfigVagrant
- func (*Vagrantfile_ConfigVagrant) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_ConfigVagrant) GetHost() string
- func (x *Vagrantfile_ConfigVagrant) GetPlugins() []string
- func (x *Vagrantfile_ConfigVagrant) GetSensitive() []string
- func (*Vagrantfile_ConfigVagrant) ProtoMessage()
- func (x *Vagrantfile_ConfigVagrant) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_ConfigVagrant) Reset()
- func (x *Vagrantfile_ConfigVagrant) String() string
- type Vagrantfile_GeneralConfig
- func (*Vagrantfile_GeneralConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_GeneralConfig) GetConfig() *anypb.Any
- func (x *Vagrantfile_GeneralConfig) GetType() string
- func (*Vagrantfile_GeneralConfig) ProtoMessage()
- func (x *Vagrantfile_GeneralConfig) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_GeneralConfig) Reset()
- func (x *Vagrantfile_GeneralConfig) String() string
- type Vagrantfile_MachineConfig
- func (*Vagrantfile_MachineConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_MachineConfig) GetConfigVagrant() *Vagrantfile_ConfigVagrant
- func (x *Vagrantfile_MachineConfig) GetConfigVm() *Vagrantfile_ConfigVM
- func (x *Vagrantfile_MachineConfig) GetName() string
- func (x *Vagrantfile_MachineConfig) GetPluginConfigs() []*Vagrantfile_GeneralConfig
- func (*Vagrantfile_MachineConfig) ProtoMessage()
- func (x *Vagrantfile_MachineConfig) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_MachineConfig) Reset()
- func (x *Vagrantfile_MachineConfig) String() string
- type Vagrantfile_NamespaceRequest
- func (*Vagrantfile_NamespaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_NamespaceRequest) GetNamespace() string
- func (*Vagrantfile_NamespaceRequest) ProtoMessage()
- func (x *Vagrantfile_NamespaceRequest) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_NamespaceRequest) Reset()
- func (x *Vagrantfile_NamespaceRequest) String() string
- type Vagrantfile_Network
- func (*Vagrantfile_Network) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_Network) GetConfig() *anypb.Any
- func (x *Vagrantfile_Network) GetId() string
- func (x *Vagrantfile_Network) GetType() string
- func (*Vagrantfile_Network) ProtoMessage()
- func (x *Vagrantfile_Network) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_Network) Reset()
- func (x *Vagrantfile_Network) String() string
- type Vagrantfile_PrimaryTargetNameResponse
- func (*Vagrantfile_PrimaryTargetNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_PrimaryTargetNameResponse) GetName() string
- func (*Vagrantfile_PrimaryTargetNameResponse) ProtoMessage()
- func (x *Vagrantfile_PrimaryTargetNameResponse) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_PrimaryTargetNameResponse) Reset()
- func (x *Vagrantfile_PrimaryTargetNameResponse) String() string
- type Vagrantfile_Provider
- func (*Vagrantfile_Provider) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_Provider) GetConfig() *anypb.Any
- func (x *Vagrantfile_Provider) GetType() string
- func (*Vagrantfile_Provider) ProtoMessage()
- func (x *Vagrantfile_Provider) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_Provider) Reset()
- func (x *Vagrantfile_Provider) String() string
- type Vagrantfile_Provisioner
- func (*Vagrantfile_Provisioner) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_Provisioner) GetAfter() string
- func (x *Vagrantfile_Provisioner) GetBefore() string
- func (x *Vagrantfile_Provisioner) GetCommunicatorRequired() bool
- func (x *Vagrantfile_Provisioner) GetConfig() *anypb.Any
- func (x *Vagrantfile_Provisioner) GetName() string
- func (x *Vagrantfile_Provisioner) GetType() string
- func (*Vagrantfile_Provisioner) ProtoMessage()
- func (x *Vagrantfile_Provisioner) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_Provisioner) Reset()
- func (x *Vagrantfile_Provisioner) String() string
- type Vagrantfile_PushConfig
- func (*Vagrantfile_PushConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_PushConfig) GetConfig() *Vagrantfile_GeneralConfig
- func (x *Vagrantfile_PushConfig) GetName() string
- func (*Vagrantfile_PushConfig) ProtoMessage()
- func (x *Vagrantfile_PushConfig) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_PushConfig) Reset()
- func (x *Vagrantfile_PushConfig) String() string
- type Vagrantfile_Serialized
- func (*Vagrantfile_Serialized) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_Serialized) GetJson() []byte
- func (*Vagrantfile_Serialized) ProtoMessage()
- func (x *Vagrantfile_Serialized) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_Serialized) Reset()
- func (x *Vagrantfile_Serialized) String() string
- type Vagrantfile_SyncedFolder
- func (*Vagrantfile_SyncedFolder) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_SyncedFolder) GetConfig() *anypb.Any
- func (x *Vagrantfile_SyncedFolder) GetCreate() bool
- func (x *Vagrantfile_SyncedFolder) GetDestination() string
- func (x *Vagrantfile_SyncedFolder) GetDisabled() bool
- func (x *Vagrantfile_SyncedFolder) GetGroup() string
- func (x *Vagrantfile_SyncedFolder) GetId() string
- func (x *Vagrantfile_SyncedFolder) GetMountOptions() []string
- func (x *Vagrantfile_SyncedFolder) GetOwner() string
- func (x *Vagrantfile_SyncedFolder) GetSource() string
- func (x *Vagrantfile_SyncedFolder) GetType() string
- func (*Vagrantfile_SyncedFolder) ProtoMessage()
- func (x *Vagrantfile_SyncedFolder) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_SyncedFolder) Reset()
- func (x *Vagrantfile_SyncedFolder) String() string
- type Vagrantfile_TargetConfigRequest
- func (*Vagrantfile_TargetConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_TargetConfigRequest) GetName() string
- func (x *Vagrantfile_TargetConfigRequest) GetProvider() string
- func (x *Vagrantfile_TargetConfigRequest) GetValidateProvider() bool
- func (*Vagrantfile_TargetConfigRequest) ProtoMessage()
- func (x *Vagrantfile_TargetConfigRequest) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_TargetConfigRequest) Reset()
- func (x *Vagrantfile_TargetConfigRequest) String() string
- type Vagrantfile_TargetConfigResponse
- func (*Vagrantfile_TargetConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_TargetConfigResponse) GetTargetConfig() *Vagrantfile_MachineConfig
- func (*Vagrantfile_TargetConfigResponse) ProtoMessage()
- func (x *Vagrantfile_TargetConfigResponse) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_TargetConfigResponse) Reset()
- func (x *Vagrantfile_TargetConfigResponse) String() string
- type Vagrantfile_TargetNamesResponse
- func (*Vagrantfile_TargetNamesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_TargetNamesResponse) GetNames() []string
- func (*Vagrantfile_TargetNamesResponse) ProtoMessage()
- func (x *Vagrantfile_TargetNamesResponse) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_TargetNamesResponse) Reset()
- func (x *Vagrantfile_TargetNamesResponse) String() string
- type Vagrantfile_TargetRequest
- func (*Vagrantfile_TargetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_TargetRequest) GetName() string
- func (x *Vagrantfile_TargetRequest) GetProvider() string
- func (*Vagrantfile_TargetRequest) ProtoMessage()
- func (x *Vagrantfile_TargetRequest) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_TargetRequest) Reset()
- func (x *Vagrantfile_TargetRequest) String() string
- type Vagrantfile_TargetResponse
- func (*Vagrantfile_TargetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_TargetResponse) GetTarget() *Args_Target
- func (*Vagrantfile_TargetResponse) ProtoMessage()
- func (x *Vagrantfile_TargetResponse) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_TargetResponse) Reset()
- func (x *Vagrantfile_TargetResponse) String() string
- type Vagrantfile_Vagrantfile
- func (*Vagrantfile_Vagrantfile) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_Vagrantfile) GetCurrentVersion() string
- func (x *Vagrantfile_Vagrantfile) GetMachineConfigs() []*Vagrantfile_MachineConfig
- func (x *Vagrantfile_Vagrantfile) GetPath() string
- func (x *Vagrantfile_Vagrantfile) GetProvisioners() []*Vagrantfile_Provisioner
- func (x *Vagrantfile_Vagrantfile) GetPushConfigs() []*Vagrantfile_PushConfig
- func (x *Vagrantfile_Vagrantfile) GetRaw() string
- func (*Vagrantfile_Vagrantfile) ProtoMessage()
- func (x *Vagrantfile_Vagrantfile) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_Vagrantfile) Reset()
- func (x *Vagrantfile_Vagrantfile) String() string
- type Vagrantfile_ValueRequest
- func (*Vagrantfile_ValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Vagrantfile_ValueRequest) GetPath() []string
- func (*Vagrantfile_ValueRequest) ProtoMessage()
- func (x *Vagrantfile_ValueRequest) ProtoReflect() protoreflect.Message
- func (x *Vagrantfile_ValueRequest) Reset()
- func (x *Vagrantfile_ValueRequest) String() string
Constants ¶
const ( TerminalUIService_Output_FullMethodName = "/hashicorp.vagrant.sdk.TerminalUIService/Output" TerminalUIService_Events_FullMethodName = "/hashicorp.vagrant.sdk.TerminalUIService/Events" TerminalUIService_IsInteractive_FullMethodName = "/hashicorp.vagrant.sdk.TerminalUIService/IsInteractive" TerminalUIService_IsMachineReadable_FullMethodName = "/hashicorp.vagrant.sdk.TerminalUIService/IsMachineReadable" )
const ( Mapper_ListMappers_FullMethodName = "/hashicorp.vagrant.sdk.Mapper/ListMappers" Mapper_Map_FullMethodName = "/hashicorp.vagrant.sdk.Mapper/Map" )
const ( StateBagService_Get_FullMethodName = "/hashicorp.vagrant.sdk.StateBagService/Get" StateBagService_GetOk_FullMethodName = "/hashicorp.vagrant.sdk.StateBagService/GetOk" StateBagService_Put_FullMethodName = "/hashicorp.vagrant.sdk.StateBagService/Put" StateBagService_Remove_FullMethodName = "/hashicorp.vagrant.sdk.StateBagService/Remove" )
const ( PluginInfoService_ComponentTypes_FullMethodName = "/hashicorp.vagrant.sdk.PluginInfoService/ComponentTypes" PluginInfoService_ComponentOptions_FullMethodName = "/hashicorp.vagrant.sdk.PluginInfoService/ComponentOptions" PluginInfoService_Name_FullMethodName = "/hashicorp.vagrant.sdk.PluginInfoService/Name" )
const ( PluginManagerService_ListPlugins_FullMethodName = "/hashicorp.vagrant.sdk.PluginManagerService/ListPlugins" PluginManagerService_GetPlugin_FullMethodName = "/hashicorp.vagrant.sdk.PluginManagerService/GetPlugin" )
const ( ProviderService_Usable_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/Usable" ProviderService_UsableSpec_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/UsableSpec" ProviderService_Installed_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/Installed" ProviderService_InstalledSpec_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/InstalledSpec" ProviderService_Action_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/Action" ProviderService_ActionSpec_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/ActionSpec" ProviderService_MachineIdChanged_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/MachineIdChanged" ProviderService_MachineIdChangedSpec_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/MachineIdChangedSpec" ProviderService_SshInfo_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/SshInfo" ProviderService_SshInfoSpec_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/SshInfoSpec" ProviderService_State_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/State" ProviderService_StateSpec_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/StateSpec" ProviderService_Capability_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/Capability" ProviderService_CapabilitySpec_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/CapabilitySpec" ProviderService_HasCapability_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/HasCapability" ProviderService_HasCapabilitySpec_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/HasCapabilitySpec" ProviderService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/Seed" ProviderService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/Seeds" ProviderService_SetPluginName_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/SetPluginName" ProviderService_PluginName_FullMethodName = "/hashicorp.vagrant.sdk.ProviderService/PluginName" )
const ( ProvisionerService_ConfigureSpec_FullMethodName = "/hashicorp.vagrant.sdk.ProvisionerService/ConfigureSpec" ProvisionerService_Configure_FullMethodName = "/hashicorp.vagrant.sdk.ProvisionerService/Configure" ProvisionerService_ProvisionSpec_FullMethodName = "/hashicorp.vagrant.sdk.ProvisionerService/ProvisionSpec" ProvisionerService_Provision_FullMethodName = "/hashicorp.vagrant.sdk.ProvisionerService/Provision" ProvisionerService_CleanupSpec_FullMethodName = "/hashicorp.vagrant.sdk.ProvisionerService/CleanupSpec" ProvisionerService_Cleanup_FullMethodName = "/hashicorp.vagrant.sdk.ProvisionerService/Cleanup" ProvisionerService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.ProvisionerService/Seed" ProvisionerService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.ProvisionerService/Seeds" ProvisionerService_SetPluginName_FullMethodName = "/hashicorp.vagrant.sdk.ProvisionerService/SetPluginName" ProvisionerService_PluginName_FullMethodName = "/hashicorp.vagrant.sdk.ProvisionerService/PluginName" )
const ( CommandService_ExecuteSpec_FullMethodName = "/hashicorp.vagrant.sdk.CommandService/ExecuteSpec" CommandService_Execute_FullMethodName = "/hashicorp.vagrant.sdk.CommandService/Execute" CommandService_CommandInfoSpec_FullMethodName = "/hashicorp.vagrant.sdk.CommandService/CommandInfoSpec" CommandService_CommandInfo_FullMethodName = "/hashicorp.vagrant.sdk.CommandService/CommandInfo" CommandService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.CommandService/Seed" CommandService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.CommandService/Seeds" CommandService_SetPluginName_FullMethodName = "/hashicorp.vagrant.sdk.CommandService/SetPluginName" CommandService_PluginName_FullMethodName = "/hashicorp.vagrant.sdk.CommandService/PluginName" )
const ( CommunicatorService_MatchSpec_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/MatchSpec" CommunicatorService_Match_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/Match" CommunicatorService_InitSpec_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/InitSpec" CommunicatorService_Init_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/Init" CommunicatorService_ReadySpec_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/ReadySpec" CommunicatorService_Ready_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/Ready" CommunicatorService_WaitForReadySpec_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/WaitForReadySpec" CommunicatorService_WaitForReady_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/WaitForReady" CommunicatorService_DownloadSpec_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/DownloadSpec" CommunicatorService_Download_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/Download" CommunicatorService_UploadSpec_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/UploadSpec" CommunicatorService_Upload_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/Upload" CommunicatorService_ExecuteSpec_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/ExecuteSpec" CommunicatorService_Execute_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/Execute" CommunicatorService_PrivilegedExecuteSpec_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/PrivilegedExecuteSpec" CommunicatorService_PrivilegedExecute_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/PrivilegedExecute" CommunicatorService_TestSpec_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/TestSpec" CommunicatorService_Test_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/Test" CommunicatorService_ResetSpec_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/ResetSpec" CommunicatorService_Reset_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/Reset" CommunicatorService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/Seed" CommunicatorService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/Seeds" CommunicatorService_SetPluginName_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/SetPluginName" CommunicatorService_PluginName_FullMethodName = "/hashicorp.vagrant.sdk.CommunicatorService/PluginName" )
const ( ConfigService_InitSpec_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/InitSpec" ConfigService_Init_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/Init" ConfigService_StructSpec_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/StructSpec" ConfigService_Struct_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/Struct" ConfigService_MergeSpec_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/MergeSpec" ConfigService_Merge_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/Merge" ConfigService_FinalizeSpec_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/FinalizeSpec" ConfigService_Finalize_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/Finalize" ConfigService_Register_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/Register" ConfigService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/Seed" ConfigService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/Seeds" ConfigService_SetPluginName_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/SetPluginName" ConfigService_PluginName_FullMethodName = "/hashicorp.vagrant.sdk.ConfigService/PluginName" )
const ( HostService_Detect_FullMethodName = "/hashicorp.vagrant.sdk.HostService/Detect" HostService_DetectSpec_FullMethodName = "/hashicorp.vagrant.sdk.HostService/DetectSpec" HostService_Capability_FullMethodName = "/hashicorp.vagrant.sdk.HostService/Capability" HostService_CapabilitySpec_FullMethodName = "/hashicorp.vagrant.sdk.HostService/CapabilitySpec" HostService_HasCapability_FullMethodName = "/hashicorp.vagrant.sdk.HostService/HasCapability" HostService_HasCapabilitySpec_FullMethodName = "/hashicorp.vagrant.sdk.HostService/HasCapabilitySpec" HostService_Parent_FullMethodName = "/hashicorp.vagrant.sdk.HostService/Parent" HostService_ParentSpec_FullMethodName = "/hashicorp.vagrant.sdk.HostService/ParentSpec" HostService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.HostService/Seed" HostService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.HostService/Seeds" HostService_SetPluginName_FullMethodName = "/hashicorp.vagrant.sdk.HostService/SetPluginName" HostService_PluginName_FullMethodName = "/hashicorp.vagrant.sdk.HostService/PluginName" )
const ( GuestService_Detect_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/Detect" GuestService_DetectSpec_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/DetectSpec" GuestService_Capability_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/Capability" GuestService_CapabilitySpec_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/CapabilitySpec" GuestService_HasCapability_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/HasCapability" GuestService_HasCapabilitySpec_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/HasCapabilitySpec" GuestService_Parent_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/Parent" GuestService_ParentSpec_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/ParentSpec" GuestService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/Seed" GuestService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/Seeds" GuestService_SetPluginName_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/SetPluginName" GuestService_PluginName_FullMethodName = "/hashicorp.vagrant.sdk.GuestService/PluginName" )
const ( SyncedFolderService_Usable_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/Usable" SyncedFolderService_UsableSpec_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/UsableSpec" SyncedFolderService_Enable_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/Enable" SyncedFolderService_EnableSpec_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/EnableSpec" SyncedFolderService_Prepare_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/Prepare" SyncedFolderService_PrepareSpec_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/PrepareSpec" SyncedFolderService_Disable_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/Disable" SyncedFolderService_DisableSpec_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/DisableSpec" SyncedFolderService_Cleanup_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/Cleanup" SyncedFolderService_CleanupSpec_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/CleanupSpec" SyncedFolderService_Capability_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/Capability" SyncedFolderService_CapabilitySpec_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/CapabilitySpec" SyncedFolderService_HasCapability_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/HasCapability" SyncedFolderService_HasCapabilitySpec_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/HasCapabilitySpec" SyncedFolderService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/Seed" SyncedFolderService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/Seeds" SyncedFolderService_SetPluginName_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/SetPluginName" SyncedFolderService_PluginName_FullMethodName = "/hashicorp.vagrant.sdk.SyncedFolderService/PluginName" )
const ( BasisService_Boxes_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/Boxes" BasisService_CWD_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/CWD" BasisService_DataDir_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/DataDir" BasisService_DefaultPrivateKey_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/DefaultPrivateKey" BasisService_DefaultProvider_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/DefaultProvider" BasisService_Host_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/Host" BasisService_ResourceId_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/ResourceId" BasisService_TargetIndex_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/TargetIndex" BasisService_Vagrantfile_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/Vagrantfile" BasisService_UI_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/UI" BasisService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/Seed" BasisService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.BasisService/Seeds" )
const ( TargetService_ResourceId_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/ResourceId" TargetService_Record_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/Record" TargetService_Name_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/Name" TargetService_SetName_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/SetName" TargetService_Project_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/Project" TargetService_Metadata_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/Metadata" TargetService_DataDir_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/DataDir" TargetService_State_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/State" TargetService_UI_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/UI" TargetService_Specialize_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/Specialize" TargetService_Provider_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/Provider" TargetService_ProviderName_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/ProviderName" TargetService_UpdatedAt_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/UpdatedAt" TargetService_Communicate_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/Communicate" TargetService_Save_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/Save" TargetService_SetUUID_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/SetUUID" TargetService_GetUUID_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/GetUUID" TargetService_Destroy_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/Destroy" TargetService_Vagrantfile_FullMethodName = "/hashicorp.vagrant.sdk.TargetService/Vagrantfile" )
const ( TargetMachineService_ResourceId_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/ResourceId" TargetMachineService_Record_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Record" TargetMachineService_Name_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Name" TargetMachineService_SetName_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/SetName" TargetMachineService_Project_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Project" TargetMachineService_Metadata_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Metadata" TargetMachineService_DataDir_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/DataDir" TargetMachineService_State_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/State" TargetMachineService_UI_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/UI" TargetMachineService_Specialize_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Specialize" TargetMachineService_Provider_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Provider" TargetMachineService_ProviderName_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/ProviderName" TargetMachineService_UpdatedAt_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/UpdatedAt" TargetMachineService_Communicate_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Communicate" TargetMachineService_Save_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Save" TargetMachineService_SetUUID_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/SetUUID" TargetMachineService_GetUUID_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/GetUUID" TargetMachineService_Destroy_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Destroy" TargetMachineService_Vagrantfile_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Vagrantfile" TargetMachineService_SetID_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/SetID" TargetMachineService_GetID_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/GetID" TargetMachineService_SetState_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/SetState" TargetMachineService_GetState_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/GetState" TargetMachineService_Box_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Box" TargetMachineService_Guest_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/Guest" TargetMachineService_ConnectionInfo_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/ConnectionInfo" TargetMachineService_UID_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/UID" TargetMachineService_SyncedFolders_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/SyncedFolders" TargetMachineService_AsTarget_FullMethodName = "/hashicorp.vagrant.sdk.TargetMachineService/AsTarget" )
const ( ProjectService_ActiveTargets_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/ActiveTargets" ProjectService_Boxes_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/Boxes" ProjectService_Config_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/Config" ProjectService_CWD_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/CWD" ProjectService_DataDir_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/DataDir" ProjectService_DefaultPrivateKey_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/DefaultPrivateKey" ProjectService_DefaultProvider_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/DefaultProvider" ProjectService_Home_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/Home" ProjectService_Host_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/Host" ProjectService_LocalData_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/LocalData" ProjectService_PrimaryTargetName_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/PrimaryTargetName" ProjectService_ResourceId_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/ResourceId" ProjectService_RootPath_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/RootPath" ProjectService_Target_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/Target" ProjectService_TargetIds_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/TargetIds" ProjectService_TargetIndex_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/TargetIndex" ProjectService_TargetNames_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/TargetNames" ProjectService_Tmp_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/Tmp" ProjectService_UI_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/UI" ProjectService_Vagrantfile_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/Vagrantfile" ProjectService_VagrantfileName_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/VagrantfileName" ProjectService_VagrantfilePath_FullMethodName = "/hashicorp.vagrant.sdk.ProjectService/VagrantfilePath" )
const ( VagrantfileService_GetValue_FullMethodName = "/hashicorp.vagrant.sdk.VagrantfileService/GetValue" VagrantfileService_GetConfig_FullMethodName = "/hashicorp.vagrant.sdk.VagrantfileService/GetConfig" VagrantfileService_Target_FullMethodName = "/hashicorp.vagrant.sdk.VagrantfileService/Target" VagrantfileService_TargetConfig_FullMethodName = "/hashicorp.vagrant.sdk.VagrantfileService/TargetConfig" VagrantfileService_TargetNames_FullMethodName = "/hashicorp.vagrant.sdk.VagrantfileService/TargetNames" VagrantfileService_PrimaryTargetName_FullMethodName = "/hashicorp.vagrant.sdk.VagrantfileService/PrimaryTargetName" )
const ( TargetIndexService_Delete_FullMethodName = "/hashicorp.vagrant.sdk.TargetIndexService/Delete" TargetIndexService_Get_FullMethodName = "/hashicorp.vagrant.sdk.TargetIndexService/Get" TargetIndexService_Includes_FullMethodName = "/hashicorp.vagrant.sdk.TargetIndexService/Includes" TargetIndexService_Set_FullMethodName = "/hashicorp.vagrant.sdk.TargetIndexService/Set" TargetIndexService_All_FullMethodName = "/hashicorp.vagrant.sdk.TargetIndexService/All" )
const ( BoxService_AutomaticUpdateCheckAllowed_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/AutomaticUpdateCheckAllowed" BoxService_Destroy_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/Destroy" BoxService_HasUpdate_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/HasUpdate" BoxService_UpdateInfo_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/UpdateInfo" BoxService_InUse_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/InUse" BoxService_Machines_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/Machines" BoxService_Repackage_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/Repackage" BoxService_Directory_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/Directory" BoxService_Metadata_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/Metadata" BoxService_BoxMetadata_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/BoxMetadata" BoxService_MetadataURL_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/MetadataURL" BoxService_Name_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/Name" BoxService_Provider_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/Provider" BoxService_Version_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/Version" BoxService_Compare_FullMethodName = "/hashicorp.vagrant.sdk.BoxService/Compare" )
const ( BoxCollectionService_Add_FullMethodName = "/hashicorp.vagrant.sdk.BoxCollectionService/Add" BoxCollectionService_All_FullMethodName = "/hashicorp.vagrant.sdk.BoxCollectionService/All" BoxCollectionService_Clean_FullMethodName = "/hashicorp.vagrant.sdk.BoxCollectionService/Clean" BoxCollectionService_Find_FullMethodName = "/hashicorp.vagrant.sdk.BoxCollectionService/Find" )
const ( BoxMetadataService_BoxName_FullMethodName = "/hashicorp.vagrant.sdk.BoxMetadataService/BoxName" BoxMetadataService_LoadMetadata_FullMethodName = "/hashicorp.vagrant.sdk.BoxMetadataService/LoadMetadata" BoxMetadataService_Version_FullMethodName = "/hashicorp.vagrant.sdk.BoxMetadataService/Version" BoxMetadataService_ListVersions_FullMethodName = "/hashicorp.vagrant.sdk.BoxMetadataService/ListVersions" BoxMetadataService_Provider_FullMethodName = "/hashicorp.vagrant.sdk.BoxMetadataService/Provider" BoxMetadataService_ListProviders_FullMethodName = "/hashicorp.vagrant.sdk.BoxMetadataService/ListProviders" )
const ( PushService_PushSpec_FullMethodName = "/hashicorp.vagrant.sdk.PushService/PushSpec" PushService_Push_FullMethodName = "/hashicorp.vagrant.sdk.PushService/Push" PushService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.PushService/Seed" PushService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.PushService/Seeds" PushService_SetPluginName_FullMethodName = "/hashicorp.vagrant.sdk.PushService/SetPluginName" PushService_PluginName_FullMethodName = "/hashicorp.vagrant.sdk.PushService/PluginName" )
const ( DownloaderService_DownloadSpec_FullMethodName = "/hashicorp.vagrant.sdk.DownloaderService/DownloadSpec" DownloaderService_Download_FullMethodName = "/hashicorp.vagrant.sdk.DownloaderService/Download" DownloaderService_Seed_FullMethodName = "/hashicorp.vagrant.sdk.DownloaderService/Seed" DownloaderService_Seeds_FullMethodName = "/hashicorp.vagrant.sdk.DownloaderService/Seeds" DownloaderService_SetPluginName_FullMethodName = "/hashicorp.vagrant.sdk.DownloaderService/SetPluginName" DownloaderService_PluginName_FullMethodName = "/hashicorp.vagrant.sdk.DownloaderService/PluginName" )
const (
CorePluginManagerService_GetPlugin_FullMethodName = "/hashicorp.vagrant.sdk.CorePluginManagerService/GetPlugin"
)
Variables ¶
var ( Args_JobInfo_ResourceType_name = map[int32]string{ 0: "BASIS", 1: "PROJECT", 2: "TARGET", } Args_JobInfo_ResourceType_value = map[string]int32{ "BASIS": 0, "PROJECT": 1, "TARGET": 2, } )
Enum value maps for Args_JobInfo_ResourceType.
var ( Args_Target_State_State_name = map[int32]string{ 0: "UNKNOWN", 1: "PENDING", 2: "CREATED", 3: "DESTROYED", } Args_Target_State_State_value = map[string]int32{ "UNKNOWN": 0, "PENDING": 1, "CREATED": 2, "DESTROYED": 3, } )
Enum value maps for Args_Target_State_State.
var ( Args_Connection_WinrmInfo_Transport_name = map[int32]string{ 0: "NEGOTIATE", 1: "SSL", 2: "PLAINTEXT", } Args_Connection_WinrmInfo_Transport_value = map[string]int32{ "NEGOTIATE": 0, "SSL": 1, "PLAINTEXT": 2, } )
Enum value maps for Args_Connection_WinrmInfo_Transport.
var ( TerminalUI_OutputRequest_Style_name = map[int32]string{ 0: "HEADER", 1: "ERROR", 2: "ERROR_BOLD", 3: "WARNING", 4: "WARNING_BOLD", 5: "INFO", 6: "SUCCESS", 7: "SUCCESS_BOLD", } TerminalUI_OutputRequest_Style_value = map[string]int32{ "HEADER": 0, "ERROR": 1, "ERROR_BOLD": 2, "WARNING": 3, "WARNING_BOLD": 4, "INFO": 5, "SUCCESS": 6, "SUCCESS_BOLD": 7, } )
Enum value maps for TerminalUI_OutputRequest_Style.
var ( Command_Flag_Type_name = map[int32]string{ 0: "STRING", 2: "BOOL", } Command_Flag_Type_value = map[string]int32{ "STRING": 0, "BOOL": 2, } )
Enum value maps for Command_Flag_Type.
var ( Command_Arguments_Flag_Type_name = map[int32]string{ 0: "STRING", 1: "BOOL", } Command_Arguments_Flag_Type_value = map[string]int32{ "STRING": 0, "BOOL": 1, } )
Enum value maps for Command_Arguments_Flag_Type.
var BasisService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.BasisService", HandlerType: (*BasisServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Boxes", Handler: _BasisService_Boxes_Handler, }, { MethodName: "CWD", Handler: _BasisService_CWD_Handler, }, { MethodName: "DataDir", Handler: _BasisService_DataDir_Handler, }, { MethodName: "DefaultPrivateKey", Handler: _BasisService_DefaultPrivateKey_Handler, }, { MethodName: "DefaultProvider", Handler: _BasisService_DefaultProvider_Handler, }, { MethodName: "Host", Handler: _BasisService_Host_Handler, }, { MethodName: "ResourceId", Handler: _BasisService_ResourceId_Handler, }, { MethodName: "TargetIndex", Handler: _BasisService_TargetIndex_Handler, }, { MethodName: "Vagrantfile", Handler: _BasisService_Vagrantfile_Handler, }, { MethodName: "UI", Handler: _BasisService_UI_Handler, }, { MethodName: "Seed", Handler: _BasisService_Seed_Handler, }, { MethodName: "Seeds", Handler: _BasisService_Seeds_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
BasisService_ServiceDesc is the grpc.ServiceDesc for BasisService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var BoxCollectionService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.BoxCollectionService", HandlerType: (*BoxCollectionServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Add", Handler: _BoxCollectionService_Add_Handler, }, { MethodName: "All", Handler: _BoxCollectionService_All_Handler, }, { MethodName: "Clean", Handler: _BoxCollectionService_Clean_Handler, }, { MethodName: "Find", Handler: _BoxCollectionService_Find_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
BoxCollectionService_ServiceDesc is the grpc.ServiceDesc for BoxCollectionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var BoxMetadataService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.BoxMetadataService", HandlerType: (*BoxMetadataServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "BoxName", Handler: _BoxMetadataService_BoxName_Handler, }, { MethodName: "LoadMetadata", Handler: _BoxMetadataService_LoadMetadata_Handler, }, { MethodName: "Version", Handler: _BoxMetadataService_Version_Handler, }, { MethodName: "ListVersions", Handler: _BoxMetadataService_ListVersions_Handler, }, { MethodName: "Provider", Handler: _BoxMetadataService_Provider_Handler, }, { MethodName: "ListProviders", Handler: _BoxMetadataService_ListProviders_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
BoxMetadataService_ServiceDesc is the grpc.ServiceDesc for BoxMetadataService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var BoxService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.BoxService", HandlerType: (*BoxServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "AutomaticUpdateCheckAllowed", Handler: _BoxService_AutomaticUpdateCheckAllowed_Handler, }, { MethodName: "Destroy", Handler: _BoxService_Destroy_Handler, }, { MethodName: "HasUpdate", Handler: _BoxService_HasUpdate_Handler, }, { MethodName: "UpdateInfo", Handler: _BoxService_UpdateInfo_Handler, }, { MethodName: "InUse", Handler: _BoxService_InUse_Handler, }, { MethodName: "Machines", Handler: _BoxService_Machines_Handler, }, { MethodName: "Repackage", Handler: _BoxService_Repackage_Handler, }, { MethodName: "Directory", Handler: _BoxService_Directory_Handler, }, { MethodName: "Metadata", Handler: _BoxService_Metadata_Handler, }, { MethodName: "BoxMetadata", Handler: _BoxService_BoxMetadata_Handler, }, { MethodName: "MetadataURL", Handler: _BoxService_MetadataURL_Handler, }, { MethodName: "Name", Handler: _BoxService_Name_Handler, }, { MethodName: "Provider", Handler: _BoxService_Provider_Handler, }, { MethodName: "Version", Handler: _BoxService_Version_Handler, }, { MethodName: "Compare", Handler: _BoxService_Compare_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
BoxService_ServiceDesc is the grpc.ServiceDesc for BoxService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var CommandService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.CommandService", HandlerType: (*CommandServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ExecuteSpec", Handler: _CommandService_ExecuteSpec_Handler, }, { MethodName: "Execute", Handler: _CommandService_Execute_Handler, }, { MethodName: "CommandInfoSpec", Handler: _CommandService_CommandInfoSpec_Handler, }, { MethodName: "CommandInfo", Handler: _CommandService_CommandInfo_Handler, }, { MethodName: "Seed", Handler: _CommandService_Seed_Handler, }, { MethodName: "Seeds", Handler: _CommandService_Seeds_Handler, }, { MethodName: "SetPluginName", Handler: _CommandService_SetPluginName_Handler, }, { MethodName: "PluginName", Handler: _CommandService_PluginName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
CommandService_ServiceDesc is the grpc.ServiceDesc for CommandService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var CommunicatorService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.CommunicatorService", HandlerType: (*CommunicatorServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "MatchSpec", Handler: _CommunicatorService_MatchSpec_Handler, }, { MethodName: "Match", Handler: _CommunicatorService_Match_Handler, }, { MethodName: "InitSpec", Handler: _CommunicatorService_InitSpec_Handler, }, { MethodName: "Init", Handler: _CommunicatorService_Init_Handler, }, { MethodName: "ReadySpec", Handler: _CommunicatorService_ReadySpec_Handler, }, { MethodName: "Ready", Handler: _CommunicatorService_Ready_Handler, }, { MethodName: "WaitForReadySpec", Handler: _CommunicatorService_WaitForReadySpec_Handler, }, { MethodName: "WaitForReady", Handler: _CommunicatorService_WaitForReady_Handler, }, { MethodName: "DownloadSpec", Handler: _CommunicatorService_DownloadSpec_Handler, }, { MethodName: "Download", Handler: _CommunicatorService_Download_Handler, }, { MethodName: "UploadSpec", Handler: _CommunicatorService_UploadSpec_Handler, }, { MethodName: "Upload", Handler: _CommunicatorService_Upload_Handler, }, { MethodName: "ExecuteSpec", Handler: _CommunicatorService_ExecuteSpec_Handler, }, { MethodName: "Execute", Handler: _CommunicatorService_Execute_Handler, }, { MethodName: "PrivilegedExecuteSpec", Handler: _CommunicatorService_PrivilegedExecuteSpec_Handler, }, { MethodName: "PrivilegedExecute", Handler: _CommunicatorService_PrivilegedExecute_Handler, }, { MethodName: "TestSpec", Handler: _CommunicatorService_TestSpec_Handler, }, { MethodName: "Test", Handler: _CommunicatorService_Test_Handler, }, { MethodName: "ResetSpec", Handler: _CommunicatorService_ResetSpec_Handler, }, { MethodName: "Reset", Handler: _CommunicatorService_Reset_Handler, }, { MethodName: "Seed", Handler: _CommunicatorService_Seed_Handler, }, { MethodName: "Seeds", Handler: _CommunicatorService_Seeds_Handler, }, { MethodName: "SetPluginName", Handler: _CommunicatorService_SetPluginName_Handler, }, { MethodName: "PluginName", Handler: _CommunicatorService_PluginName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
CommunicatorService_ServiceDesc is the grpc.ServiceDesc for CommunicatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ConfigService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.ConfigService", HandlerType: (*ConfigServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "InitSpec", Handler: _ConfigService_InitSpec_Handler, }, { MethodName: "Init", Handler: _ConfigService_Init_Handler, }, { MethodName: "StructSpec", Handler: _ConfigService_StructSpec_Handler, }, { MethodName: "Struct", Handler: _ConfigService_Struct_Handler, }, { MethodName: "MergeSpec", Handler: _ConfigService_MergeSpec_Handler, }, { MethodName: "Merge", Handler: _ConfigService_Merge_Handler, }, { MethodName: "FinalizeSpec", Handler: _ConfigService_FinalizeSpec_Handler, }, { MethodName: "Finalize", Handler: _ConfigService_Finalize_Handler, }, { MethodName: "Register", Handler: _ConfigService_Register_Handler, }, { MethodName: "Seed", Handler: _ConfigService_Seed_Handler, }, { MethodName: "Seeds", Handler: _ConfigService_Seeds_Handler, }, { MethodName: "SetPluginName", Handler: _ConfigService_SetPluginName_Handler, }, { MethodName: "PluginName", Handler: _ConfigService_PluginName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.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 CorePluginManagerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.CorePluginManagerService", HandlerType: (*CorePluginManagerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetPlugin", Handler: _CorePluginManagerService_GetPlugin_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
CorePluginManagerService_ServiceDesc is the grpc.ServiceDesc for CorePluginManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var DownloaderService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.DownloaderService", HandlerType: (*DownloaderServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "DownloadSpec", Handler: _DownloaderService_DownloadSpec_Handler, }, { MethodName: "Download", Handler: _DownloaderService_Download_Handler, }, { MethodName: "Seed", Handler: _DownloaderService_Seed_Handler, }, { MethodName: "Seeds", Handler: _DownloaderService_Seeds_Handler, }, { MethodName: "SetPluginName", Handler: _DownloaderService_SetPluginName_Handler, }, { MethodName: "PluginName", Handler: _DownloaderService_PluginName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
DownloaderService_ServiceDesc is the grpc.ServiceDesc for DownloaderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_vagrant_plugin_sdk_plugin_proto protoreflect.FileDescriptor
var GuestService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.GuestService", HandlerType: (*GuestServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Detect", Handler: _GuestService_Detect_Handler, }, { MethodName: "DetectSpec", Handler: _GuestService_DetectSpec_Handler, }, { MethodName: "Capability", Handler: _GuestService_Capability_Handler, }, { MethodName: "CapabilitySpec", Handler: _GuestService_CapabilitySpec_Handler, }, { MethodName: "HasCapability", Handler: _GuestService_HasCapability_Handler, }, { MethodName: "HasCapabilitySpec", Handler: _GuestService_HasCapabilitySpec_Handler, }, { MethodName: "Parent", Handler: _GuestService_Parent_Handler, }, { MethodName: "ParentSpec", Handler: _GuestService_ParentSpec_Handler, }, { MethodName: "Seed", Handler: _GuestService_Seed_Handler, }, { MethodName: "Seeds", Handler: _GuestService_Seeds_Handler, }, { MethodName: "SetPluginName", Handler: _GuestService_SetPluginName_Handler, }, { MethodName: "PluginName", Handler: _GuestService_PluginName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
GuestService_ServiceDesc is the grpc.ServiceDesc for GuestService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var HostService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.HostService", HandlerType: (*HostServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Detect", Handler: _HostService_Detect_Handler, }, { MethodName: "DetectSpec", Handler: _HostService_DetectSpec_Handler, }, { MethodName: "Capability", Handler: _HostService_Capability_Handler, }, { MethodName: "CapabilitySpec", Handler: _HostService_CapabilitySpec_Handler, }, { MethodName: "HasCapability", Handler: _HostService_HasCapability_Handler, }, { MethodName: "HasCapabilitySpec", Handler: _HostService_HasCapabilitySpec_Handler, }, { MethodName: "Parent", Handler: _HostService_Parent_Handler, }, { MethodName: "ParentSpec", Handler: _HostService_ParentSpec_Handler, }, { MethodName: "Seed", Handler: _HostService_Seed_Handler, }, { MethodName: "Seeds", Handler: _HostService_Seeds_Handler, }, { MethodName: "SetPluginName", Handler: _HostService_SetPluginName_Handler, }, { MethodName: "PluginName", Handler: _HostService_PluginName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
HostService_ServiceDesc is the grpc.ServiceDesc for HostService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Mapper_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.Mapper", HandlerType: (*MapperServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListMappers", Handler: _Mapper_ListMappers_Handler, }, { MethodName: "Map", Handler: _Mapper_Map_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
Mapper_ServiceDesc is the grpc.ServiceDesc for Mapper service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var PluginInfoService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.PluginInfoService", HandlerType: (*PluginInfoServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ComponentTypes", Handler: _PluginInfoService_ComponentTypes_Handler, }, { MethodName: "ComponentOptions", Handler: _PluginInfoService_ComponentOptions_Handler, }, { MethodName: "Name", Handler: _PluginInfoService_Name_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
PluginInfoService_ServiceDesc is the grpc.ServiceDesc for PluginInfoService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var PluginManagerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.PluginManagerService", HandlerType: (*PluginManagerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListPlugins", Handler: _PluginManagerService_ListPlugins_Handler, }, { MethodName: "GetPlugin", Handler: _PluginManagerService_GetPlugin_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
PluginManagerService_ServiceDesc is the grpc.ServiceDesc for PluginManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ProjectService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.ProjectService", HandlerType: (*ProjectServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ActiveTargets", Handler: _ProjectService_ActiveTargets_Handler, }, { MethodName: "Boxes", Handler: _ProjectService_Boxes_Handler, }, { MethodName: "Config", Handler: _ProjectService_Config_Handler, }, { MethodName: "CWD", Handler: _ProjectService_CWD_Handler, }, { MethodName: "DataDir", Handler: _ProjectService_DataDir_Handler, }, { MethodName: "DefaultPrivateKey", Handler: _ProjectService_DefaultPrivateKey_Handler, }, { MethodName: "DefaultProvider", Handler: _ProjectService_DefaultProvider_Handler, }, { MethodName: "Home", Handler: _ProjectService_Home_Handler, }, { MethodName: "Host", Handler: _ProjectService_Host_Handler, }, { MethodName: "LocalData", Handler: _ProjectService_LocalData_Handler, }, { MethodName: "PrimaryTargetName", Handler: _ProjectService_PrimaryTargetName_Handler, }, { MethodName: "ResourceId", Handler: _ProjectService_ResourceId_Handler, }, { MethodName: "RootPath", Handler: _ProjectService_RootPath_Handler, }, { MethodName: "Target", Handler: _ProjectService_Target_Handler, }, { MethodName: "TargetIds", Handler: _ProjectService_TargetIds_Handler, }, { MethodName: "TargetIndex", Handler: _ProjectService_TargetIndex_Handler, }, { MethodName: "TargetNames", Handler: _ProjectService_TargetNames_Handler, }, { MethodName: "Tmp", Handler: _ProjectService_Tmp_Handler, }, { MethodName: "UI", Handler: _ProjectService_UI_Handler, }, { MethodName: "Vagrantfile", Handler: _ProjectService_Vagrantfile_Handler, }, { MethodName: "VagrantfileName", Handler: _ProjectService_VagrantfileName_Handler, }, { MethodName: "VagrantfilePath", Handler: _ProjectService_VagrantfilePath_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
ProjectService_ServiceDesc is the grpc.ServiceDesc for ProjectService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ProviderService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.ProviderService", HandlerType: (*ProviderServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Usable", Handler: _ProviderService_Usable_Handler, }, { MethodName: "UsableSpec", Handler: _ProviderService_UsableSpec_Handler, }, { MethodName: "Installed", Handler: _ProviderService_Installed_Handler, }, { MethodName: "InstalledSpec", Handler: _ProviderService_InstalledSpec_Handler, }, { MethodName: "Action", Handler: _ProviderService_Action_Handler, }, { MethodName: "ActionSpec", Handler: _ProviderService_ActionSpec_Handler, }, { MethodName: "MachineIdChanged", Handler: _ProviderService_MachineIdChanged_Handler, }, { MethodName: "MachineIdChangedSpec", Handler: _ProviderService_MachineIdChangedSpec_Handler, }, { MethodName: "SshInfo", Handler: _ProviderService_SshInfo_Handler, }, { MethodName: "SshInfoSpec", Handler: _ProviderService_SshInfoSpec_Handler, }, { MethodName: "State", Handler: _ProviderService_State_Handler, }, { MethodName: "StateSpec", Handler: _ProviderService_StateSpec_Handler, }, { MethodName: "Capability", Handler: _ProviderService_Capability_Handler, }, { MethodName: "CapabilitySpec", Handler: _ProviderService_CapabilitySpec_Handler, }, { MethodName: "HasCapability", Handler: _ProviderService_HasCapability_Handler, }, { MethodName: "HasCapabilitySpec", Handler: _ProviderService_HasCapabilitySpec_Handler, }, { MethodName: "Seed", Handler: _ProviderService_Seed_Handler, }, { MethodName: "Seeds", Handler: _ProviderService_Seeds_Handler, }, { MethodName: "SetPluginName", Handler: _ProviderService_SetPluginName_Handler, }, { MethodName: "PluginName", Handler: _ProviderService_PluginName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
ProviderService_ServiceDesc is the grpc.ServiceDesc for ProviderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ProvisionerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.ProvisionerService", HandlerType: (*ProvisionerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ConfigureSpec", Handler: _ProvisionerService_ConfigureSpec_Handler, }, { MethodName: "Configure", Handler: _ProvisionerService_Configure_Handler, }, { MethodName: "ProvisionSpec", Handler: _ProvisionerService_ProvisionSpec_Handler, }, { MethodName: "Provision", Handler: _ProvisionerService_Provision_Handler, }, { MethodName: "CleanupSpec", Handler: _ProvisionerService_CleanupSpec_Handler, }, { MethodName: "Cleanup", Handler: _ProvisionerService_Cleanup_Handler, }, { MethodName: "Seed", Handler: _ProvisionerService_Seed_Handler, }, { MethodName: "Seeds", Handler: _ProvisionerService_Seeds_Handler, }, { MethodName: "SetPluginName", Handler: _ProvisionerService_SetPluginName_Handler, }, { MethodName: "PluginName", Handler: _ProvisionerService_PluginName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
ProvisionerService_ServiceDesc is the grpc.ServiceDesc for ProvisionerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var PushService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.PushService", HandlerType: (*PushServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "PushSpec", Handler: _PushService_PushSpec_Handler, }, { MethodName: "Push", Handler: _PushService_Push_Handler, }, { MethodName: "Seed", Handler: _PushService_Seed_Handler, }, { MethodName: "Seeds", Handler: _PushService_Seeds_Handler, }, { MethodName: "SetPluginName", Handler: _PushService_SetPluginName_Handler, }, { MethodName: "PluginName", Handler: _PushService_PluginName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
PushService_ServiceDesc is the grpc.ServiceDesc for PushService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var StateBagService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.StateBagService", HandlerType: (*StateBagServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Get", Handler: _StateBagService_Get_Handler, }, { MethodName: "GetOk", Handler: _StateBagService_GetOk_Handler, }, { MethodName: "Put", Handler: _StateBagService_Put_Handler, }, { MethodName: "Remove", Handler: _StateBagService_Remove_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
StateBagService_ServiceDesc is the grpc.ServiceDesc for StateBagService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SyncedFolderService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.SyncedFolderService", HandlerType: (*SyncedFolderServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Usable", Handler: _SyncedFolderService_Usable_Handler, }, { MethodName: "UsableSpec", Handler: _SyncedFolderService_UsableSpec_Handler, }, { MethodName: "Enable", Handler: _SyncedFolderService_Enable_Handler, }, { MethodName: "EnableSpec", Handler: _SyncedFolderService_EnableSpec_Handler, }, { MethodName: "Prepare", Handler: _SyncedFolderService_Prepare_Handler, }, { MethodName: "PrepareSpec", Handler: _SyncedFolderService_PrepareSpec_Handler, }, { MethodName: "Disable", Handler: _SyncedFolderService_Disable_Handler, }, { MethodName: "DisableSpec", Handler: _SyncedFolderService_DisableSpec_Handler, }, { MethodName: "Cleanup", Handler: _SyncedFolderService_Cleanup_Handler, }, { MethodName: "CleanupSpec", Handler: _SyncedFolderService_CleanupSpec_Handler, }, { MethodName: "Capability", Handler: _SyncedFolderService_Capability_Handler, }, { MethodName: "CapabilitySpec", Handler: _SyncedFolderService_CapabilitySpec_Handler, }, { MethodName: "HasCapability", Handler: _SyncedFolderService_HasCapability_Handler, }, { MethodName: "HasCapabilitySpec", Handler: _SyncedFolderService_HasCapabilitySpec_Handler, }, { MethodName: "Seed", Handler: _SyncedFolderService_Seed_Handler, }, { MethodName: "Seeds", Handler: _SyncedFolderService_Seeds_Handler, }, { MethodName: "SetPluginName", Handler: _SyncedFolderService_SetPluginName_Handler, }, { MethodName: "PluginName", Handler: _SyncedFolderService_PluginName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
SyncedFolderService_ServiceDesc is the grpc.ServiceDesc for SyncedFolderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TargetIndexService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.TargetIndexService", HandlerType: (*TargetIndexServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Delete", Handler: _TargetIndexService_Delete_Handler, }, { MethodName: "Get", Handler: _TargetIndexService_Get_Handler, }, { MethodName: "Includes", Handler: _TargetIndexService_Includes_Handler, }, { MethodName: "Set", Handler: _TargetIndexService_Set_Handler, }, { MethodName: "All", Handler: _TargetIndexService_All_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
TargetIndexService_ServiceDesc is the grpc.ServiceDesc for TargetIndexService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TargetMachineService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.TargetMachineService", HandlerType: (*TargetMachineServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ResourceId", Handler: _TargetMachineService_ResourceId_Handler, }, { MethodName: "Record", Handler: _TargetMachineService_Record_Handler, }, { MethodName: "Name", Handler: _TargetMachineService_Name_Handler, }, { MethodName: "SetName", Handler: _TargetMachineService_SetName_Handler, }, { MethodName: "Project", Handler: _TargetMachineService_Project_Handler, }, { MethodName: "Metadata", Handler: _TargetMachineService_Metadata_Handler, }, { MethodName: "DataDir", Handler: _TargetMachineService_DataDir_Handler, }, { MethodName: "State", Handler: _TargetMachineService_State_Handler, }, { MethodName: "UI", Handler: _TargetMachineService_UI_Handler, }, { MethodName: "Specialize", Handler: _TargetMachineService_Specialize_Handler, }, { MethodName: "Provider", Handler: _TargetMachineService_Provider_Handler, }, { MethodName: "ProviderName", Handler: _TargetMachineService_ProviderName_Handler, }, { MethodName: "UpdatedAt", Handler: _TargetMachineService_UpdatedAt_Handler, }, { MethodName: "Communicate", Handler: _TargetMachineService_Communicate_Handler, }, { MethodName: "Save", Handler: _TargetMachineService_Save_Handler, }, { MethodName: "SetUUID", Handler: _TargetMachineService_SetUUID_Handler, }, { MethodName: "GetUUID", Handler: _TargetMachineService_GetUUID_Handler, }, { MethodName: "Destroy", Handler: _TargetMachineService_Destroy_Handler, }, { MethodName: "Vagrantfile", Handler: _TargetMachineService_Vagrantfile_Handler, }, { MethodName: "SetID", Handler: _TargetMachineService_SetID_Handler, }, { MethodName: "GetID", Handler: _TargetMachineService_GetID_Handler, }, { MethodName: "SetState", Handler: _TargetMachineService_SetState_Handler, }, { MethodName: "GetState", Handler: _TargetMachineService_GetState_Handler, }, { MethodName: "Box", Handler: _TargetMachineService_Box_Handler, }, { MethodName: "Guest", Handler: _TargetMachineService_Guest_Handler, }, { MethodName: "ConnectionInfo", Handler: _TargetMachineService_ConnectionInfo_Handler, }, { MethodName: "UID", Handler: _TargetMachineService_UID_Handler, }, { MethodName: "SyncedFolders", Handler: _TargetMachineService_SyncedFolders_Handler, }, { MethodName: "AsTarget", Handler: _TargetMachineService_AsTarget_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
TargetMachineService_ServiceDesc is the grpc.ServiceDesc for TargetMachineService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TargetService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.TargetService", HandlerType: (*TargetServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ResourceId", Handler: _TargetService_ResourceId_Handler, }, { MethodName: "Record", Handler: _TargetService_Record_Handler, }, { MethodName: "Name", Handler: _TargetService_Name_Handler, }, { MethodName: "SetName", Handler: _TargetService_SetName_Handler, }, { MethodName: "Project", Handler: _TargetService_Project_Handler, }, { MethodName: "Metadata", Handler: _TargetService_Metadata_Handler, }, { MethodName: "DataDir", Handler: _TargetService_DataDir_Handler, }, { MethodName: "State", Handler: _TargetService_State_Handler, }, { MethodName: "UI", Handler: _TargetService_UI_Handler, }, { MethodName: "Specialize", Handler: _TargetService_Specialize_Handler, }, { MethodName: "Provider", Handler: _TargetService_Provider_Handler, }, { MethodName: "ProviderName", Handler: _TargetService_ProviderName_Handler, }, { MethodName: "UpdatedAt", Handler: _TargetService_UpdatedAt_Handler, }, { MethodName: "Communicate", Handler: _TargetService_Communicate_Handler, }, { MethodName: "Save", Handler: _TargetService_Save_Handler, }, { MethodName: "SetUUID", Handler: _TargetService_SetUUID_Handler, }, { MethodName: "GetUUID", Handler: _TargetService_GetUUID_Handler, }, { MethodName: "Destroy", Handler: _TargetService_Destroy_Handler, }, { MethodName: "Vagrantfile", Handler: _TargetService_Vagrantfile_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
TargetService_ServiceDesc is the grpc.ServiceDesc for TargetService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TerminalUIService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.TerminalUIService", HandlerType: (*TerminalUIServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Output", Handler: _TerminalUIService_Output_Handler, }, { MethodName: "IsInteractive", Handler: _TerminalUIService_IsInteractive_Handler, }, { MethodName: "IsMachineReadable", Handler: _TerminalUIService_IsMachineReadable_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "Events", Handler: _TerminalUIService_Events_Handler, ServerStreams: true, ClientStreams: true, }, }, Metadata: "vagrant_plugin_sdk/plugin.proto", }
TerminalUIService_ServiceDesc is the grpc.ServiceDesc for TerminalUIService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var VagrantfileService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.vagrant.sdk.VagrantfileService", HandlerType: (*VagrantfileServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetValue", Handler: _VagrantfileService_GetValue_Handler, }, { MethodName: "GetConfig", Handler: _VagrantfileService_GetConfig_Handler, }, { MethodName: "Target", Handler: _VagrantfileService_Target_Handler, }, { MethodName: "TargetConfig", Handler: _VagrantfileService_TargetConfig_Handler, }, { MethodName: "TargetNames", Handler: _VagrantfileService_TargetNames_Handler, }, { MethodName: "PrimaryTargetName", Handler: _VagrantfileService_PrimaryTargetName_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vagrant_plugin_sdk/plugin.proto", }
VagrantfileService_ServiceDesc is the grpc.ServiceDesc for VagrantfileService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterBasisServiceServer ¶
func RegisterBasisServiceServer(s grpc.ServiceRegistrar, srv BasisServiceServer)
func RegisterBoxCollectionServiceServer ¶
func RegisterBoxCollectionServiceServer(s grpc.ServiceRegistrar, srv BoxCollectionServiceServer)
func RegisterBoxMetadataServiceServer ¶
func RegisterBoxMetadataServiceServer(s grpc.ServiceRegistrar, srv BoxMetadataServiceServer)
func RegisterBoxServiceServer ¶
func RegisterBoxServiceServer(s grpc.ServiceRegistrar, srv BoxServiceServer)
func RegisterCommandServiceServer ¶
func RegisterCommandServiceServer(s grpc.ServiceRegistrar, srv CommandServiceServer)
func RegisterCommunicatorServiceServer ¶
func RegisterCommunicatorServiceServer(s grpc.ServiceRegistrar, srv CommunicatorServiceServer)
func RegisterConfigServiceServer ¶
func RegisterConfigServiceServer(s grpc.ServiceRegistrar, srv ConfigServiceServer)
func RegisterCorePluginManagerServiceServer ¶
func RegisterCorePluginManagerServiceServer(s grpc.ServiceRegistrar, srv CorePluginManagerServiceServer)
func RegisterDownloaderServiceServer ¶
func RegisterDownloaderServiceServer(s grpc.ServiceRegistrar, srv DownloaderServiceServer)
func RegisterGuestServiceServer ¶
func RegisterGuestServiceServer(s grpc.ServiceRegistrar, srv GuestServiceServer)
func RegisterHostServiceServer ¶
func RegisterHostServiceServer(s grpc.ServiceRegistrar, srv HostServiceServer)
func RegisterMapperServer ¶
func RegisterMapperServer(s grpc.ServiceRegistrar, srv MapperServer)
func RegisterPluginInfoServiceServer ¶
func RegisterPluginInfoServiceServer(s grpc.ServiceRegistrar, srv PluginInfoServiceServer)
func RegisterPluginManagerServiceServer ¶
func RegisterPluginManagerServiceServer(s grpc.ServiceRegistrar, srv PluginManagerServiceServer)
func RegisterProjectServiceServer ¶
func RegisterProjectServiceServer(s grpc.ServiceRegistrar, srv ProjectServiceServer)
func RegisterProviderServiceServer ¶
func RegisterProviderServiceServer(s grpc.ServiceRegistrar, srv ProviderServiceServer)
func RegisterProvisionerServiceServer ¶
func RegisterProvisionerServiceServer(s grpc.ServiceRegistrar, srv ProvisionerServiceServer)
func RegisterPushServiceServer ¶
func RegisterPushServiceServer(s grpc.ServiceRegistrar, srv PushServiceServer)
func RegisterStateBagServiceServer ¶
func RegisterStateBagServiceServer(s grpc.ServiceRegistrar, srv StateBagServiceServer)
func RegisterSyncedFolderServiceServer ¶
func RegisterSyncedFolderServiceServer(s grpc.ServiceRegistrar, srv SyncedFolderServiceServer)
func RegisterTargetIndexServiceServer ¶
func RegisterTargetIndexServiceServer(s grpc.ServiceRegistrar, srv TargetIndexServiceServer)
func RegisterTargetMachineServiceServer ¶
func RegisterTargetMachineServiceServer(s grpc.ServiceRegistrar, srv TargetMachineServiceServer)
func RegisterTargetServiceServer ¶
func RegisterTargetServiceServer(s grpc.ServiceRegistrar, srv TargetServiceServer)
func RegisterTerminalUIServiceServer ¶
func RegisterTerminalUIServiceServer(s grpc.ServiceRegistrar, srv TerminalUIServiceServer)
func RegisterVagrantfileServiceServer ¶
func RegisterVagrantfileServiceServer(s grpc.ServiceRegistrar, srv VagrantfileServiceServer)
Types ¶
type Args ¶
type Args struct {
// contains filtered or unexported fields
}
Args are the common argument types that are available to many of the dynamic functions. The exact list of available argument types is available on the Go interface docs.
func (*Args) Descriptor
deprecated
func (*Args) ProtoMessage ¶
func (*Args) ProtoMessage()
func (*Args) ProtoReflect ¶
func (x *Args) ProtoReflect() protoreflect.Message
type Args_Array ¶
type Args_Array struct { List []*anypb.Any `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*Args_Array) Descriptor
deprecated
func (*Args_Array) Descriptor() ([]byte, []int)
Deprecated: Use Args_Array.ProtoReflect.Descriptor instead.
func (*Args_Array) GetList ¶
func (x *Args_Array) GetList() []*anypb.Any
func (*Args_Array) ProtoMessage ¶
func (*Args_Array) ProtoMessage()
func (*Args_Array) ProtoReflect ¶
func (x *Args_Array) ProtoReflect() protoreflect.Message
func (*Args_Array) Reset ¶
func (x *Args_Array) Reset()
func (*Args_Array) String ¶
func (x *Args_Array) String() string
type Args_Basis ¶
type Args_Basis struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Basis) Descriptor
deprecated
func (*Args_Basis) Descriptor() ([]byte, []int)
Deprecated: Use Args_Basis.ProtoReflect.Descriptor instead.
func (*Args_Basis) GetAddr ¶
func (x *Args_Basis) GetAddr() string
func (*Args_Basis) GetNetwork ¶
func (x *Args_Basis) GetNetwork() string
func (*Args_Basis) GetStreamId ¶
func (x *Args_Basis) GetStreamId() uint32
func (*Args_Basis) ProtoMessage ¶
func (*Args_Basis) ProtoMessage()
func (*Args_Basis) ProtoReflect ¶
func (x *Args_Basis) ProtoReflect() protoreflect.Message
func (*Args_Basis) Reset ¶
func (x *Args_Basis) Reset()
func (*Args_Basis) String ¶
func (x *Args_Basis) String() string
type Args_Box ¶
type Args_Box struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Box) Descriptor
deprecated
func (*Args_Box) GetNetwork ¶
func (*Args_Box) GetStreamId ¶
func (*Args_Box) ProtoMessage ¶
func (*Args_Box) ProtoMessage()
func (*Args_Box) ProtoReflect ¶
func (x *Args_Box) ProtoReflect() protoreflect.Message
type Args_BoxCollection ¶
type Args_BoxCollection struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_BoxCollection) Descriptor
deprecated
func (*Args_BoxCollection) Descriptor() ([]byte, []int)
Deprecated: Use Args_BoxCollection.ProtoReflect.Descriptor instead.
func (*Args_BoxCollection) GetAddr ¶
func (x *Args_BoxCollection) GetAddr() string
func (*Args_BoxCollection) GetNetwork ¶
func (x *Args_BoxCollection) GetNetwork() string
func (*Args_BoxCollection) GetStreamId ¶
func (x *Args_BoxCollection) GetStreamId() uint32
func (*Args_BoxCollection) ProtoMessage ¶
func (*Args_BoxCollection) ProtoMessage()
func (*Args_BoxCollection) ProtoReflect ¶
func (x *Args_BoxCollection) ProtoReflect() protoreflect.Message
func (*Args_BoxCollection) Reset ¶
func (x *Args_BoxCollection) Reset()
func (*Args_BoxCollection) String ¶
func (x *Args_BoxCollection) String() string
type Args_BoxMetadata ¶
type Args_BoxMetadata struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_BoxMetadata) Descriptor
deprecated
func (*Args_BoxMetadata) Descriptor() ([]byte, []int)
Deprecated: Use Args_BoxMetadata.ProtoReflect.Descriptor instead.
func (*Args_BoxMetadata) GetAddr ¶
func (x *Args_BoxMetadata) GetAddr() string
func (*Args_BoxMetadata) GetNetwork ¶
func (x *Args_BoxMetadata) GetNetwork() string
func (*Args_BoxMetadata) GetStreamId ¶
func (x *Args_BoxMetadata) GetStreamId() uint32
func (*Args_BoxMetadata) ProtoMessage ¶
func (*Args_BoxMetadata) ProtoMessage()
func (*Args_BoxMetadata) ProtoReflect ¶
func (x *Args_BoxMetadata) ProtoReflect() protoreflect.Message
func (*Args_BoxMetadata) Reset ¶
func (x *Args_BoxMetadata) Reset()
func (*Args_BoxMetadata) String ¶
func (x *Args_BoxMetadata) String() string
type Args_Class ¶
type Args_Class struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Args_Class) Descriptor
deprecated
func (*Args_Class) Descriptor() ([]byte, []int)
Deprecated: Use Args_Class.ProtoReflect.Descriptor instead.
func (*Args_Class) GetName ¶
func (x *Args_Class) GetName() string
func (*Args_Class) ProtoMessage ¶
func (*Args_Class) ProtoMessage()
func (*Args_Class) ProtoReflect ¶
func (x *Args_Class) ProtoReflect() protoreflect.Message
func (*Args_Class) Reset ¶
func (x *Args_Class) Reset()
func (*Args_Class) String ¶
func (x *Args_Class) String() string
type Args_Command ¶
type Args_Command struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Command) Descriptor
deprecated
func (*Args_Command) Descriptor() ([]byte, []int)
Deprecated: Use Args_Command.ProtoReflect.Descriptor instead.
func (*Args_Command) GetAddr ¶
func (x *Args_Command) GetAddr() string
func (*Args_Command) GetNetwork ¶
func (x *Args_Command) GetNetwork() string
func (*Args_Command) GetStreamId ¶
func (x *Args_Command) GetStreamId() uint32
func (*Args_Command) ProtoMessage ¶
func (*Args_Command) ProtoMessage()
func (*Args_Command) ProtoReflect ¶
func (x *Args_Command) ProtoReflect() protoreflect.Message
func (*Args_Command) Reset ¶
func (x *Args_Command) Reset()
func (*Args_Command) String ¶
func (x *Args_Command) String() string
type Args_Communicator ¶
type Args_Communicator struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Communicator) Descriptor
deprecated
func (*Args_Communicator) Descriptor() ([]byte, []int)
Deprecated: Use Args_Communicator.ProtoReflect.Descriptor instead.
func (*Args_Communicator) GetAddr ¶
func (x *Args_Communicator) GetAddr() string
func (*Args_Communicator) GetNetwork ¶
func (x *Args_Communicator) GetNetwork() string
func (*Args_Communicator) GetStreamId ¶
func (x *Args_Communicator) GetStreamId() uint32
func (*Args_Communicator) ProtoMessage ¶
func (*Args_Communicator) ProtoMessage()
func (*Args_Communicator) ProtoReflect ¶
func (x *Args_Communicator) ProtoReflect() protoreflect.Message
func (*Args_Communicator) Reset ¶
func (x *Args_Communicator) Reset()
func (*Args_Communicator) String ¶
func (x *Args_Communicator) String() string
type Args_ConfigData ¶
type Args_ConfigData struct { Source *Args_Class `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` Data *Args_Hash `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Args_ConfigData) Descriptor
deprecated
func (*Args_ConfigData) Descriptor() ([]byte, []int)
Deprecated: Use Args_ConfigData.ProtoReflect.Descriptor instead.
func (*Args_ConfigData) GetData ¶
func (x *Args_ConfigData) GetData() *Args_Hash
func (*Args_ConfigData) GetSource ¶
func (x *Args_ConfigData) GetSource() *Args_Class
func (*Args_ConfigData) ProtoMessage ¶
func (*Args_ConfigData) ProtoMessage()
func (*Args_ConfigData) ProtoReflect ¶
func (x *Args_ConfigData) ProtoReflect() protoreflect.Message
func (*Args_ConfigData) Reset ¶
func (x *Args_ConfigData) Reset()
func (*Args_ConfigData) String ¶
func (x *Args_ConfigData) String() string
type Args_Connection ¶
type Args_Connection struct {
// contains filtered or unexported fields
}
func (*Args_Connection) Descriptor
deprecated
func (*Args_Connection) Descriptor() ([]byte, []int)
Deprecated: Use Args_Connection.ProtoReflect.Descriptor instead.
func (*Args_Connection) ProtoMessage ¶
func (*Args_Connection) ProtoMessage()
func (*Args_Connection) ProtoReflect ¶
func (x *Args_Connection) ProtoReflect() protoreflect.Message
func (*Args_Connection) Reset ¶
func (x *Args_Connection) Reset()
func (*Args_Connection) String ¶
func (x *Args_Connection) String() string
type Args_Connection_SSHInfo ¶
type Args_Connection_SSHInfo struct { Host *string `protobuf:"bytes,1,opt,name=host,proto3,oneof" json:"host,omitempty"` Port *string `protobuf:"bytes,2,opt,name=port,proto3,oneof" json:"port,omitempty"` PrivateKeyPath *string `protobuf:"bytes,3,opt,name=private_key_path,json=privateKeyPath,proto3,oneof" json:"private_key_path,omitempty"` KeysOnly *bool `protobuf:"varint,4,opt,name=keys_only,json=keysOnly,proto3,oneof" json:"keys_only,omitempty"` VerifyHostKey *bool `protobuf:"varint,5,opt,name=verify_host_key,json=verifyHostKey,proto3,oneof" json:"verify_host_key,omitempty"` Username *string `protobuf:"bytes,6,opt,name=username,proto3,oneof" json:"username,omitempty"` RemoteUser *string `protobuf:"bytes,7,opt,name=remote_user,json=remoteUser,proto3,oneof" json:"remote_user,omitempty"` Compression *bool `protobuf:"varint,8,opt,name=compression,proto3,oneof" json:"compression,omitempty"` DsaAuthentication *bool `protobuf:"varint,9,opt,name=dsa_authentication,json=dsaAuthentication,proto3,oneof" json:"dsa_authentication,omitempty"` Config *string `protobuf:"bytes,10,opt,name=config,proto3,oneof" json:"config,omitempty"` ExtraArgs []string `protobuf:"bytes,11,rep,name=extra_args,json=extraArgs,proto3" json:"extra_args,omitempty"` ForwardAgent *bool `protobuf:"varint,12,opt,name=forward_agent,json=forwardAgent,proto3,oneof" json:"forward_agent,omitempty"` ForwardX11 *bool `protobuf:"varint,13,opt,name=forward_x11,json=forwardX11,proto3,oneof" json:"forward_x11,omitempty"` ForwardEnv []string `protobuf:"bytes,14,rep,name=forward_env,json=forwardEnv,proto3" json:"forward_env,omitempty"` ConnectTimeout int64 `protobuf:"varint,15,opt,name=connect_timeout,json=connectTimeout,proto3" json:"connect_timeout,omitempty"` SshCommand *string `protobuf:"bytes,16,opt,name=ssh_command,json=sshCommand,proto3,oneof" json:"ssh_command,omitempty"` ProxyCommand *string `protobuf:"bytes,17,opt,name=proxy_command,json=proxyCommand,proto3,oneof" json:"proxy_command,omitempty"` // contains filtered or unexported fields }
func (*Args_Connection_SSHInfo) Descriptor
deprecated
func (*Args_Connection_SSHInfo) Descriptor() ([]byte, []int)
Deprecated: Use Args_Connection_SSHInfo.ProtoReflect.Descriptor instead.
func (*Args_Connection_SSHInfo) GetCompression ¶
func (x *Args_Connection_SSHInfo) GetCompression() bool
func (*Args_Connection_SSHInfo) GetConfig ¶
func (x *Args_Connection_SSHInfo) GetConfig() string
func (*Args_Connection_SSHInfo) GetConnectTimeout ¶
func (x *Args_Connection_SSHInfo) GetConnectTimeout() int64
func (*Args_Connection_SSHInfo) GetDsaAuthentication ¶
func (x *Args_Connection_SSHInfo) GetDsaAuthentication() bool
func (*Args_Connection_SSHInfo) GetExtraArgs ¶
func (x *Args_Connection_SSHInfo) GetExtraArgs() []string
func (*Args_Connection_SSHInfo) GetForwardAgent ¶
func (x *Args_Connection_SSHInfo) GetForwardAgent() bool
func (*Args_Connection_SSHInfo) GetForwardEnv ¶
func (x *Args_Connection_SSHInfo) GetForwardEnv() []string
func (*Args_Connection_SSHInfo) GetForwardX11 ¶
func (x *Args_Connection_SSHInfo) GetForwardX11() bool
func (*Args_Connection_SSHInfo) GetHost ¶
func (x *Args_Connection_SSHInfo) GetHost() string
func (*Args_Connection_SSHInfo) GetKeysOnly ¶
func (x *Args_Connection_SSHInfo) GetKeysOnly() bool
func (*Args_Connection_SSHInfo) GetPort ¶
func (x *Args_Connection_SSHInfo) GetPort() string
func (*Args_Connection_SSHInfo) GetPrivateKeyPath ¶
func (x *Args_Connection_SSHInfo) GetPrivateKeyPath() string
func (*Args_Connection_SSHInfo) GetProxyCommand ¶
func (x *Args_Connection_SSHInfo) GetProxyCommand() string
func (*Args_Connection_SSHInfo) GetRemoteUser ¶
func (x *Args_Connection_SSHInfo) GetRemoteUser() string
func (*Args_Connection_SSHInfo) GetSshCommand ¶
func (x *Args_Connection_SSHInfo) GetSshCommand() string
func (*Args_Connection_SSHInfo) GetUsername ¶
func (x *Args_Connection_SSHInfo) GetUsername() string
func (*Args_Connection_SSHInfo) GetVerifyHostKey ¶
func (x *Args_Connection_SSHInfo) GetVerifyHostKey() bool
func (*Args_Connection_SSHInfo) ProtoMessage ¶
func (*Args_Connection_SSHInfo) ProtoMessage()
func (*Args_Connection_SSHInfo) ProtoReflect ¶
func (x *Args_Connection_SSHInfo) ProtoReflect() protoreflect.Message
func (*Args_Connection_SSHInfo) Reset ¶
func (x *Args_Connection_SSHInfo) Reset()
func (*Args_Connection_SSHInfo) String ¶
func (x *Args_Connection_SSHInfo) String() string
type Args_Connection_WinrmInfo ¶
type Args_Connection_WinrmInfo 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"` Host string `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty"` Port int64 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"` GuestPort int64 `protobuf:"varint,5,opt,name=guest_port,json=guestPort,proto3" json:"guest_port,omitempty"` MaxTries int64 `protobuf:"varint,6,opt,name=max_tries,json=maxTries,proto3" json:"max_tries,omitempty"` RetryDelay int64 `protobuf:"varint,7,opt,name=retry_delay,json=retryDelay,proto3" json:"retry_delay,omitempty"` Timeout int64 `protobuf:"varint,8,opt,name=timeout,proto3" json:"timeout,omitempty"` Transport Args_Connection_WinrmInfo_Transport `` /* 135-byte string literal not displayed */ SslPeerVerification bool `protobuf:"varint,10,opt,name=ssl_peer_verification,json=sslPeerVerification,proto3" json:"ssl_peer_verification,omitempty"` ExecutionTimeLimit string `protobuf:"bytes,11,opt,name=execution_time_limit,json=executionTimeLimit,proto3" json:"execution_time_limit,omitempty"` BasicAuthOnly bool `protobuf:"varint,12,opt,name=basic_auth_only,json=basicAuthOnly,proto3" json:"basic_auth_only,omitempty"` Codepage string `protobuf:"bytes,13,opt,name=codepage,proto3" json:"codepage,omitempty"` // contains filtered or unexported fields }
func (*Args_Connection_WinrmInfo) Descriptor
deprecated
func (*Args_Connection_WinrmInfo) Descriptor() ([]byte, []int)
Deprecated: Use Args_Connection_WinrmInfo.ProtoReflect.Descriptor instead.
func (*Args_Connection_WinrmInfo) GetBasicAuthOnly ¶
func (x *Args_Connection_WinrmInfo) GetBasicAuthOnly() bool
func (*Args_Connection_WinrmInfo) GetCodepage ¶
func (x *Args_Connection_WinrmInfo) GetCodepage() string
func (*Args_Connection_WinrmInfo) GetExecutionTimeLimit ¶
func (x *Args_Connection_WinrmInfo) GetExecutionTimeLimit() string
func (*Args_Connection_WinrmInfo) GetGuestPort ¶
func (x *Args_Connection_WinrmInfo) GetGuestPort() int64
func (*Args_Connection_WinrmInfo) GetHost ¶
func (x *Args_Connection_WinrmInfo) GetHost() string
func (*Args_Connection_WinrmInfo) GetMaxTries ¶
func (x *Args_Connection_WinrmInfo) GetMaxTries() int64
func (*Args_Connection_WinrmInfo) GetPassword ¶
func (x *Args_Connection_WinrmInfo) GetPassword() string
func (*Args_Connection_WinrmInfo) GetPort ¶
func (x *Args_Connection_WinrmInfo) GetPort() int64
func (*Args_Connection_WinrmInfo) GetRetryDelay ¶
func (x *Args_Connection_WinrmInfo) GetRetryDelay() int64
func (*Args_Connection_WinrmInfo) GetSslPeerVerification ¶
func (x *Args_Connection_WinrmInfo) GetSslPeerVerification() bool
func (*Args_Connection_WinrmInfo) GetTimeout ¶
func (x *Args_Connection_WinrmInfo) GetTimeout() int64
func (*Args_Connection_WinrmInfo) GetTransport ¶
func (x *Args_Connection_WinrmInfo) GetTransport() Args_Connection_WinrmInfo_Transport
func (*Args_Connection_WinrmInfo) GetUsername ¶
func (x *Args_Connection_WinrmInfo) GetUsername() string
func (*Args_Connection_WinrmInfo) ProtoMessage ¶
func (*Args_Connection_WinrmInfo) ProtoMessage()
func (*Args_Connection_WinrmInfo) ProtoReflect ¶
func (x *Args_Connection_WinrmInfo) ProtoReflect() protoreflect.Message
func (*Args_Connection_WinrmInfo) Reset ¶
func (x *Args_Connection_WinrmInfo) Reset()
func (*Args_Connection_WinrmInfo) String ¶
func (x *Args_Connection_WinrmInfo) String() string
type Args_Connection_WinrmInfo_Transport ¶
type Args_Connection_WinrmInfo_Transport int32
const ( Args_Connection_WinrmInfo_NEGOTIATE Args_Connection_WinrmInfo_Transport = 0 // default Args_Connection_WinrmInfo_SSL Args_Connection_WinrmInfo_Transport = 1 Args_Connection_WinrmInfo_PLAINTEXT Args_Connection_WinrmInfo_Transport = 2 )
func (Args_Connection_WinrmInfo_Transport) Descriptor ¶
func (Args_Connection_WinrmInfo_Transport) Descriptor() protoreflect.EnumDescriptor
func (Args_Connection_WinrmInfo_Transport) Enum ¶
func (x Args_Connection_WinrmInfo_Transport) Enum() *Args_Connection_WinrmInfo_Transport
func (Args_Connection_WinrmInfo_Transport) EnumDescriptor
deprecated
func (Args_Connection_WinrmInfo_Transport) EnumDescriptor() ([]byte, []int)
Deprecated: Use Args_Connection_WinrmInfo_Transport.Descriptor instead.
func (Args_Connection_WinrmInfo_Transport) Number ¶
func (x Args_Connection_WinrmInfo_Transport) Number() protoreflect.EnumNumber
func (Args_Connection_WinrmInfo_Transport) String ¶
func (x Args_Connection_WinrmInfo_Transport) String() string
func (Args_Connection_WinrmInfo_Transport) Type ¶
func (Args_Connection_WinrmInfo_Transport) Type() protoreflect.EnumType
type Args_CorePluginManager ¶
type Args_CorePluginManager struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_CorePluginManager) Descriptor
deprecated
func (*Args_CorePluginManager) Descriptor() ([]byte, []int)
Deprecated: Use Args_CorePluginManager.ProtoReflect.Descriptor instead.
func (*Args_CorePluginManager) GetAddr ¶
func (x *Args_CorePluginManager) GetAddr() string
func (*Args_CorePluginManager) GetNetwork ¶
func (x *Args_CorePluginManager) GetNetwork() string
func (*Args_CorePluginManager) GetStreamId ¶
func (x *Args_CorePluginManager) GetStreamId() uint32
func (*Args_CorePluginManager) ProtoMessage ¶
func (*Args_CorePluginManager) ProtoMessage()
func (*Args_CorePluginManager) ProtoReflect ¶
func (x *Args_CorePluginManager) ProtoReflect() protoreflect.Message
func (*Args_CorePluginManager) Reset ¶
func (x *Args_CorePluginManager) Reset()
func (*Args_CorePluginManager) String ¶
func (x *Args_CorePluginManager) String() string
type Args_DataDir ¶
type Args_DataDir struct {
// contains filtered or unexported fields
}
func (*Args_DataDir) Descriptor
deprecated
func (*Args_DataDir) Descriptor() ([]byte, []int)
Deprecated: Use Args_DataDir.ProtoReflect.Descriptor instead.
func (*Args_DataDir) ProtoMessage ¶
func (*Args_DataDir) ProtoMessage()
func (*Args_DataDir) ProtoReflect ¶
func (x *Args_DataDir) ProtoReflect() protoreflect.Message
func (*Args_DataDir) Reset ¶
func (x *Args_DataDir) Reset()
func (*Args_DataDir) String ¶
func (x *Args_DataDir) String() string
type Args_DataDir_Basis ¶
type Args_DataDir_Basis struct { ConfigDir string `protobuf:"bytes,1,opt,name=config_dir,json=configDir,proto3" json:"config_dir,omitempty"` CacheDir string `protobuf:"bytes,2,opt,name=cache_dir,json=cacheDir,proto3" json:"cache_dir,omitempty"` DataDir string `protobuf:"bytes,3,opt,name=data_dir,json=dataDir,proto3" json:"data_dir,omitempty"` TempDir string `protobuf:"bytes,4,opt,name=temp_dir,json=tempDir,proto3" json:"temp_dir,omitempty"` // contains filtered or unexported fields }
func (*Args_DataDir_Basis) Descriptor
deprecated
func (*Args_DataDir_Basis) Descriptor() ([]byte, []int)
Deprecated: Use Args_DataDir_Basis.ProtoReflect.Descriptor instead.
func (*Args_DataDir_Basis) GetCacheDir ¶
func (x *Args_DataDir_Basis) GetCacheDir() string
func (*Args_DataDir_Basis) GetConfigDir ¶
func (x *Args_DataDir_Basis) GetConfigDir() string
func (*Args_DataDir_Basis) GetDataDir ¶
func (x *Args_DataDir_Basis) GetDataDir() string
func (*Args_DataDir_Basis) GetTempDir ¶
func (x *Args_DataDir_Basis) GetTempDir() string
func (*Args_DataDir_Basis) ProtoMessage ¶
func (*Args_DataDir_Basis) ProtoMessage()
func (*Args_DataDir_Basis) ProtoReflect ¶
func (x *Args_DataDir_Basis) ProtoReflect() protoreflect.Message
func (*Args_DataDir_Basis) Reset ¶
func (x *Args_DataDir_Basis) Reset()
func (*Args_DataDir_Basis) String ¶
func (x *Args_DataDir_Basis) String() string
type Args_DataDir_Component ¶
type Args_DataDir_Component struct { ConfigDir string `protobuf:"bytes,1,opt,name=config_dir,json=configDir,proto3" json:"config_dir,omitempty"` CacheDir string `protobuf:"bytes,2,opt,name=cache_dir,json=cacheDir,proto3" json:"cache_dir,omitempty"` DataDir string `protobuf:"bytes,3,opt,name=data_dir,json=dataDir,proto3" json:"data_dir,omitempty"` TempDir string `protobuf:"bytes,4,opt,name=temp_dir,json=tempDir,proto3" json:"temp_dir,omitempty"` // contains filtered or unexported fields }
func (*Args_DataDir_Component) Descriptor
deprecated
func (*Args_DataDir_Component) Descriptor() ([]byte, []int)
Deprecated: Use Args_DataDir_Component.ProtoReflect.Descriptor instead.
func (*Args_DataDir_Component) GetCacheDir ¶
func (x *Args_DataDir_Component) GetCacheDir() string
func (*Args_DataDir_Component) GetConfigDir ¶
func (x *Args_DataDir_Component) GetConfigDir() string
func (*Args_DataDir_Component) GetDataDir ¶
func (x *Args_DataDir_Component) GetDataDir() string
func (*Args_DataDir_Component) GetTempDir ¶
func (x *Args_DataDir_Component) GetTempDir() string
func (*Args_DataDir_Component) ProtoMessage ¶
func (*Args_DataDir_Component) ProtoMessage()
func (*Args_DataDir_Component) ProtoReflect ¶
func (x *Args_DataDir_Component) ProtoReflect() protoreflect.Message
func (*Args_DataDir_Component) Reset ¶
func (x *Args_DataDir_Component) Reset()
func (*Args_DataDir_Component) String ¶
func (x *Args_DataDir_Component) String() string
type Args_DataDir_Project ¶
type Args_DataDir_Project struct { ConfigDir string `protobuf:"bytes,1,opt,name=config_dir,json=configDir,proto3" json:"config_dir,omitempty"` CacheDir string `protobuf:"bytes,2,opt,name=cache_dir,json=cacheDir,proto3" json:"cache_dir,omitempty"` DataDir string `protobuf:"bytes,3,opt,name=data_dir,json=dataDir,proto3" json:"data_dir,omitempty"` TempDir string `protobuf:"bytes,4,opt,name=temp_dir,json=tempDir,proto3" json:"temp_dir,omitempty"` // contains filtered or unexported fields }
func (*Args_DataDir_Project) Descriptor
deprecated
func (*Args_DataDir_Project) Descriptor() ([]byte, []int)
Deprecated: Use Args_DataDir_Project.ProtoReflect.Descriptor instead.
func (*Args_DataDir_Project) GetCacheDir ¶
func (x *Args_DataDir_Project) GetCacheDir() string
func (*Args_DataDir_Project) GetConfigDir ¶
func (x *Args_DataDir_Project) GetConfigDir() string
func (*Args_DataDir_Project) GetDataDir ¶
func (x *Args_DataDir_Project) GetDataDir() string
func (*Args_DataDir_Project) GetTempDir ¶
func (x *Args_DataDir_Project) GetTempDir() string
func (*Args_DataDir_Project) ProtoMessage ¶
func (*Args_DataDir_Project) ProtoMessage()
func (*Args_DataDir_Project) ProtoReflect ¶
func (x *Args_DataDir_Project) ProtoReflect() protoreflect.Message
func (*Args_DataDir_Project) Reset ¶
func (x *Args_DataDir_Project) Reset()
func (*Args_DataDir_Project) String ¶
func (x *Args_DataDir_Project) String() string
type Args_DataDir_Target ¶
type Args_DataDir_Target struct { ConfigDir string `protobuf:"bytes,1,opt,name=config_dir,json=configDir,proto3" json:"config_dir,omitempty"` CacheDir string `protobuf:"bytes,2,opt,name=cache_dir,json=cacheDir,proto3" json:"cache_dir,omitempty"` DataDir string `protobuf:"bytes,3,opt,name=data_dir,json=dataDir,proto3" json:"data_dir,omitempty"` TempDir string `protobuf:"bytes,4,opt,name=temp_dir,json=tempDir,proto3" json:"temp_dir,omitempty"` // contains filtered or unexported fields }
func (*Args_DataDir_Target) Descriptor
deprecated
func (*Args_DataDir_Target) Descriptor() ([]byte, []int)
Deprecated: Use Args_DataDir_Target.ProtoReflect.Descriptor instead.
func (*Args_DataDir_Target) GetCacheDir ¶
func (x *Args_DataDir_Target) GetCacheDir() string
func (*Args_DataDir_Target) GetConfigDir ¶
func (x *Args_DataDir_Target) GetConfigDir() string
func (*Args_DataDir_Target) GetDataDir ¶
func (x *Args_DataDir_Target) GetDataDir() string
func (*Args_DataDir_Target) GetTempDir ¶
func (x *Args_DataDir_Target) GetTempDir() string
func (*Args_DataDir_Target) ProtoMessage ¶
func (*Args_DataDir_Target) ProtoMessage()
func (*Args_DataDir_Target) ProtoReflect ¶
func (x *Args_DataDir_Target) ProtoReflect() protoreflect.Message
func (*Args_DataDir_Target) Reset ¶
func (x *Args_DataDir_Target) Reset()
func (*Args_DataDir_Target) String ¶
func (x *Args_DataDir_Target) String() string
type Args_Direct ¶
type Args_Direct struct { Arguments []*anypb.Any `protobuf:"bytes,1,rep,name=arguments,proto3" json:"arguments,omitempty"` // contains filtered or unexported fields }
func (*Args_Direct) Descriptor
deprecated
func (*Args_Direct) Descriptor() ([]byte, []int)
Deprecated: Use Args_Direct.ProtoReflect.Descriptor instead.
func (*Args_Direct) GetArguments ¶
func (x *Args_Direct) GetArguments() []*anypb.Any
func (*Args_Direct) ProtoMessage ¶
func (*Args_Direct) ProtoMessage()
func (*Args_Direct) ProtoReflect ¶
func (x *Args_Direct) ProtoReflect() protoreflect.Message
func (*Args_Direct) Reset ¶
func (x *Args_Direct) Reset()
func (*Args_Direct) String ¶
func (x *Args_Direct) String() string
type Args_Folders ¶
type Args_Folders struct { Folders *Args_Hash `protobuf:"bytes,1,opt,name=folders,proto3" json:"folders,omitempty"` // contains filtered or unexported fields }
func (*Args_Folders) Descriptor
deprecated
func (*Args_Folders) Descriptor() ([]byte, []int)
Deprecated: Use Args_Folders.ProtoReflect.Descriptor instead.
func (*Args_Folders) GetFolders ¶
func (x *Args_Folders) GetFolders() *Args_Hash
func (*Args_Folders) ProtoMessage ¶
func (*Args_Folders) ProtoMessage()
func (*Args_Folders) ProtoReflect ¶
func (x *Args_Folders) ProtoReflect() protoreflect.Message
func (*Args_Folders) Reset ¶
func (x *Args_Folders) Reset()
func (*Args_Folders) String ¶
func (x *Args_Folders) String() string
type Args_Guest ¶
type Args_Guest struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Guest) Descriptor
deprecated
func (*Args_Guest) Descriptor() ([]byte, []int)
Deprecated: Use Args_Guest.ProtoReflect.Descriptor instead.
func (*Args_Guest) GetAddr ¶
func (x *Args_Guest) GetAddr() string
func (*Args_Guest) GetNetwork ¶
func (x *Args_Guest) GetNetwork() string
func (*Args_Guest) GetStreamId ¶
func (x *Args_Guest) GetStreamId() uint32
func (*Args_Guest) ProtoMessage ¶
func (*Args_Guest) ProtoMessage()
func (*Args_Guest) ProtoReflect ¶
func (x *Args_Guest) ProtoReflect() protoreflect.Message
func (*Args_Guest) Reset ¶
func (x *Args_Guest) Reset()
func (*Args_Guest) String ¶
func (x *Args_Guest) String() string
type Args_Hash ¶
type Args_Hash struct { Entries []*Args_HashEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // contains filtered or unexported fields }
func (*Args_Hash) Descriptor
deprecated
func (*Args_Hash) GetEntries ¶
func (x *Args_Hash) GetEntries() []*Args_HashEntry
func (*Args_Hash) ProtoMessage ¶
func (*Args_Hash) ProtoMessage()
func (*Args_Hash) ProtoReflect ¶
func (x *Args_Hash) ProtoReflect() protoreflect.Message
type Args_HashEntry ¶
type Args_HashEntry struct { Key *anypb.Any `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value *anypb.Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Args_HashEntry) Descriptor
deprecated
func (*Args_HashEntry) Descriptor() ([]byte, []int)
Deprecated: Use Args_HashEntry.ProtoReflect.Descriptor instead.
func (*Args_HashEntry) GetKey ¶
func (x *Args_HashEntry) GetKey() *anypb.Any
func (*Args_HashEntry) GetValue ¶
func (x *Args_HashEntry) GetValue() *anypb.Any
func (*Args_HashEntry) ProtoMessage ¶
func (*Args_HashEntry) ProtoMessage()
func (*Args_HashEntry) ProtoReflect ¶
func (x *Args_HashEntry) ProtoReflect() protoreflect.Message
func (*Args_HashEntry) Reset ¶
func (x *Args_HashEntry) Reset()
func (*Args_HashEntry) String ¶
func (x *Args_HashEntry) String() string
type Args_Host ¶
type Args_Host struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Host) Descriptor
deprecated
func (*Args_Host) GetNetwork ¶
func (*Args_Host) GetStreamId ¶
func (*Args_Host) ProtoMessage ¶
func (*Args_Host) ProtoMessage()
func (*Args_Host) ProtoReflect ¶
func (x *Args_Host) ProtoReflect() protoreflect.Message
type Args_JobInfo ¶
type Args_JobInfo struct { Local bool `protobuf:"varint,1,opt,name=local,proto3" json:"local,omitempty"` ResourceId string `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` ResourceType Args_JobInfo_ResourceType `` /* 151-byte string literal not displayed */ Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*Args_JobInfo) Descriptor
deprecated
func (*Args_JobInfo) Descriptor() ([]byte, []int)
Deprecated: Use Args_JobInfo.ProtoReflect.Descriptor instead.
func (*Args_JobInfo) GetId ¶
func (x *Args_JobInfo) GetId() string
func (*Args_JobInfo) GetLocal ¶
func (x *Args_JobInfo) GetLocal() bool
func (*Args_JobInfo) GetResourceId ¶
func (x *Args_JobInfo) GetResourceId() string
func (*Args_JobInfo) GetResourceType ¶
func (x *Args_JobInfo) GetResourceType() Args_JobInfo_ResourceType
func (*Args_JobInfo) ProtoMessage ¶
func (*Args_JobInfo) ProtoMessage()
func (*Args_JobInfo) ProtoReflect ¶
func (x *Args_JobInfo) ProtoReflect() protoreflect.Message
func (*Args_JobInfo) Reset ¶
func (x *Args_JobInfo) Reset()
func (*Args_JobInfo) String ¶
func (x *Args_JobInfo) String() string
type Args_JobInfo_ResourceType ¶
type Args_JobInfo_ResourceType int32
const ( Args_JobInfo_BASIS Args_JobInfo_ResourceType = 0 Args_JobInfo_PROJECT Args_JobInfo_ResourceType = 1 Args_JobInfo_TARGET Args_JobInfo_ResourceType = 2 )
func (Args_JobInfo_ResourceType) Descriptor ¶
func (Args_JobInfo_ResourceType) Descriptor() protoreflect.EnumDescriptor
func (Args_JobInfo_ResourceType) Enum ¶
func (x Args_JobInfo_ResourceType) Enum() *Args_JobInfo_ResourceType
func (Args_JobInfo_ResourceType) EnumDescriptor
deprecated
func (Args_JobInfo_ResourceType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Args_JobInfo_ResourceType.Descriptor instead.
func (Args_JobInfo_ResourceType) Number ¶
func (x Args_JobInfo_ResourceType) Number() protoreflect.EnumNumber
func (Args_JobInfo_ResourceType) String ¶
func (x Args_JobInfo_ResourceType) String() string
func (Args_JobInfo_ResourceType) Type ¶
func (Args_JobInfo_ResourceType) Type() protoreflect.EnumType
type Args_Logger ¶
type Args_Logger struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Args_Logger) Descriptor
deprecated
func (*Args_Logger) Descriptor() ([]byte, []int)
Deprecated: Use Args_Logger.ProtoReflect.Descriptor instead.
func (*Args_Logger) GetName ¶
func (x *Args_Logger) GetName() string
func (*Args_Logger) ProtoMessage ¶
func (*Args_Logger) ProtoMessage()
func (*Args_Logger) ProtoReflect ¶
func (x *Args_Logger) ProtoReflect() protoreflect.Message
func (*Args_Logger) Reset ¶
func (x *Args_Logger) Reset()
func (*Args_Logger) String ¶
func (x *Args_Logger) String() string
type Args_MetadataSet ¶
type Args_MetadataSet struct { Metadata map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Args_MetadataSet) Descriptor
deprecated
func (*Args_MetadataSet) Descriptor() ([]byte, []int)
Deprecated: Use Args_MetadataSet.ProtoReflect.Descriptor instead.
func (*Args_MetadataSet) GetMetadata ¶
func (x *Args_MetadataSet) GetMetadata() map[string]string
func (*Args_MetadataSet) ProtoMessage ¶
func (*Args_MetadataSet) ProtoMessage()
func (*Args_MetadataSet) ProtoReflect ¶
func (x *Args_MetadataSet) ProtoReflect() protoreflect.Message
func (*Args_MetadataSet) Reset ¶
func (x *Args_MetadataSet) Reset()
func (*Args_MetadataSet) String ¶
func (x *Args_MetadataSet) String() string
type Args_NamedCapability ¶
type Args_NamedCapability struct { Capability string `protobuf:"bytes,1,opt,name=capability,proto3" json:"capability,omitempty"` // contains filtered or unexported fields }
func (*Args_NamedCapability) Descriptor
deprecated
func (*Args_NamedCapability) Descriptor() ([]byte, []int)
Deprecated: Use Args_NamedCapability.ProtoReflect.Descriptor instead.
func (*Args_NamedCapability) GetCapability ¶
func (x *Args_NamedCapability) GetCapability() string
func (*Args_NamedCapability) ProtoMessage ¶
func (*Args_NamedCapability) ProtoMessage()
func (*Args_NamedCapability) ProtoReflect ¶
func (x *Args_NamedCapability) ProtoReflect() protoreflect.Message
func (*Args_NamedCapability) Reset ¶
func (x *Args_NamedCapability) Reset()
func (*Args_NamedCapability) String ¶
func (x *Args_NamedCapability) String() string
type Args_Null ¶
type Args_Null struct {
// contains filtered or unexported fields
}
func (*Args_Null) Descriptor
deprecated
func (*Args_Null) ProtoMessage ¶
func (*Args_Null) ProtoMessage()
func (*Args_Null) ProtoReflect ¶
func (x *Args_Null) ProtoReflect() protoreflect.Message
type Args_Options ¶
type Args_Options struct { Options *Args_Hash `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
func (*Args_Options) Descriptor
deprecated
func (*Args_Options) Descriptor() ([]byte, []int)
Deprecated: Use Args_Options.ProtoReflect.Descriptor instead.
func (*Args_Options) GetOptions ¶
func (x *Args_Options) GetOptions() *Args_Hash
func (*Args_Options) ProtoMessage ¶
func (*Args_Options) ProtoMessage()
func (*Args_Options) ProtoReflect ¶
func (x *Args_Options) ProtoReflect() protoreflect.Message
func (*Args_Options) Reset ¶
func (x *Args_Options) Reset()
func (*Args_Options) String ¶
func (x *Args_Options) String() string
type Args_Path ¶
type Args_Path struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*Args_Path) Descriptor
deprecated
func (*Args_Path) ProtoMessage ¶
func (*Args_Path) ProtoMessage()
func (*Args_Path) ProtoReflect ¶
func (x *Args_Path) ProtoReflect() protoreflect.Message
type Args_PluginManager ¶
type Args_PluginManager struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_PluginManager) Descriptor
deprecated
func (*Args_PluginManager) Descriptor() ([]byte, []int)
Deprecated: Use Args_PluginManager.ProtoReflect.Descriptor instead.
func (*Args_PluginManager) GetAddr ¶
func (x *Args_PluginManager) GetAddr() string
func (*Args_PluginManager) GetNetwork ¶
func (x *Args_PluginManager) GetNetwork() string
func (*Args_PluginManager) GetStreamId ¶
func (x *Args_PluginManager) GetStreamId() uint32
func (*Args_PluginManager) ProtoMessage ¶
func (*Args_PluginManager) ProtoMessage()
func (*Args_PluginManager) ProtoReflect ¶
func (x *Args_PluginManager) ProtoReflect() protoreflect.Message
func (*Args_PluginManager) Reset ¶
func (x *Args_PluginManager) Reset()
func (*Args_PluginManager) String ¶
func (x *Args_PluginManager) String() string
type Args_ProcRef ¶
type Args_ProcRef struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*Args_ProcRef) Descriptor
deprecated
func (*Args_ProcRef) Descriptor() ([]byte, []int)
Deprecated: Use Args_ProcRef.ProtoReflect.Descriptor instead.
func (*Args_ProcRef) GetId ¶
func (x *Args_ProcRef) GetId() string
func (*Args_ProcRef) ProtoMessage ¶
func (*Args_ProcRef) ProtoMessage()
func (*Args_ProcRef) ProtoReflect ¶
func (x *Args_ProcRef) ProtoReflect() protoreflect.Message
func (*Args_ProcRef) Reset ¶
func (x *Args_ProcRef) Reset()
func (*Args_ProcRef) String ¶
func (x *Args_ProcRef) String() string
type Args_Project ¶
type Args_Project struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Project) Descriptor
deprecated
func (*Args_Project) Descriptor() ([]byte, []int)
Deprecated: Use Args_Project.ProtoReflect.Descriptor instead.
func (*Args_Project) GetAddr ¶
func (x *Args_Project) GetAddr() string
func (*Args_Project) GetNetwork ¶
func (x *Args_Project) GetNetwork() string
func (*Args_Project) GetStreamId ¶
func (x *Args_Project) GetStreamId() uint32
func (*Args_Project) ProtoMessage ¶
func (*Args_Project) ProtoMessage()
func (*Args_Project) ProtoReflect ¶
func (x *Args_Project) ProtoReflect() protoreflect.Message
func (*Args_Project) Reset ¶
func (x *Args_Project) Reset()
func (*Args_Project) String ¶
func (x *Args_Project) String() string
type Args_Provider ¶
type Args_Provider struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Provider) Descriptor
deprecated
func (*Args_Provider) Descriptor() ([]byte, []int)
Deprecated: Use Args_Provider.ProtoReflect.Descriptor instead.
func (*Args_Provider) GetAddr ¶
func (x *Args_Provider) GetAddr() string
func (*Args_Provider) GetNetwork ¶
func (x *Args_Provider) GetNetwork() string
func (*Args_Provider) GetStreamId ¶
func (x *Args_Provider) GetStreamId() uint32
func (*Args_Provider) ProtoMessage ¶
func (*Args_Provider) ProtoMessage()
func (*Args_Provider) ProtoReflect ¶
func (x *Args_Provider) ProtoReflect() protoreflect.Message
func (*Args_Provider) Reset ¶
func (x *Args_Provider) Reset()
func (*Args_Provider) String ¶
func (x *Args_Provider) String() string
type Args_Provisioner ¶
type Args_Provisioner struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Provisioner) Descriptor
deprecated
func (*Args_Provisioner) Descriptor() ([]byte, []int)
Deprecated: Use Args_Provisioner.ProtoReflect.Descriptor instead.
func (*Args_Provisioner) GetAddr ¶
func (x *Args_Provisioner) GetAddr() string
func (*Args_Provisioner) GetNetwork ¶
func (x *Args_Provisioner) GetNetwork() string
func (*Args_Provisioner) GetStreamId ¶
func (x *Args_Provisioner) GetStreamId() uint32
func (*Args_Provisioner) ProtoMessage ¶
func (*Args_Provisioner) ProtoMessage()
func (*Args_Provisioner) ProtoReflect ¶
func (x *Args_Provisioner) ProtoReflect() protoreflect.Message
func (*Args_Provisioner) Reset ¶
func (x *Args_Provisioner) Reset()
func (*Args_Provisioner) String ¶
func (x *Args_Provisioner) String() string
type Args_Push ¶
type Args_Push struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Push) Descriptor
deprecated
func (*Args_Push) GetNetwork ¶
func (*Args_Push) GetStreamId ¶
func (*Args_Push) ProtoMessage ¶
func (*Args_Push) ProtoMessage()
func (*Args_Push) ProtoReflect ¶
func (x *Args_Push) ProtoReflect() protoreflect.Message
type Args_Range ¶
type Args_Range struct { Start int32 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"` End int32 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"` // contains filtered or unexported fields }
func (*Args_Range) Descriptor
deprecated
func (*Args_Range) Descriptor() ([]byte, []int)
Deprecated: Use Args_Range.ProtoReflect.Descriptor instead.
func (*Args_Range) GetEnd ¶
func (x *Args_Range) GetEnd() int32
func (*Args_Range) GetStart ¶
func (x *Args_Range) GetStart() int32
func (*Args_Range) ProtoMessage ¶
func (*Args_Range) ProtoMessage()
func (*Args_Range) ProtoReflect ¶
func (x *Args_Range) ProtoReflect() protoreflect.Message
func (*Args_Range) Reset ¶
func (x *Args_Range) Reset()
func (*Args_Range) String ¶
func (x *Args_Range) String() string
type Args_RubyLogger ¶
type Args_RubyLogger struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Args_RubyLogger) Descriptor
deprecated
func (*Args_RubyLogger) Descriptor() ([]byte, []int)
Deprecated: Use Args_RubyLogger.ProtoReflect.Descriptor instead.
func (*Args_RubyLogger) GetName ¶
func (x *Args_RubyLogger) GetName() string
func (*Args_RubyLogger) ProtoMessage ¶
func (*Args_RubyLogger) ProtoMessage()
func (*Args_RubyLogger) ProtoReflect ¶
func (x *Args_RubyLogger) ProtoReflect() protoreflect.Message
func (*Args_RubyLogger) Reset ¶
func (x *Args_RubyLogger) Reset()
func (*Args_RubyLogger) String ¶
func (x *Args_RubyLogger) String() string
type Args_Seeds ¶
type Args_Seeds struct { Typed []*anypb.Any `protobuf:"bytes,1,rep,name=typed,proto3" json:"typed,omitempty"` Named map[string]*anypb.Any `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Args_Seeds) Descriptor
deprecated
func (*Args_Seeds) Descriptor() ([]byte, []int)
Deprecated: Use Args_Seeds.ProtoReflect.Descriptor instead.
func (*Args_Seeds) GetTyped ¶
func (x *Args_Seeds) GetTyped() []*anypb.Any
func (*Args_Seeds) ProtoMessage ¶
func (*Args_Seeds) ProtoMessage()
func (*Args_Seeds) ProtoReflect ¶
func (x *Args_Seeds) ProtoReflect() protoreflect.Message
func (*Args_Seeds) Reset ¶
func (x *Args_Seeds) Reset()
func (*Args_Seeds) String ¶
func (x *Args_Seeds) String() string
type Args_Set ¶
type Args_Set struct { List *Args_Array `protobuf:"bytes,1,opt,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*Args_Set) Descriptor
deprecated
func (*Args_Set) GetList ¶
func (x *Args_Set) GetList() *Args_Array
func (*Args_Set) ProtoMessage ¶
func (*Args_Set) ProtoMessage()
func (*Args_Set) ProtoReflect ¶
func (x *Args_Set) ProtoReflect() protoreflect.Message
type Args_StateBag ¶
type Args_StateBag struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_StateBag) Descriptor
deprecated
func (*Args_StateBag) Descriptor() ([]byte, []int)
Deprecated: Use Args_StateBag.ProtoReflect.Descriptor instead.
func (*Args_StateBag) GetAddr ¶
func (x *Args_StateBag) GetAddr() string
func (*Args_StateBag) GetNetwork ¶
func (x *Args_StateBag) GetNetwork() string
func (*Args_StateBag) GetStreamId ¶
func (x *Args_StateBag) GetStreamId() uint32
func (*Args_StateBag) ProtoMessage ¶
func (*Args_StateBag) ProtoMessage()
func (*Args_StateBag) ProtoReflect ¶
func (x *Args_StateBag) ProtoReflect() protoreflect.Message
func (*Args_StateBag) Reset ¶
func (x *Args_StateBag) Reset()
func (*Args_StateBag) String ¶
func (x *Args_StateBag) String() string
type Args_Symbol ¶
type Args_Symbol struct { Str string `protobuf:"bytes,1,opt,name=str,proto3" json:"str,omitempty"` // contains filtered or unexported fields }
func (*Args_Symbol) Descriptor
deprecated
func (*Args_Symbol) Descriptor() ([]byte, []int)
Deprecated: Use Args_Symbol.ProtoReflect.Descriptor instead.
func (*Args_Symbol) GetStr ¶
func (x *Args_Symbol) GetStr() string
func (*Args_Symbol) ProtoMessage ¶
func (*Args_Symbol) ProtoMessage()
func (*Args_Symbol) ProtoReflect ¶
func (x *Args_Symbol) ProtoReflect() protoreflect.Message
func (*Args_Symbol) Reset ¶
func (x *Args_Symbol) Reset()
func (*Args_Symbol) String ¶
func (x *Args_Symbol) String() string
type Args_SyncedFolder ¶
type Args_SyncedFolder struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_SyncedFolder) Descriptor
deprecated
func (*Args_SyncedFolder) Descriptor() ([]byte, []int)
Deprecated: Use Args_SyncedFolder.ProtoReflect.Descriptor instead.
func (*Args_SyncedFolder) GetAddr ¶
func (x *Args_SyncedFolder) GetAddr() string
func (*Args_SyncedFolder) GetNetwork ¶
func (x *Args_SyncedFolder) GetNetwork() string
func (*Args_SyncedFolder) GetStreamId ¶
func (x *Args_SyncedFolder) GetStreamId() uint32
func (*Args_SyncedFolder) ProtoMessage ¶
func (*Args_SyncedFolder) ProtoMessage()
func (*Args_SyncedFolder) ProtoReflect ¶
func (x *Args_SyncedFolder) ProtoReflect() protoreflect.Message
func (*Args_SyncedFolder) Reset ¶
func (x *Args_SyncedFolder) Reset()
func (*Args_SyncedFolder) String ¶
func (x *Args_SyncedFolder) String() string
type Args_Target ¶
type Args_Target struct { // Generic target StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Target) Descriptor
deprecated
func (*Args_Target) Descriptor() ([]byte, []int)
Deprecated: Use Args_Target.ProtoReflect.Descriptor instead.
func (*Args_Target) GetAddr ¶
func (x *Args_Target) GetAddr() string
func (*Args_Target) GetNetwork ¶
func (x *Args_Target) GetNetwork() string
func (*Args_Target) GetStreamId ¶
func (x *Args_Target) GetStreamId() uint32
func (*Args_Target) ProtoMessage ¶
func (*Args_Target) ProtoMessage()
func (*Args_Target) ProtoReflect ¶
func (x *Args_Target) ProtoReflect() protoreflect.Message
func (*Args_Target) Reset ¶
func (x *Args_Target) Reset()
func (*Args_Target) String ¶
func (x *Args_Target) String() string
type Args_TargetIndex ¶
type Args_TargetIndex struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_TargetIndex) Descriptor
deprecated
func (*Args_TargetIndex) Descriptor() ([]byte, []int)
Deprecated: Use Args_TargetIndex.ProtoReflect.Descriptor instead.
func (*Args_TargetIndex) GetAddr ¶
func (x *Args_TargetIndex) GetAddr() string
func (*Args_TargetIndex) GetNetwork ¶
func (x *Args_TargetIndex) GetNetwork() string
func (*Args_TargetIndex) GetStreamId ¶
func (x *Args_TargetIndex) GetStreamId() uint32
func (*Args_TargetIndex) ProtoMessage ¶
func (*Args_TargetIndex) ProtoMessage()
func (*Args_TargetIndex) ProtoReflect ¶
func (x *Args_TargetIndex) ProtoReflect() protoreflect.Message
func (*Args_TargetIndex) Reset ¶
func (x *Args_TargetIndex) Reset()
func (*Args_TargetIndex) String ¶
func (x *Args_TargetIndex) String() string
type Args_Target_Machine ¶
type Args_Target_Machine struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
Specialized targets
func (*Args_Target_Machine) Descriptor
deprecated
func (*Args_Target_Machine) Descriptor() ([]byte, []int)
Deprecated: Use Args_Target_Machine.ProtoReflect.Descriptor instead.
func (*Args_Target_Machine) GetAddr ¶
func (x *Args_Target_Machine) GetAddr() string
func (*Args_Target_Machine) GetNetwork ¶
func (x *Args_Target_Machine) GetNetwork() string
func (*Args_Target_Machine) GetStreamId ¶
func (x *Args_Target_Machine) GetStreamId() uint32
func (*Args_Target_Machine) ProtoMessage ¶
func (*Args_Target_Machine) ProtoMessage()
func (*Args_Target_Machine) ProtoReflect ¶
func (x *Args_Target_Machine) ProtoReflect() protoreflect.Message
func (*Args_Target_Machine) Reset ¶
func (x *Args_Target_Machine) Reset()
func (*Args_Target_Machine) String ¶
func (x *Args_Target_Machine) String() string
type Args_Target_Machine_State ¶
type Args_Target_Machine_State struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ShortDescription string `protobuf:"bytes,2,opt,name=short_description,json=shortDescription,proto3" json:"short_description,omitempty"` LongDescription string `protobuf:"bytes,3,opt,name=long_description,json=longDescription,proto3" json:"long_description,omitempty"` // contains filtered or unexported fields }
func (*Args_Target_Machine_State) Descriptor
deprecated
func (*Args_Target_Machine_State) Descriptor() ([]byte, []int)
Deprecated: Use Args_Target_Machine_State.ProtoReflect.Descriptor instead.
func (*Args_Target_Machine_State) GetId ¶
func (x *Args_Target_Machine_State) GetId() string
func (*Args_Target_Machine_State) GetLongDescription ¶
func (x *Args_Target_Machine_State) GetLongDescription() string
func (*Args_Target_Machine_State) GetShortDescription ¶
func (x *Args_Target_Machine_State) GetShortDescription() string
func (*Args_Target_Machine_State) ProtoMessage ¶
func (*Args_Target_Machine_State) ProtoMessage()
func (*Args_Target_Machine_State) ProtoReflect ¶
func (x *Args_Target_Machine_State) ProtoReflect() protoreflect.Message
func (*Args_Target_Machine_State) Reset ¶
func (x *Args_Target_Machine_State) Reset()
func (*Args_Target_Machine_State) String ¶
func (x *Args_Target_Machine_State) String() string
type Args_Target_State ¶
type Args_Target_State struct { State Args_Target_State_State `protobuf:"varint,1,opt,name=state,proto3,enum=hashicorp.vagrant.sdk.Args_Target_State_State" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Args_Target_State) Descriptor
deprecated
func (*Args_Target_State) Descriptor() ([]byte, []int)
Deprecated: Use Args_Target_State.ProtoReflect.Descriptor instead.
func (*Args_Target_State) GetState ¶
func (x *Args_Target_State) GetState() Args_Target_State_State
func (*Args_Target_State) ProtoMessage ¶
func (*Args_Target_State) ProtoMessage()
func (*Args_Target_State) ProtoReflect ¶
func (x *Args_Target_State) ProtoReflect() protoreflect.Message
func (*Args_Target_State) Reset ¶
func (x *Args_Target_State) Reset()
func (*Args_Target_State) String ¶
func (x *Args_Target_State) String() string
type Args_Target_State_State ¶
type Args_Target_State_State int32
const ( Args_Target_State_UNKNOWN Args_Target_State_State = 0 Args_Target_State_PENDING Args_Target_State_State = 1 Args_Target_State_CREATED Args_Target_State_State = 2 Args_Target_State_DESTROYED Args_Target_State_State = 3 )
func (Args_Target_State_State) Descriptor ¶
func (Args_Target_State_State) Descriptor() protoreflect.EnumDescriptor
func (Args_Target_State_State) Enum ¶
func (x Args_Target_State_State) Enum() *Args_Target_State_State
func (Args_Target_State_State) EnumDescriptor
deprecated
func (Args_Target_State_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Args_Target_State_State.Descriptor instead.
func (Args_Target_State_State) Number ¶
func (x Args_Target_State_State) Number() protoreflect.EnumNumber
func (Args_Target_State_State) String ¶
func (x Args_Target_State_State) String() string
func (Args_Target_State_State) Type ¶
func (Args_Target_State_State) Type() protoreflect.EnumType
type Args_TerminalUI ¶
type Args_TerminalUI struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_TerminalUI) Descriptor
deprecated
func (*Args_TerminalUI) Descriptor() ([]byte, []int)
Deprecated: Use Args_TerminalUI.ProtoReflect.Descriptor instead.
func (*Args_TerminalUI) GetAddr ¶
func (x *Args_TerminalUI) GetAddr() string
func (*Args_TerminalUI) GetNetwork ¶
func (x *Args_TerminalUI) GetNetwork() string
func (*Args_TerminalUI) GetStreamId ¶
func (x *Args_TerminalUI) GetStreamId() uint32
func (*Args_TerminalUI) ProtoMessage ¶
func (*Args_TerminalUI) ProtoMessage()
func (*Args_TerminalUI) ProtoReflect ¶
func (x *Args_TerminalUI) ProtoReflect() protoreflect.Message
func (*Args_TerminalUI) Reset ¶
func (x *Args_TerminalUI) Reset()
func (*Args_TerminalUI) String ¶
func (x *Args_TerminalUI) String() string
type Args_TimeDuration ¶
type Args_TimeDuration struct { Duration int32 `protobuf:"varint,1,opt,name=duration,proto3" json:"duration,omitempty"` // contains filtered or unexported fields }
func (*Args_TimeDuration) Descriptor
deprecated
func (*Args_TimeDuration) Descriptor() ([]byte, []int)
Deprecated: Use Args_TimeDuration.ProtoReflect.Descriptor instead.
func (*Args_TimeDuration) GetDuration ¶
func (x *Args_TimeDuration) GetDuration() int32
func (*Args_TimeDuration) ProtoMessage ¶
func (*Args_TimeDuration) ProtoMessage()
func (*Args_TimeDuration) ProtoReflect ¶
func (x *Args_TimeDuration) ProtoReflect() protoreflect.Message
func (*Args_TimeDuration) Reset ¶
func (x *Args_TimeDuration) Reset()
func (*Args_TimeDuration) String ¶
func (x *Args_TimeDuration) String() string
type Args_URL ¶
type Args_URL struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*Args_URL) Descriptor
deprecated
func (*Args_URL) ProtoMessage ¶
func (*Args_URL) ProtoMessage()
func (*Args_URL) ProtoReflect ¶
func (x *Args_URL) ProtoReflect() protoreflect.Message
type Args_Vagrantfile ¶
type Args_Vagrantfile struct { StreamId uint32 `protobuf:"varint,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"` Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*Args_Vagrantfile) Descriptor
deprecated
func (*Args_Vagrantfile) Descriptor() ([]byte, []int)
Deprecated: Use Args_Vagrantfile.ProtoReflect.Descriptor instead.
func (*Args_Vagrantfile) GetAddr ¶
func (x *Args_Vagrantfile) GetAddr() string
func (*Args_Vagrantfile) GetNetwork ¶
func (x *Args_Vagrantfile) GetNetwork() string
func (*Args_Vagrantfile) GetStreamId ¶
func (x *Args_Vagrantfile) GetStreamId() uint32
func (*Args_Vagrantfile) ProtoMessage ¶
func (*Args_Vagrantfile) ProtoMessage()
func (*Args_Vagrantfile) ProtoReflect ¶
func (x *Args_Vagrantfile) ProtoReflect() protoreflect.Message
func (*Args_Vagrantfile) Reset ¶
func (x *Args_Vagrantfile) Reset()
func (*Args_Vagrantfile) String ¶
func (x *Args_Vagrantfile) String() string
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
Auth is the namespace of messages related to auth.
func (*Auth) Descriptor
deprecated
func (*Auth) ProtoMessage ¶
func (*Auth) ProtoMessage()
func (*Auth) ProtoReflect ¶
func (x *Auth) ProtoReflect() protoreflect.Message
type Auth_AuthResponse ¶
type Auth_AuthResponse struct { Authenticated bool `protobuf:"varint,1,opt,name=authenticated,proto3" json:"authenticated,omitempty"` // contains filtered or unexported fields }
AuthResponse is returned by the Auth functions.
func (*Auth_AuthResponse) Descriptor
deprecated
func (*Auth_AuthResponse) Descriptor() ([]byte, []int)
Deprecated: Use Auth_AuthResponse.ProtoReflect.Descriptor instead.
func (*Auth_AuthResponse) GetAuthenticated ¶
func (x *Auth_AuthResponse) GetAuthenticated() bool
func (*Auth_AuthResponse) ProtoMessage ¶
func (*Auth_AuthResponse) ProtoMessage()
func (*Auth_AuthResponse) ProtoReflect ¶
func (x *Auth_AuthResponse) ProtoReflect() protoreflect.Message
func (*Auth_AuthResponse) Reset ¶
func (x *Auth_AuthResponse) Reset()
func (*Auth_AuthResponse) String ¶
func (x *Auth_AuthResponse) String() string
type Basis ¶
type Basis struct {
// contains filtered or unexported fields
}
func (*Basis) Descriptor
deprecated
func (*Basis) ProtoMessage ¶
func (*Basis) ProtoMessage()
func (*Basis) ProtoReflect ¶
func (x *Basis) ProtoReflect() protoreflect.Message
type BasisServiceClient ¶
type BasisServiceClient interface { Boxes(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_BoxCollection, error) CWD(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Path, error) DataDir(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_DataDir_Basis, error) DefaultPrivateKey(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Path, error) DefaultProvider(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Basis_DefaultProviderResponse, error) Host(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Host, error) ResourceId(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Basis_ResourceIdResponse, error) TargetIndex(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_TargetIndex, error) Vagrantfile(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Vagrantfile, error) UI(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_TerminalUI, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) }
BasisServiceClient is the client API for BasisService 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 NewBasisServiceClient ¶
func NewBasisServiceClient(cc grpc.ClientConnInterface) BasisServiceClient
type BasisServiceServer ¶
type BasisServiceServer interface { Boxes(context.Context, *emptypb.Empty) (*Args_BoxCollection, error) CWD(context.Context, *emptypb.Empty) (*Args_Path, error) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Basis, error) DefaultPrivateKey(context.Context, *emptypb.Empty) (*Args_Path, error) DefaultProvider(context.Context, *emptypb.Empty) (*Basis_DefaultProviderResponse, error) Host(context.Context, *emptypb.Empty) (*Args_Host, error) ResourceId(context.Context, *emptypb.Empty) (*Basis_ResourceIdResponse, error) TargetIndex(context.Context, *emptypb.Empty) (*Args_TargetIndex, error) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) }
BasisServiceServer is the server API for BasisService service. All implementations should embed UnimplementedBasisServiceServer for forward compatibility
type Basis_DefaultProviderResponse ¶
type Basis_DefaultProviderResponse struct { ProviderName string `protobuf:"bytes,1,opt,name=provider_name,json=providerName,proto3" json:"provider_name,omitempty"` // contains filtered or unexported fields }
func (*Basis_DefaultProviderResponse) Descriptor
deprecated
func (*Basis_DefaultProviderResponse) Descriptor() ([]byte, []int)
Deprecated: Use Basis_DefaultProviderResponse.ProtoReflect.Descriptor instead.
func (*Basis_DefaultProviderResponse) GetProviderName ¶
func (x *Basis_DefaultProviderResponse) GetProviderName() string
func (*Basis_DefaultProviderResponse) ProtoMessage ¶
func (*Basis_DefaultProviderResponse) ProtoMessage()
func (*Basis_DefaultProviderResponse) ProtoReflect ¶
func (x *Basis_DefaultProviderResponse) ProtoReflect() protoreflect.Message
func (*Basis_DefaultProviderResponse) Reset ¶
func (x *Basis_DefaultProviderResponse) Reset()
func (*Basis_DefaultProviderResponse) String ¶
func (x *Basis_DefaultProviderResponse) String() string
type Basis_ResourceIdResponse ¶
type Basis_ResourceIdResponse struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // contains filtered or unexported fields }
func (*Basis_ResourceIdResponse) Descriptor
deprecated
func (*Basis_ResourceIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use Basis_ResourceIdResponse.ProtoReflect.Descriptor instead.
func (*Basis_ResourceIdResponse) GetResourceId ¶
func (x *Basis_ResourceIdResponse) GetResourceId() string
func (*Basis_ResourceIdResponse) ProtoMessage ¶
func (*Basis_ResourceIdResponse) ProtoMessage()
func (*Basis_ResourceIdResponse) ProtoReflect ¶
func (x *Basis_ResourceIdResponse) ProtoReflect() protoreflect.Message
func (*Basis_ResourceIdResponse) Reset ¶
func (x *Basis_ResourceIdResponse) Reset()
func (*Basis_ResourceIdResponse) String ¶
func (x *Basis_ResourceIdResponse) String() string
type Box ¶
type Box struct {
// contains filtered or unexported fields
}
****************************************************** Box message used with Box service *****************************************************
func (*Box) Descriptor
deprecated
func (*Box) ProtoMessage ¶
func (*Box) ProtoMessage()
func (*Box) ProtoReflect ¶
func (x *Box) ProtoReflect() protoreflect.Message
type BoxCollection ¶
type BoxCollection struct {
// contains filtered or unexported fields
}
****************************************************** BoxCollection messages used with BoxCollection service *****************************************************
func (*BoxCollection) Descriptor
deprecated
func (*BoxCollection) Descriptor() ([]byte, []int)
Deprecated: Use BoxCollection.ProtoReflect.Descriptor instead.
func (*BoxCollection) ProtoMessage ¶
func (*BoxCollection) ProtoMessage()
func (*BoxCollection) ProtoReflect ¶
func (x *BoxCollection) ProtoReflect() protoreflect.Message
func (*BoxCollection) Reset ¶
func (x *BoxCollection) Reset()
func (*BoxCollection) String ¶
func (x *BoxCollection) String() string
type BoxCollectionServiceClient ¶
type BoxCollectionServiceClient interface { Add(ctx context.Context, in *BoxCollection_AddRequest, opts ...grpc.CallOption) (*Args_Box, error) All(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*BoxCollection_AllResponse, error) Clean(ctx context.Context, in *BoxCollection_CleanRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Find(ctx context.Context, in *BoxCollection_FindRequest, opts ...grpc.CallOption) (*Args_Box, error) }
BoxCollectionServiceClient is the client API for BoxCollectionService 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 NewBoxCollectionServiceClient ¶
func NewBoxCollectionServiceClient(cc grpc.ClientConnInterface) BoxCollectionServiceClient
type BoxCollectionServiceServer ¶
type BoxCollectionServiceServer interface { Add(context.Context, *BoxCollection_AddRequest) (*Args_Box, error) All(context.Context, *emptypb.Empty) (*BoxCollection_AllResponse, error) Clean(context.Context, *BoxCollection_CleanRequest) (*emptypb.Empty, error) Find(context.Context, *BoxCollection_FindRequest) (*Args_Box, error) }
BoxCollectionServiceServer is the server API for BoxCollectionService service. All implementations should embed UnimplementedBoxCollectionServiceServer for forward compatibility
type BoxCollection_AddRequest ¶
type BoxCollection_AddRequest struct { Path *Args_Path `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` MetadataUrl string `protobuf:"bytes,4,opt,name=metadataUrl,proto3" json:"metadataUrl,omitempty"` Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` Providers []string `protobuf:"bytes,6,rep,name=providers,proto3" json:"providers,omitempty"` // contains filtered or unexported fields }
func (*BoxCollection_AddRequest) Descriptor
deprecated
func (*BoxCollection_AddRequest) Descriptor() ([]byte, []int)
Deprecated: Use BoxCollection_AddRequest.ProtoReflect.Descriptor instead.
func (*BoxCollection_AddRequest) GetForce ¶
func (x *BoxCollection_AddRequest) GetForce() bool
func (*BoxCollection_AddRequest) GetMetadataUrl ¶
func (x *BoxCollection_AddRequest) GetMetadataUrl() string
func (*BoxCollection_AddRequest) GetName ¶
func (x *BoxCollection_AddRequest) GetName() string
func (*BoxCollection_AddRequest) GetPath ¶
func (x *BoxCollection_AddRequest) GetPath() *Args_Path
func (*BoxCollection_AddRequest) GetProviders ¶
func (x *BoxCollection_AddRequest) GetProviders() []string
func (*BoxCollection_AddRequest) GetVersion ¶
func (x *BoxCollection_AddRequest) GetVersion() string
func (*BoxCollection_AddRequest) ProtoMessage ¶
func (*BoxCollection_AddRequest) ProtoMessage()
func (*BoxCollection_AddRequest) ProtoReflect ¶
func (x *BoxCollection_AddRequest) ProtoReflect() protoreflect.Message
func (*BoxCollection_AddRequest) Reset ¶
func (x *BoxCollection_AddRequest) Reset()
func (*BoxCollection_AddRequest) String ¶
func (x *BoxCollection_AddRequest) String() string
type BoxCollection_AllResponse ¶
type BoxCollection_AllResponse struct { Boxes []*Args_Box `protobuf:"bytes,1,rep,name=boxes,proto3" json:"boxes,omitempty"` // contains filtered or unexported fields }
func (*BoxCollection_AllResponse) Descriptor
deprecated
func (*BoxCollection_AllResponse) Descriptor() ([]byte, []int)
Deprecated: Use BoxCollection_AllResponse.ProtoReflect.Descriptor instead.
func (*BoxCollection_AllResponse) GetBoxes ¶
func (x *BoxCollection_AllResponse) GetBoxes() []*Args_Box
func (*BoxCollection_AllResponse) ProtoMessage ¶
func (*BoxCollection_AllResponse) ProtoMessage()
func (*BoxCollection_AllResponse) ProtoReflect ¶
func (x *BoxCollection_AllResponse) ProtoReflect() protoreflect.Message
func (*BoxCollection_AllResponse) Reset ¶
func (x *BoxCollection_AllResponse) Reset()
func (*BoxCollection_AllResponse) String ¶
func (x *BoxCollection_AllResponse) String() string
type BoxCollection_CleanRequest ¶
type BoxCollection_CleanRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*BoxCollection_CleanRequest) Descriptor
deprecated
func (*BoxCollection_CleanRequest) Descriptor() ([]byte, []int)
Deprecated: Use BoxCollection_CleanRequest.ProtoReflect.Descriptor instead.
func (*BoxCollection_CleanRequest) GetName ¶
func (x *BoxCollection_CleanRequest) GetName() string
func (*BoxCollection_CleanRequest) ProtoMessage ¶
func (*BoxCollection_CleanRequest) ProtoMessage()
func (*BoxCollection_CleanRequest) ProtoReflect ¶
func (x *BoxCollection_CleanRequest) ProtoReflect() protoreflect.Message
func (*BoxCollection_CleanRequest) Reset ¶
func (x *BoxCollection_CleanRequest) Reset()
func (*BoxCollection_CleanRequest) String ¶
func (x *BoxCollection_CleanRequest) String() string
type BoxCollection_FindRequest ¶
type BoxCollection_FindRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` Providers []string `protobuf:"bytes,3,rep,name=providers,proto3" json:"providers,omitempty"` // contains filtered or unexported fields }
func (*BoxCollection_FindRequest) Descriptor
deprecated
func (*BoxCollection_FindRequest) Descriptor() ([]byte, []int)
Deprecated: Use BoxCollection_FindRequest.ProtoReflect.Descriptor instead.
func (*BoxCollection_FindRequest) GetName ¶
func (x *BoxCollection_FindRequest) GetName() string
func (*BoxCollection_FindRequest) GetProviders ¶
func (x *BoxCollection_FindRequest) GetProviders() []string
func (*BoxCollection_FindRequest) GetVersion ¶
func (x *BoxCollection_FindRequest) GetVersion() string
func (*BoxCollection_FindRequest) ProtoMessage ¶
func (*BoxCollection_FindRequest) ProtoMessage()
func (*BoxCollection_FindRequest) ProtoReflect ¶
func (x *BoxCollection_FindRequest) ProtoReflect() protoreflect.Message
func (*BoxCollection_FindRequest) Reset ¶
func (x *BoxCollection_FindRequest) Reset()
func (*BoxCollection_FindRequest) String ¶
func (x *BoxCollection_FindRequest) String() string
type BoxMetadata ¶
type BoxMetadata struct {
// contains filtered or unexported fields
}
****************************************************** BoxMetadata messages used with BoxMetadata service *****************************************************
func (*BoxMetadata) Descriptor
deprecated
func (*BoxMetadata) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata.ProtoReflect.Descriptor instead.
func (*BoxMetadata) ProtoMessage ¶
func (*BoxMetadata) ProtoMessage()
func (*BoxMetadata) ProtoReflect ¶
func (x *BoxMetadata) ProtoReflect() protoreflect.Message
func (*BoxMetadata) Reset ¶
func (x *BoxMetadata) Reset()
func (*BoxMetadata) String ¶
func (x *BoxMetadata) String() string
type BoxMetadataServiceClient ¶
type BoxMetadataServiceClient interface { BoxName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*BoxMetadata_NameResponse, error) LoadMetadata(ctx context.Context, in *BoxMetadata_LoadMetadataRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Version(ctx context.Context, in *BoxMetadata_VersionQuery, opts ...grpc.CallOption) (*BoxMetadata_VersionResponse, error) ListVersions(ctx context.Context, in *BoxMetadata_ListVersionsQuery, opts ...grpc.CallOption) (*BoxMetadata_ListVersionsResponse, error) Provider(ctx context.Context, in *BoxMetadata_ProviderRequest, opts ...grpc.CallOption) (*BoxMetadata_ProviderResponse, error) ListProviders(ctx context.Context, in *BoxMetadata_ListProvidersRequest, opts ...grpc.CallOption) (*BoxMetadata_ListProvidersResponse, error) }
BoxMetadataServiceClient is the client API for BoxMetadataService 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 NewBoxMetadataServiceClient ¶
func NewBoxMetadataServiceClient(cc grpc.ClientConnInterface) BoxMetadataServiceClient
type BoxMetadataServiceServer ¶
type BoxMetadataServiceServer interface { BoxName(context.Context, *emptypb.Empty) (*BoxMetadata_NameResponse, error) LoadMetadata(context.Context, *BoxMetadata_LoadMetadataRequest) (*emptypb.Empty, error) Version(context.Context, *BoxMetadata_VersionQuery) (*BoxMetadata_VersionResponse, error) ListVersions(context.Context, *BoxMetadata_ListVersionsQuery) (*BoxMetadata_ListVersionsResponse, error) Provider(context.Context, *BoxMetadata_ProviderRequest) (*BoxMetadata_ProviderResponse, error) ListProviders(context.Context, *BoxMetadata_ListProvidersRequest) (*BoxMetadata_ListProvidersResponse, error) }
BoxMetadataServiceServer is the server API for BoxMetadataService service. All implementations should embed UnimplementedBoxMetadataServiceServer for forward compatibility
type BoxMetadata_BoxMetadataOpts ¶
type BoxMetadata_BoxMetadataOpts struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` Checksum string `protobuf:"bytes,3,opt,name=checksum,proto3" json:"checksum,omitempty"` ChecksumType string `protobuf:"bytes,4,opt,name=checksum_type,json=checksumType,proto3" json:"checksum_type,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_BoxMetadataOpts) Descriptor
deprecated
func (*BoxMetadata_BoxMetadataOpts) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_BoxMetadataOpts.ProtoReflect.Descriptor instead.
func (*BoxMetadata_BoxMetadataOpts) GetChecksum ¶
func (x *BoxMetadata_BoxMetadataOpts) GetChecksum() string
func (*BoxMetadata_BoxMetadataOpts) GetChecksumType ¶
func (x *BoxMetadata_BoxMetadataOpts) GetChecksumType() string
func (*BoxMetadata_BoxMetadataOpts) GetName ¶
func (x *BoxMetadata_BoxMetadataOpts) GetName() string
func (*BoxMetadata_BoxMetadataOpts) GetUrl ¶
func (x *BoxMetadata_BoxMetadataOpts) GetUrl() string
func (*BoxMetadata_BoxMetadataOpts) ProtoMessage ¶
func (*BoxMetadata_BoxMetadataOpts) ProtoMessage()
func (*BoxMetadata_BoxMetadataOpts) ProtoReflect ¶
func (x *BoxMetadata_BoxMetadataOpts) ProtoReflect() protoreflect.Message
func (*BoxMetadata_BoxMetadataOpts) Reset ¶
func (x *BoxMetadata_BoxMetadataOpts) Reset()
func (*BoxMetadata_BoxMetadataOpts) String ¶
func (x *BoxMetadata_BoxMetadataOpts) String() string
type BoxMetadata_ListProvidersRequest ¶
type BoxMetadata_ListProvidersRequest struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_ListProvidersRequest) Descriptor
deprecated
func (*BoxMetadata_ListProvidersRequest) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_ListProvidersRequest.ProtoReflect.Descriptor instead.
func (*BoxMetadata_ListProvidersRequest) GetVersion ¶
func (x *BoxMetadata_ListProvidersRequest) GetVersion() string
func (*BoxMetadata_ListProvidersRequest) ProtoMessage ¶
func (*BoxMetadata_ListProvidersRequest) ProtoMessage()
func (*BoxMetadata_ListProvidersRequest) ProtoReflect ¶
func (x *BoxMetadata_ListProvidersRequest) ProtoReflect() protoreflect.Message
func (*BoxMetadata_ListProvidersRequest) Reset ¶
func (x *BoxMetadata_ListProvidersRequest) Reset()
func (*BoxMetadata_ListProvidersRequest) String ¶
func (x *BoxMetadata_ListProvidersRequest) String() string
type BoxMetadata_ListProvidersResponse ¶
type BoxMetadata_ListProvidersResponse struct { Providers []string `protobuf:"bytes,1,rep,name=providers,proto3" json:"providers,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_ListProvidersResponse) Descriptor
deprecated
func (*BoxMetadata_ListProvidersResponse) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_ListProvidersResponse.ProtoReflect.Descriptor instead.
func (*BoxMetadata_ListProvidersResponse) GetProviders ¶
func (x *BoxMetadata_ListProvidersResponse) GetProviders() []string
func (*BoxMetadata_ListProvidersResponse) ProtoMessage ¶
func (*BoxMetadata_ListProvidersResponse) ProtoMessage()
func (*BoxMetadata_ListProvidersResponse) ProtoReflect ¶
func (x *BoxMetadata_ListProvidersResponse) ProtoReflect() protoreflect.Message
func (*BoxMetadata_ListProvidersResponse) Reset ¶
func (x *BoxMetadata_ListProvidersResponse) Reset()
func (*BoxMetadata_ListProvidersResponse) String ¶
func (x *BoxMetadata_ListProvidersResponse) String() string
type BoxMetadata_ListVersionsQuery ¶
type BoxMetadata_ListVersionsQuery struct { Opts []*BoxMetadata_BoxMetadataOpts `protobuf:"bytes,1,rep,name=opts,proto3" json:"opts,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_ListVersionsQuery) Descriptor
deprecated
func (*BoxMetadata_ListVersionsQuery) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_ListVersionsQuery.ProtoReflect.Descriptor instead.
func (*BoxMetadata_ListVersionsQuery) GetOpts ¶
func (x *BoxMetadata_ListVersionsQuery) GetOpts() []*BoxMetadata_BoxMetadataOpts
func (*BoxMetadata_ListVersionsQuery) ProtoMessage ¶
func (*BoxMetadata_ListVersionsQuery) ProtoMessage()
func (*BoxMetadata_ListVersionsQuery) ProtoReflect ¶
func (x *BoxMetadata_ListVersionsQuery) ProtoReflect() protoreflect.Message
func (*BoxMetadata_ListVersionsQuery) Reset ¶
func (x *BoxMetadata_ListVersionsQuery) Reset()
func (*BoxMetadata_ListVersionsQuery) String ¶
func (x *BoxMetadata_ListVersionsQuery) String() string
type BoxMetadata_ListVersionsResponse ¶
type BoxMetadata_ListVersionsResponse struct { Versions []string `protobuf:"bytes,1,rep,name=versions,proto3" json:"versions,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_ListVersionsResponse) Descriptor
deprecated
func (*BoxMetadata_ListVersionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_ListVersionsResponse.ProtoReflect.Descriptor instead.
func (*BoxMetadata_ListVersionsResponse) GetVersions ¶
func (x *BoxMetadata_ListVersionsResponse) GetVersions() []string
func (*BoxMetadata_ListVersionsResponse) ProtoMessage ¶
func (*BoxMetadata_ListVersionsResponse) ProtoMessage()
func (*BoxMetadata_ListVersionsResponse) ProtoReflect ¶
func (x *BoxMetadata_ListVersionsResponse) ProtoReflect() protoreflect.Message
func (*BoxMetadata_ListVersionsResponse) Reset ¶
func (x *BoxMetadata_ListVersionsResponse) Reset()
func (*BoxMetadata_ListVersionsResponse) String ¶
func (x *BoxMetadata_ListVersionsResponse) String() string
type BoxMetadata_LoadMetadataRequest ¶
type BoxMetadata_LoadMetadataRequest struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_LoadMetadataRequest) Descriptor
deprecated
func (*BoxMetadata_LoadMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_LoadMetadataRequest.ProtoReflect.Descriptor instead.
func (*BoxMetadata_LoadMetadataRequest) GetUrl ¶
func (x *BoxMetadata_LoadMetadataRequest) GetUrl() string
func (*BoxMetadata_LoadMetadataRequest) ProtoMessage ¶
func (*BoxMetadata_LoadMetadataRequest) ProtoMessage()
func (*BoxMetadata_LoadMetadataRequest) ProtoReflect ¶
func (x *BoxMetadata_LoadMetadataRequest) ProtoReflect() protoreflect.Message
func (*BoxMetadata_LoadMetadataRequest) Reset ¶
func (x *BoxMetadata_LoadMetadataRequest) Reset()
func (*BoxMetadata_LoadMetadataRequest) String ¶
func (x *BoxMetadata_LoadMetadataRequest) String() string
type BoxMetadata_NameResponse ¶
type BoxMetadata_NameResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_NameResponse) Descriptor
deprecated
func (*BoxMetadata_NameResponse) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_NameResponse.ProtoReflect.Descriptor instead.
func (*BoxMetadata_NameResponse) GetName ¶
func (x *BoxMetadata_NameResponse) GetName() string
func (*BoxMetadata_NameResponse) ProtoMessage ¶
func (*BoxMetadata_NameResponse) ProtoMessage()
func (*BoxMetadata_NameResponse) ProtoReflect ¶
func (x *BoxMetadata_NameResponse) ProtoReflect() protoreflect.Message
func (*BoxMetadata_NameResponse) Reset ¶
func (x *BoxMetadata_NameResponse) Reset()
func (*BoxMetadata_NameResponse) String ¶
func (x *BoxMetadata_NameResponse) String() string
type BoxMetadata_ProviderRequest ¶
type BoxMetadata_ProviderRequest struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_ProviderRequest) Descriptor
deprecated
func (*BoxMetadata_ProviderRequest) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_ProviderRequest.ProtoReflect.Descriptor instead.
func (*BoxMetadata_ProviderRequest) GetName ¶
func (x *BoxMetadata_ProviderRequest) GetName() string
func (*BoxMetadata_ProviderRequest) GetVersion ¶
func (x *BoxMetadata_ProviderRequest) GetVersion() string
func (*BoxMetadata_ProviderRequest) ProtoMessage ¶
func (*BoxMetadata_ProviderRequest) ProtoMessage()
func (*BoxMetadata_ProviderRequest) ProtoReflect ¶
func (x *BoxMetadata_ProviderRequest) ProtoReflect() protoreflect.Message
func (*BoxMetadata_ProviderRequest) Reset ¶
func (x *BoxMetadata_ProviderRequest) Reset()
func (*BoxMetadata_ProviderRequest) String ¶
func (x *BoxMetadata_ProviderRequest) String() string
type BoxMetadata_ProviderResponse ¶
type BoxMetadata_ProviderResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` Checksum string `protobuf:"bytes,3,opt,name=checksum,proto3" json:"checksum,omitempty"` ChecksumType string `protobuf:"bytes,4,opt,name=checksum_type,json=checksumType,proto3" json:"checksum_type,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_ProviderResponse) Descriptor
deprecated
func (*BoxMetadata_ProviderResponse) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_ProviderResponse.ProtoReflect.Descriptor instead.
func (*BoxMetadata_ProviderResponse) GetChecksum ¶
func (x *BoxMetadata_ProviderResponse) GetChecksum() string
func (*BoxMetadata_ProviderResponse) GetChecksumType ¶
func (x *BoxMetadata_ProviderResponse) GetChecksumType() string
func (*BoxMetadata_ProviderResponse) GetName ¶
func (x *BoxMetadata_ProviderResponse) GetName() string
func (*BoxMetadata_ProviderResponse) GetUrl ¶
func (x *BoxMetadata_ProviderResponse) GetUrl() string
func (*BoxMetadata_ProviderResponse) ProtoMessage ¶
func (*BoxMetadata_ProviderResponse) ProtoMessage()
func (*BoxMetadata_ProviderResponse) ProtoReflect ¶
func (x *BoxMetadata_ProviderResponse) ProtoReflect() protoreflect.Message
func (*BoxMetadata_ProviderResponse) Reset ¶
func (x *BoxMetadata_ProviderResponse) Reset()
func (*BoxMetadata_ProviderResponse) String ¶
func (x *BoxMetadata_ProviderResponse) String() string
type BoxMetadata_VersionQuery ¶
type BoxMetadata_VersionQuery struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` Opts []*BoxMetadata_BoxMetadataOpts `protobuf:"bytes,2,rep,name=opts,proto3" json:"opts,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_VersionQuery) Descriptor
deprecated
func (*BoxMetadata_VersionQuery) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_VersionQuery.ProtoReflect.Descriptor instead.
func (*BoxMetadata_VersionQuery) GetOpts ¶
func (x *BoxMetadata_VersionQuery) GetOpts() []*BoxMetadata_BoxMetadataOpts
func (*BoxMetadata_VersionQuery) GetVersion ¶
func (x *BoxMetadata_VersionQuery) GetVersion() string
func (*BoxMetadata_VersionQuery) ProtoMessage ¶
func (*BoxMetadata_VersionQuery) ProtoMessage()
func (*BoxMetadata_VersionQuery) ProtoReflect ¶
func (x *BoxMetadata_VersionQuery) ProtoReflect() protoreflect.Message
func (*BoxMetadata_VersionQuery) Reset ¶
func (x *BoxMetadata_VersionQuery) Reset()
func (*BoxMetadata_VersionQuery) String ¶
func (x *BoxMetadata_VersionQuery) String() string
type BoxMetadata_VersionResponse ¶
type BoxMetadata_VersionResponse struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*BoxMetadata_VersionResponse) Descriptor
deprecated
func (*BoxMetadata_VersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use BoxMetadata_VersionResponse.ProtoReflect.Descriptor instead.
func (*BoxMetadata_VersionResponse) GetDescription ¶
func (x *BoxMetadata_VersionResponse) GetDescription() string
func (*BoxMetadata_VersionResponse) GetStatus ¶
func (x *BoxMetadata_VersionResponse) GetStatus() string
func (*BoxMetadata_VersionResponse) GetVersion ¶
func (x *BoxMetadata_VersionResponse) GetVersion() string
func (*BoxMetadata_VersionResponse) ProtoMessage ¶
func (*BoxMetadata_VersionResponse) ProtoMessage()
func (*BoxMetadata_VersionResponse) ProtoReflect ¶
func (x *BoxMetadata_VersionResponse) ProtoReflect() protoreflect.Message
func (*BoxMetadata_VersionResponse) Reset ¶
func (x *BoxMetadata_VersionResponse) Reset()
func (*BoxMetadata_VersionResponse) String ¶
func (x *BoxMetadata_VersionResponse) String() string
type BoxServiceClient ¶
type BoxServiceClient interface { AutomaticUpdateCheckAllowed(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Box_AutomaticUpdateCheckAllowedResponse, error) Destroy(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) HasUpdate(ctx context.Context, in *Box_HasUpdateRequest, opts ...grpc.CallOption) (*Box_HasUpdateResponse, error) UpdateInfo(ctx context.Context, in *Box_HasUpdateRequest, opts ...grpc.CallOption) (*Box_UpdateInfoResponse, error) InUse(ctx context.Context, in *Args_TargetIndex, opts ...grpc.CallOption) (*Box_InUseResponse, error) Machines(ctx context.Context, in *Args_TargetIndex, opts ...grpc.CallOption) (*Box_MachinesResponse, error) Repackage(ctx context.Context, in *Args_Path, opts ...grpc.CallOption) (*emptypb.Empty, error) Directory(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Path, error) Metadata(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_BoxMetadata, error) BoxMetadata(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Box_BoxMetadataResponse, error) MetadataURL(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Box_MetadataUrlResponse, error) Name(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Box_NameResponse, error) Provider(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Box_ProviderResponse, error) Version(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Box_VersionResponse, error) Compare(ctx context.Context, in *Args_Box, opts ...grpc.CallOption) (*Box_EqualityResponse, error) }
BoxServiceClient is the client API for BoxService 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 NewBoxServiceClient ¶
func NewBoxServiceClient(cc grpc.ClientConnInterface) BoxServiceClient
type BoxServiceServer ¶
type BoxServiceServer interface { AutomaticUpdateCheckAllowed(context.Context, *emptypb.Empty) (*Box_AutomaticUpdateCheckAllowedResponse, error) Destroy(context.Context, *emptypb.Empty) (*emptypb.Empty, error) HasUpdate(context.Context, *Box_HasUpdateRequest) (*Box_HasUpdateResponse, error) UpdateInfo(context.Context, *Box_HasUpdateRequest) (*Box_UpdateInfoResponse, error) InUse(context.Context, *Args_TargetIndex) (*Box_InUseResponse, error) Machines(context.Context, *Args_TargetIndex) (*Box_MachinesResponse, error) Repackage(context.Context, *Args_Path) (*emptypb.Empty, error) Directory(context.Context, *emptypb.Empty) (*Args_Path, error) Metadata(context.Context, *emptypb.Empty) (*Args_BoxMetadata, error) BoxMetadata(context.Context, *emptypb.Empty) (*Box_BoxMetadataResponse, error) MetadataURL(context.Context, *emptypb.Empty) (*Box_MetadataUrlResponse, error) Name(context.Context, *emptypb.Empty) (*Box_NameResponse, error) Provider(context.Context, *emptypb.Empty) (*Box_ProviderResponse, error) Version(context.Context, *emptypb.Empty) (*Box_VersionResponse, error) Compare(context.Context, *Args_Box) (*Box_EqualityResponse, error) }
BoxServiceServer is the server API for BoxService service. All implementations should embed UnimplementedBoxServiceServer for forward compatibility
type Box_AutomaticUpdateCheckAllowedResponse ¶
type Box_AutomaticUpdateCheckAllowedResponse struct { Allowed bool `protobuf:"varint,1,opt,name=allowed,proto3" json:"allowed,omitempty"` // contains filtered or unexported fields }
func (*Box_AutomaticUpdateCheckAllowedResponse) Descriptor
deprecated
func (*Box_AutomaticUpdateCheckAllowedResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_AutomaticUpdateCheckAllowedResponse.ProtoReflect.Descriptor instead.
func (*Box_AutomaticUpdateCheckAllowedResponse) GetAllowed ¶
func (x *Box_AutomaticUpdateCheckAllowedResponse) GetAllowed() bool
func (*Box_AutomaticUpdateCheckAllowedResponse) ProtoMessage ¶
func (*Box_AutomaticUpdateCheckAllowedResponse) ProtoMessage()
func (*Box_AutomaticUpdateCheckAllowedResponse) ProtoReflect ¶
func (x *Box_AutomaticUpdateCheckAllowedResponse) ProtoReflect() protoreflect.Message
func (*Box_AutomaticUpdateCheckAllowedResponse) Reset ¶
func (x *Box_AutomaticUpdateCheckAllowedResponse) Reset()
func (*Box_AutomaticUpdateCheckAllowedResponse) String ¶
func (x *Box_AutomaticUpdateCheckAllowedResponse) String() string
type Box_BoxMetadataResponse ¶
type Box_BoxMetadataResponse struct { Metadata *Args_Hash `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*Box_BoxMetadataResponse) Descriptor
deprecated
func (*Box_BoxMetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_BoxMetadataResponse.ProtoReflect.Descriptor instead.
func (*Box_BoxMetadataResponse) GetMetadata ¶
func (x *Box_BoxMetadataResponse) GetMetadata() *Args_Hash
func (*Box_BoxMetadataResponse) ProtoMessage ¶
func (*Box_BoxMetadataResponse) ProtoMessage()
func (*Box_BoxMetadataResponse) ProtoReflect ¶
func (x *Box_BoxMetadataResponse) ProtoReflect() protoreflect.Message
func (*Box_BoxMetadataResponse) Reset ¶
func (x *Box_BoxMetadataResponse) Reset()
func (*Box_BoxMetadataResponse) String ¶
func (x *Box_BoxMetadataResponse) String() string
type Box_EqualityResponse ¶
type Box_EqualityResponse struct { Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
Returns -1, 0, or 1 if this version is smaller, equal, or larger than the other version, respectively.
func (*Box_EqualityResponse) Descriptor
deprecated
func (*Box_EqualityResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_EqualityResponse.ProtoReflect.Descriptor instead.
func (*Box_EqualityResponse) GetResult ¶
func (x *Box_EqualityResponse) GetResult() int32
func (*Box_EqualityResponse) ProtoMessage ¶
func (*Box_EqualityResponse) ProtoMessage()
func (*Box_EqualityResponse) ProtoReflect ¶
func (x *Box_EqualityResponse) ProtoReflect() protoreflect.Message
func (*Box_EqualityResponse) Reset ¶
func (x *Box_EqualityResponse) Reset()
func (*Box_EqualityResponse) String ¶
func (x *Box_EqualityResponse) String() string
type Box_HasUpdateRequest ¶
type Box_HasUpdateRequest struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*Box_HasUpdateRequest) Descriptor
deprecated
func (*Box_HasUpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use Box_HasUpdateRequest.ProtoReflect.Descriptor instead.
func (*Box_HasUpdateRequest) GetVersion ¶
func (x *Box_HasUpdateRequest) GetVersion() string
func (*Box_HasUpdateRequest) ProtoMessage ¶
func (*Box_HasUpdateRequest) ProtoMessage()
func (*Box_HasUpdateRequest) ProtoReflect ¶
func (x *Box_HasUpdateRequest) ProtoReflect() protoreflect.Message
func (*Box_HasUpdateRequest) Reset ¶
func (x *Box_HasUpdateRequest) Reset()
func (*Box_HasUpdateRequest) String ¶
func (x *Box_HasUpdateRequest) String() string
type Box_HasUpdateResponse ¶
type Box_HasUpdateResponse struct { HasUpdate bool `protobuf:"varint,1,opt,name=has_update,json=hasUpdate,proto3" json:"has_update,omitempty"` // contains filtered or unexported fields }
func (*Box_HasUpdateResponse) Descriptor
deprecated
func (*Box_HasUpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_HasUpdateResponse.ProtoReflect.Descriptor instead.
func (*Box_HasUpdateResponse) GetHasUpdate ¶
func (x *Box_HasUpdateResponse) GetHasUpdate() bool
func (*Box_HasUpdateResponse) ProtoMessage ¶
func (*Box_HasUpdateResponse) ProtoMessage()
func (*Box_HasUpdateResponse) ProtoReflect ¶
func (x *Box_HasUpdateResponse) ProtoReflect() protoreflect.Message
func (*Box_HasUpdateResponse) Reset ¶
func (x *Box_HasUpdateResponse) Reset()
func (*Box_HasUpdateResponse) String ¶
func (x *Box_HasUpdateResponse) String() string
type Box_InUseResponse ¶
type Box_InUseResponse struct { InUse bool `protobuf:"varint,1,opt,name=in_use,json=inUse,proto3" json:"in_use,omitempty"` // contains filtered or unexported fields }
func (*Box_InUseResponse) Descriptor
deprecated
func (*Box_InUseResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_InUseResponse.ProtoReflect.Descriptor instead.
func (*Box_InUseResponse) GetInUse ¶
func (x *Box_InUseResponse) GetInUse() bool
func (*Box_InUseResponse) ProtoMessage ¶
func (*Box_InUseResponse) ProtoMessage()
func (*Box_InUseResponse) ProtoReflect ¶
func (x *Box_InUseResponse) ProtoReflect() protoreflect.Message
func (*Box_InUseResponse) Reset ¶
func (x *Box_InUseResponse) Reset()
func (*Box_InUseResponse) String ¶
func (x *Box_InUseResponse) String() string
type Box_MachinesResponse ¶
type Box_MachinesResponse struct { Machines []*Args_Target_Machine `protobuf:"bytes,1,rep,name=machines,proto3" json:"machines,omitempty"` // contains filtered or unexported fields }
func (*Box_MachinesResponse) Descriptor
deprecated
func (*Box_MachinesResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_MachinesResponse.ProtoReflect.Descriptor instead.
func (*Box_MachinesResponse) GetMachines ¶
func (x *Box_MachinesResponse) GetMachines() []*Args_Target_Machine
func (*Box_MachinesResponse) ProtoMessage ¶
func (*Box_MachinesResponse) ProtoMessage()
func (*Box_MachinesResponse) ProtoReflect ¶
func (x *Box_MachinesResponse) ProtoReflect() protoreflect.Message
func (*Box_MachinesResponse) Reset ¶
func (x *Box_MachinesResponse) Reset()
func (*Box_MachinesResponse) String ¶
func (x *Box_MachinesResponse) String() string
type Box_MetadataUrlResponse ¶
type Box_MetadataUrlResponse struct { MetadataUrl string `protobuf:"bytes,1,opt,name=metadata_url,json=metadataUrl,proto3" json:"metadata_url,omitempty"` // contains filtered or unexported fields }
func (*Box_MetadataUrlResponse) Descriptor
deprecated
func (*Box_MetadataUrlResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_MetadataUrlResponse.ProtoReflect.Descriptor instead.
func (*Box_MetadataUrlResponse) GetMetadataUrl ¶
func (x *Box_MetadataUrlResponse) GetMetadataUrl() string
func (*Box_MetadataUrlResponse) ProtoMessage ¶
func (*Box_MetadataUrlResponse) ProtoMessage()
func (*Box_MetadataUrlResponse) ProtoReflect ¶
func (x *Box_MetadataUrlResponse) ProtoReflect() protoreflect.Message
func (*Box_MetadataUrlResponse) Reset ¶
func (x *Box_MetadataUrlResponse) Reset()
func (*Box_MetadataUrlResponse) String ¶
func (x *Box_MetadataUrlResponse) String() string
type Box_NameResponse ¶
type Box_NameResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Box_NameResponse) Descriptor
deprecated
func (*Box_NameResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_NameResponse.ProtoReflect.Descriptor instead.
func (*Box_NameResponse) GetName ¶
func (x *Box_NameResponse) GetName() string
func (*Box_NameResponse) ProtoMessage ¶
func (*Box_NameResponse) ProtoMessage()
func (*Box_NameResponse) ProtoReflect ¶
func (x *Box_NameResponse) ProtoReflect() protoreflect.Message
func (*Box_NameResponse) Reset ¶
func (x *Box_NameResponse) Reset()
func (*Box_NameResponse) String ¶
func (x *Box_NameResponse) String() string
type Box_ProviderResponse ¶
type Box_ProviderResponse struct { Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"` // contains filtered or unexported fields }
func (*Box_ProviderResponse) Descriptor
deprecated
func (*Box_ProviderResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_ProviderResponse.ProtoReflect.Descriptor instead.
func (*Box_ProviderResponse) GetProvider ¶
func (x *Box_ProviderResponse) GetProvider() string
func (*Box_ProviderResponse) ProtoMessage ¶
func (*Box_ProviderResponse) ProtoMessage()
func (*Box_ProviderResponse) ProtoReflect ¶
func (x *Box_ProviderResponse) ProtoReflect() protoreflect.Message
func (*Box_ProviderResponse) Reset ¶
func (x *Box_ProviderResponse) Reset()
func (*Box_ProviderResponse) String ¶
func (x *Box_ProviderResponse) String() string
type Box_UpdateInfoResponse ¶
type Box_UpdateInfoResponse struct { HasUpdate bool `protobuf:"varint,1,opt,name=has_update,json=hasUpdate,proto3" json:"has_update,omitempty"` Metadata *Args_BoxMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` NewVersion string `protobuf:"bytes,3,opt,name=new_version,json=newVersion,proto3" json:"new_version,omitempty"` NewProvider string `protobuf:"bytes,4,opt,name=new_provider,json=newProvider,proto3" json:"new_provider,omitempty"` // contains filtered or unexported fields }
func (*Box_UpdateInfoResponse) Descriptor
deprecated
func (*Box_UpdateInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_UpdateInfoResponse.ProtoReflect.Descriptor instead.
func (*Box_UpdateInfoResponse) GetHasUpdate ¶
func (x *Box_UpdateInfoResponse) GetHasUpdate() bool
func (*Box_UpdateInfoResponse) GetMetadata ¶
func (x *Box_UpdateInfoResponse) GetMetadata() *Args_BoxMetadata
func (*Box_UpdateInfoResponse) GetNewProvider ¶
func (x *Box_UpdateInfoResponse) GetNewProvider() string
func (*Box_UpdateInfoResponse) GetNewVersion ¶
func (x *Box_UpdateInfoResponse) GetNewVersion() string
func (*Box_UpdateInfoResponse) ProtoMessage ¶
func (*Box_UpdateInfoResponse) ProtoMessage()
func (*Box_UpdateInfoResponse) ProtoReflect ¶
func (x *Box_UpdateInfoResponse) ProtoReflect() protoreflect.Message
func (*Box_UpdateInfoResponse) Reset ¶
func (x *Box_UpdateInfoResponse) Reset()
func (*Box_UpdateInfoResponse) String ¶
func (x *Box_UpdateInfoResponse) String() string
type Box_VersionResponse ¶
type Box_VersionResponse struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*Box_VersionResponse) Descriptor
deprecated
func (*Box_VersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use Box_VersionResponse.ProtoReflect.Descriptor instead.
func (*Box_VersionResponse) GetVersion ¶
func (x *Box_VersionResponse) GetVersion() string
func (*Box_VersionResponse) ProtoMessage ¶
func (*Box_VersionResponse) ProtoMessage()
func (*Box_VersionResponse) ProtoReflect ¶
func (x *Box_VersionResponse) ProtoReflect() protoreflect.Message
func (*Box_VersionResponse) Reset ¶
func (x *Box_VersionResponse) Reset()
func (*Box_VersionResponse) String ¶
func (x *Box_VersionResponse) String() string
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func (*Command) Descriptor
deprecated
func (*Command) ProtoMessage ¶
func (*Command) ProtoMessage()
func (*Command) ProtoReflect ¶
func (x *Command) ProtoReflect() protoreflect.Message
type CommandServiceClient ¶
type CommandServiceClient interface { ExecuteSpec(ctx context.Context, in *Command_ExecuteSpecReq, opts ...grpc.CallOption) (*FuncSpec, error) Execute(ctx context.Context, in *Command_ExecuteReq, opts ...grpc.CallOption) (*Command_ExecuteResp, error) CommandInfoSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) CommandInfo(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Command_CommandInfoResp, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) SetPluginName(ctx context.Context, in *PluginInfo_Name, opts ...grpc.CallOption) (*emptypb.Empty, error) PluginName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, error) }
CommandServiceClient is the client API for CommandService 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 NewCommandServiceClient ¶
func NewCommandServiceClient(cc grpc.ClientConnInterface) CommandServiceClient
type CommandServiceServer ¶
type CommandServiceServer interface { ExecuteSpec(context.Context, *Command_ExecuteSpecReq) (*FuncSpec, error) Execute(context.Context, *Command_ExecuteReq) (*Command_ExecuteResp, error) CommandInfoSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) CommandInfo(context.Context, *FuncSpec_Args) (*Command_CommandInfoResp, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
CommandServiceServer is the server API for CommandService service. All implementations should embed UnimplementedCommandServiceServer for forward compatibility
type Command_Arguments ¶
type Command_Arguments struct { Flags []*Command_Arguments_Flag `protobuf:"bytes,1,rep,name=flags,proto3" json:"flags,omitempty"` Args []string `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"` // contains filtered or unexported fields }
func (*Command_Arguments) Descriptor
deprecated
func (*Command_Arguments) Descriptor() ([]byte, []int)
Deprecated: Use Command_Arguments.ProtoReflect.Descriptor instead.
func (*Command_Arguments) GetArgs ¶
func (x *Command_Arguments) GetArgs() []string
func (*Command_Arguments) GetFlags ¶
func (x *Command_Arguments) GetFlags() []*Command_Arguments_Flag
func (*Command_Arguments) ProtoMessage ¶
func (*Command_Arguments) ProtoMessage()
func (*Command_Arguments) ProtoReflect ¶
func (x *Command_Arguments) ProtoReflect() protoreflect.Message
func (*Command_Arguments) Reset ¶
func (x *Command_Arguments) Reset()
func (*Command_Arguments) String ¶
func (x *Command_Arguments) String() string
type Command_Arguments_Flag ¶
type Command_Arguments_Flag struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to Value: // // *Command_Arguments_Flag_String_ // *Command_Arguments_Flag_Bool Value isCommand_Arguments_Flag_Value `protobuf_oneof:"value"` Type Command_Arguments_Flag_Type `protobuf:"varint,4,opt,name=type,proto3,enum=hashicorp.vagrant.sdk.Command_Arguments_Flag_Type" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Command_Arguments_Flag) Descriptor
deprecated
func (*Command_Arguments_Flag) Descriptor() ([]byte, []int)
Deprecated: Use Command_Arguments_Flag.ProtoReflect.Descriptor instead.
func (*Command_Arguments_Flag) GetBool ¶
func (x *Command_Arguments_Flag) GetBool() bool
func (*Command_Arguments_Flag) GetName ¶
func (x *Command_Arguments_Flag) GetName() string
func (*Command_Arguments_Flag) GetString_ ¶
func (x *Command_Arguments_Flag) GetString_() string
func (*Command_Arguments_Flag) GetType ¶
func (x *Command_Arguments_Flag) GetType() Command_Arguments_Flag_Type
func (*Command_Arguments_Flag) GetValue ¶
func (m *Command_Arguments_Flag) GetValue() isCommand_Arguments_Flag_Value
func (*Command_Arguments_Flag) ProtoMessage ¶
func (*Command_Arguments_Flag) ProtoMessage()
func (*Command_Arguments_Flag) ProtoReflect ¶
func (x *Command_Arguments_Flag) ProtoReflect() protoreflect.Message
func (*Command_Arguments_Flag) Reset ¶
func (x *Command_Arguments_Flag) Reset()
func (*Command_Arguments_Flag) String ¶
func (x *Command_Arguments_Flag) String() string
type Command_Arguments_Flag_Bool ¶
type Command_Arguments_Flag_Bool struct {
Bool bool `protobuf:"varint,3,opt,name=bool,proto3,oneof"`
}
type Command_Arguments_Flag_String_ ¶
type Command_Arguments_Flag_String_ struct {
String_ string `protobuf:"bytes,2,opt,name=string,proto3,oneof"`
}
type Command_Arguments_Flag_Type ¶
type Command_Arguments_Flag_Type int32
const ( Command_Arguments_Flag_STRING Command_Arguments_Flag_Type = 0 Command_Arguments_Flag_BOOL Command_Arguments_Flag_Type = 1 )
func (Command_Arguments_Flag_Type) Descriptor ¶
func (Command_Arguments_Flag_Type) Descriptor() protoreflect.EnumDescriptor
func (Command_Arguments_Flag_Type) Enum ¶
func (x Command_Arguments_Flag_Type) Enum() *Command_Arguments_Flag_Type
func (Command_Arguments_Flag_Type) EnumDescriptor
deprecated
func (Command_Arguments_Flag_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Command_Arguments_Flag_Type.Descriptor instead.
func (Command_Arguments_Flag_Type) Number ¶
func (x Command_Arguments_Flag_Type) Number() protoreflect.EnumNumber
func (Command_Arguments_Flag_Type) String ¶
func (x Command_Arguments_Flag_Type) String() string
func (Command_Arguments_Flag_Type) Type ¶
func (Command_Arguments_Flag_Type) Type() protoreflect.EnumType
type Command_CommandInfo ¶
type Command_CommandInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Help string `protobuf:"bytes,2,opt,name=help,proto3" json:"help,omitempty"` Synopsis string `protobuf:"bytes,3,opt,name=synopsis,proto3" json:"synopsis,omitempty"` Flags []*Command_Flag `protobuf:"bytes,4,rep,name=flags,proto3" json:"flags,omitempty"` Subcommands []*Command_CommandInfo `protobuf:"bytes,5,rep,name=subcommands,proto3" json:"subcommands,omitempty"` Primary bool `protobuf:"varint,6,opt,name=primary,proto3" json:"primary,omitempty"` // contains filtered or unexported fields }
func (*Command_CommandInfo) Descriptor
deprecated
func (*Command_CommandInfo) Descriptor() ([]byte, []int)
Deprecated: Use Command_CommandInfo.ProtoReflect.Descriptor instead.
func (*Command_CommandInfo) GetFlags ¶
func (x *Command_CommandInfo) GetFlags() []*Command_Flag
func (*Command_CommandInfo) GetHelp ¶
func (x *Command_CommandInfo) GetHelp() string
func (*Command_CommandInfo) GetName ¶
func (x *Command_CommandInfo) GetName() string
func (*Command_CommandInfo) GetPrimary ¶
func (x *Command_CommandInfo) GetPrimary() bool
func (*Command_CommandInfo) GetSubcommands ¶
func (x *Command_CommandInfo) GetSubcommands() []*Command_CommandInfo
func (*Command_CommandInfo) GetSynopsis ¶
func (x *Command_CommandInfo) GetSynopsis() string
func (*Command_CommandInfo) ProtoMessage ¶
func (*Command_CommandInfo) ProtoMessage()
func (*Command_CommandInfo) ProtoReflect ¶
func (x *Command_CommandInfo) ProtoReflect() protoreflect.Message
func (*Command_CommandInfo) Reset ¶
func (x *Command_CommandInfo) Reset()
func (*Command_CommandInfo) String ¶
func (x *Command_CommandInfo) String() string
type Command_CommandInfoResp ¶
type Command_CommandInfoResp struct { CommandInfo *Command_CommandInfo `protobuf:"bytes,1,opt,name=command_info,json=commandInfo,proto3" json:"command_info,omitempty"` // contains filtered or unexported fields }
func (*Command_CommandInfoResp) Descriptor
deprecated
func (*Command_CommandInfoResp) Descriptor() ([]byte, []int)
Deprecated: Use Command_CommandInfoResp.ProtoReflect.Descriptor instead.
func (*Command_CommandInfoResp) GetCommandInfo ¶
func (x *Command_CommandInfoResp) GetCommandInfo() *Command_CommandInfo
func (*Command_CommandInfoResp) ProtoMessage ¶
func (*Command_CommandInfoResp) ProtoMessage()
func (*Command_CommandInfoResp) ProtoReflect ¶
func (x *Command_CommandInfoResp) ProtoReflect() protoreflect.Message
func (*Command_CommandInfoResp) Reset ¶
func (x *Command_CommandInfoResp) Reset()
func (*Command_CommandInfoResp) String ¶
func (x *Command_CommandInfoResp) String() string
type Command_ExecuteReq ¶
type Command_ExecuteReq struct { Spec *FuncSpec_Args `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` CommandArgs []string `protobuf:"bytes,2,rep,name=command_args,json=commandArgs,proto3" json:"command_args,omitempty"` // contains filtered or unexported fields }
func (*Command_ExecuteReq) Descriptor
deprecated
func (*Command_ExecuteReq) Descriptor() ([]byte, []int)
Deprecated: Use Command_ExecuteReq.ProtoReflect.Descriptor instead.
func (*Command_ExecuteReq) GetCommandArgs ¶
func (x *Command_ExecuteReq) GetCommandArgs() []string
func (*Command_ExecuteReq) GetSpec ¶
func (x *Command_ExecuteReq) GetSpec() *FuncSpec_Args
func (*Command_ExecuteReq) ProtoMessage ¶
func (*Command_ExecuteReq) ProtoMessage()
func (*Command_ExecuteReq) ProtoReflect ¶
func (x *Command_ExecuteReq) ProtoReflect() protoreflect.Message
func (*Command_ExecuteReq) Reset ¶
func (x *Command_ExecuteReq) Reset()
func (*Command_ExecuteReq) String ¶
func (x *Command_ExecuteReq) String() string
type Command_ExecuteResp ¶
type Command_ExecuteResp struct { ExitCode int32 `protobuf:"varint,1,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"` // contains filtered or unexported fields }
func (*Command_ExecuteResp) Descriptor
deprecated
func (*Command_ExecuteResp) Descriptor() ([]byte, []int)
Deprecated: Use Command_ExecuteResp.ProtoReflect.Descriptor instead.
func (*Command_ExecuteResp) GetExitCode ¶
func (x *Command_ExecuteResp) GetExitCode() int32
func (*Command_ExecuteResp) ProtoMessage ¶
func (*Command_ExecuteResp) ProtoMessage()
func (*Command_ExecuteResp) ProtoReflect ¶
func (x *Command_ExecuteResp) ProtoReflect() protoreflect.Message
func (*Command_ExecuteResp) Reset ¶
func (x *Command_ExecuteResp) Reset()
func (*Command_ExecuteResp) String ¶
func (x *Command_ExecuteResp) String() string
type Command_ExecuteSpecReq ¶
type Command_ExecuteSpecReq struct { CommandArgs []string `protobuf:"bytes,1,rep,name=command_args,json=commandArgs,proto3" json:"command_args,omitempty"` // contains filtered or unexported fields }
func (*Command_ExecuteSpecReq) Descriptor
deprecated
func (*Command_ExecuteSpecReq) Descriptor() ([]byte, []int)
Deprecated: Use Command_ExecuteSpecReq.ProtoReflect.Descriptor instead.
func (*Command_ExecuteSpecReq) GetCommandArgs ¶
func (x *Command_ExecuteSpecReq) GetCommandArgs() []string
func (*Command_ExecuteSpecReq) ProtoMessage ¶
func (*Command_ExecuteSpecReq) ProtoMessage()
func (*Command_ExecuteSpecReq) ProtoReflect ¶
func (x *Command_ExecuteSpecReq) ProtoReflect() protoreflect.Message
func (*Command_ExecuteSpecReq) Reset ¶
func (x *Command_ExecuteSpecReq) Reset()
func (*Command_ExecuteSpecReq) String ¶
func (x *Command_ExecuteSpecReq) String() string
type Command_Flag ¶
type Command_Flag struct { LongName string `protobuf:"bytes,1,opt,name=long_name,json=longName,proto3" json:"long_name,omitempty"` ShortName string `protobuf:"bytes,2,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` DefaultValue string `protobuf:"bytes,4,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` Type Command_Flag_Type `protobuf:"varint,5,opt,name=type,proto3,enum=hashicorp.vagrant.sdk.Command_Flag_Type" json:"type,omitempty"` Aliases []string `protobuf:"bytes,6,rep,name=aliases,proto3" json:"aliases,omitempty"` // contains filtered or unexported fields }
func (*Command_Flag) Descriptor
deprecated
func (*Command_Flag) Descriptor() ([]byte, []int)
Deprecated: Use Command_Flag.ProtoReflect.Descriptor instead.
func (*Command_Flag) GetAliases ¶
func (x *Command_Flag) GetAliases() []string
func (*Command_Flag) GetDefaultValue ¶
func (x *Command_Flag) GetDefaultValue() string
func (*Command_Flag) GetDescription ¶
func (x *Command_Flag) GetDescription() string
func (*Command_Flag) GetLongName ¶
func (x *Command_Flag) GetLongName() string
func (*Command_Flag) GetShortName ¶
func (x *Command_Flag) GetShortName() string
func (*Command_Flag) GetType ¶
func (x *Command_Flag) GetType() Command_Flag_Type
func (*Command_Flag) ProtoMessage ¶
func (*Command_Flag) ProtoMessage()
func (*Command_Flag) ProtoReflect ¶
func (x *Command_Flag) ProtoReflect() protoreflect.Message
func (*Command_Flag) Reset ¶
func (x *Command_Flag) Reset()
func (*Command_Flag) String ¶
func (x *Command_Flag) String() string
type Command_Flag_Type ¶
type Command_Flag_Type int32
const ( Command_Flag_STRING Command_Flag_Type = 0 Command_Flag_BOOL Command_Flag_Type = 2 )
func (Command_Flag_Type) Descriptor ¶
func (Command_Flag_Type) Descriptor() protoreflect.EnumDescriptor
func (Command_Flag_Type) Enum ¶
func (x Command_Flag_Type) Enum() *Command_Flag_Type
func (Command_Flag_Type) EnumDescriptor
deprecated
func (Command_Flag_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Command_Flag_Type.Descriptor instead.
func (Command_Flag_Type) Number ¶
func (x Command_Flag_Type) Number() protoreflect.EnumNumber
func (Command_Flag_Type) String ¶
func (x Command_Flag_Type) String() string
func (Command_Flag_Type) Type ¶
func (Command_Flag_Type) Type() protoreflect.EnumType
type Communicator ¶
type Communicator struct {
// contains filtered or unexported fields
}
func (*Communicator) Descriptor
deprecated
func (*Communicator) Descriptor() ([]byte, []int)
Deprecated: Use Communicator.ProtoReflect.Descriptor instead.
func (*Communicator) ProtoMessage ¶
func (*Communicator) ProtoMessage()
func (*Communicator) ProtoReflect ¶
func (x *Communicator) ProtoReflect() protoreflect.Message
func (*Communicator) Reset ¶
func (x *Communicator) Reset()
func (*Communicator) String ¶
func (x *Communicator) String() string
type CommunicatorServiceClient ¶
type CommunicatorServiceClient interface { MatchSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Match(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Communicator_MatchResp, error) InitSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Init(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) ReadySpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Ready(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Communicator_ReadyResp, error) WaitForReadySpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) WaitForReady(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Communicator_ReadyResp, error) DownloadSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Download(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) UploadSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Upload(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) ExecuteSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Execute(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Communicator_ExecuteResp, error) PrivilegedExecuteSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) PrivilegedExecute(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Communicator_ExecuteResp, error) TestSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Test(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Communicator_TestResp, error) ResetSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Reset(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) SetPluginName(ctx context.Context, in *PluginInfo_Name, opts ...grpc.CallOption) (*emptypb.Empty, error) PluginName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, error) }
CommunicatorServiceClient is the client API for CommunicatorService 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 NewCommunicatorServiceClient ¶
func NewCommunicatorServiceClient(cc grpc.ClientConnInterface) CommunicatorServiceClient
type CommunicatorServiceServer ¶
type CommunicatorServiceServer interface { MatchSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Match(context.Context, *FuncSpec_Args) (*Communicator_MatchResp, error) InitSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Init(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) ReadySpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Ready(context.Context, *FuncSpec_Args) (*Communicator_ReadyResp, error) WaitForReadySpec(context.Context, *emptypb.Empty) (*FuncSpec, error) WaitForReady(context.Context, *FuncSpec_Args) (*Communicator_ReadyResp, error) DownloadSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Download(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) UploadSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Upload(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) ExecuteSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Execute(context.Context, *FuncSpec_Args) (*Communicator_ExecuteResp, error) PrivilegedExecuteSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) PrivilegedExecute(context.Context, *FuncSpec_Args) (*Communicator_ExecuteResp, error) TestSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Test(context.Context, *FuncSpec_Args) (*Communicator_TestResp, error) ResetSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Reset(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
CommunicatorServiceServer is the server API for CommunicatorService service. All implementations should embed UnimplementedCommunicatorServiceServer for forward compatibility
type Communicator_Command ¶
type Communicator_Command struct { Command string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"` // contains filtered or unexported fields }
func (*Communicator_Command) Descriptor
deprecated
func (*Communicator_Command) Descriptor() ([]byte, []int)
Deprecated: Use Communicator_Command.ProtoReflect.Descriptor instead.
func (*Communicator_Command) GetCommand ¶
func (x *Communicator_Command) GetCommand() string
func (*Communicator_Command) ProtoMessage ¶
func (*Communicator_Command) ProtoMessage()
func (*Communicator_Command) ProtoReflect ¶
func (x *Communicator_Command) ProtoReflect() protoreflect.Message
func (*Communicator_Command) Reset ¶
func (x *Communicator_Command) Reset()
func (*Communicator_Command) String ¶
func (x *Communicator_Command) String() string
type Communicator_ExecuteResp ¶
type Communicator_ExecuteResp struct { ExitCode int32 `protobuf:"varint,1,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"` Stdout string `protobuf:"bytes,2,opt,name=stdout,proto3" json:"stdout,omitempty"` Stderr string `protobuf:"bytes,3,opt,name=stderr,proto3" json:"stderr,omitempty"` // contains filtered or unexported fields }
func (*Communicator_ExecuteResp) Descriptor
deprecated
func (*Communicator_ExecuteResp) Descriptor() ([]byte, []int)
Deprecated: Use Communicator_ExecuteResp.ProtoReflect.Descriptor instead.
func (*Communicator_ExecuteResp) GetExitCode ¶
func (x *Communicator_ExecuteResp) GetExitCode() int32
func (*Communicator_ExecuteResp) GetStderr ¶
func (x *Communicator_ExecuteResp) GetStderr() string
func (*Communicator_ExecuteResp) GetStdout ¶
func (x *Communicator_ExecuteResp) GetStdout() string
func (*Communicator_ExecuteResp) ProtoMessage ¶
func (*Communicator_ExecuteResp) ProtoMessage()
func (*Communicator_ExecuteResp) ProtoReflect ¶
func (x *Communicator_ExecuteResp) ProtoReflect() protoreflect.Message
func (*Communicator_ExecuteResp) Reset ¶
func (x *Communicator_ExecuteResp) Reset()
func (*Communicator_ExecuteResp) String ¶
func (x *Communicator_ExecuteResp) String() string
type Communicator_MatchResp ¶
type Communicator_MatchResp struct { Match bool `protobuf:"varint,1,opt,name=match,proto3" json:"match,omitempty"` // contains filtered or unexported fields }
func (*Communicator_MatchResp) Descriptor
deprecated
func (*Communicator_MatchResp) Descriptor() ([]byte, []int)
Deprecated: Use Communicator_MatchResp.ProtoReflect.Descriptor instead.
func (*Communicator_MatchResp) GetMatch ¶
func (x *Communicator_MatchResp) GetMatch() bool
func (*Communicator_MatchResp) ProtoMessage ¶
func (*Communicator_MatchResp) ProtoMessage()
func (*Communicator_MatchResp) ProtoReflect ¶
func (x *Communicator_MatchResp) ProtoReflect() protoreflect.Message
func (*Communicator_MatchResp) Reset ¶
func (x *Communicator_MatchResp) Reset()
func (*Communicator_MatchResp) String ¶
func (x *Communicator_MatchResp) String() string
type Communicator_ReadyResp ¶
type Communicator_ReadyResp struct { Ready bool `protobuf:"varint,1,opt,name=ready,proto3" json:"ready,omitempty"` // contains filtered or unexported fields }
func (*Communicator_ReadyResp) Descriptor
deprecated
func (*Communicator_ReadyResp) Descriptor() ([]byte, []int)
Deprecated: Use Communicator_ReadyResp.ProtoReflect.Descriptor instead.
func (*Communicator_ReadyResp) GetReady ¶
func (x *Communicator_ReadyResp) GetReady() bool
func (*Communicator_ReadyResp) ProtoMessage ¶
func (*Communicator_ReadyResp) ProtoMessage()
func (*Communicator_ReadyResp) ProtoReflect ¶
func (x *Communicator_ReadyResp) ProtoReflect() protoreflect.Message
func (*Communicator_ReadyResp) Reset ¶
func (x *Communicator_ReadyResp) Reset()
func (*Communicator_ReadyResp) String ¶
func (x *Communicator_ReadyResp) String() string
type Communicator_TestResp ¶
type Communicator_TestResp struct { Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"` // contains filtered or unexported fields }
func (*Communicator_TestResp) Descriptor
deprecated
func (*Communicator_TestResp) Descriptor() ([]byte, []int)
Deprecated: Use Communicator_TestResp.ProtoReflect.Descriptor instead.
func (*Communicator_TestResp) GetValid ¶
func (x *Communicator_TestResp) GetValid() bool
func (*Communicator_TestResp) ProtoMessage ¶
func (*Communicator_TestResp) ProtoMessage()
func (*Communicator_TestResp) ProtoReflect ¶
func (x *Communicator_TestResp) ProtoReflect() protoreflect.Message
func (*Communicator_TestResp) Reset ¶
func (x *Communicator_TestResp) Reset()
func (*Communicator_TestResp) String ¶
func (x *Communicator_TestResp) String() string
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config is the namespace of messages related to configuration.
All components that take configuration are expected to have two RPC calls:
- ConfigStruct - Returns the configuration structure.
- Configure - Sends the configuration data back to the plugin and the plugin is also expected to perform any validation at this stage.
- Documentation - Returns a Documentation struct that details what configuration is accepted, with documentation.
func (*Config) Descriptor
deprecated
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
type ConfigServiceClient ¶
type ConfigServiceClient interface { InitSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Init(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Config_InitResponse, error) StructSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Struct(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Config_StructResponse, error) MergeSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Merge(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Args_ConfigData, error) FinalizeSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Finalize(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Config_FinalizeResponse, error) Register(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Config_RegisterResponse, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) SetPluginName(ctx context.Context, in *PluginInfo_Name, opts ...grpc.CallOption) (*emptypb.Empty, error) PluginName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, 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 { InitSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Init(context.Context, *FuncSpec_Args) (*Config_InitResponse, error) StructSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Struct(context.Context, *FuncSpec_Args) (*Config_StructResponse, error) MergeSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Merge(context.Context, *FuncSpec_Args) (*Args_ConfigData, error) FinalizeSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Finalize(context.Context, *FuncSpec_Args) (*Config_FinalizeResponse, error) Register(context.Context, *emptypb.Empty) (*Config_RegisterResponse, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
ConfigServiceServer is the server API for ConfigService service. All implementations should embed UnimplementedConfigServiceServer for forward compatibility
type Config_ConfigureRequest ¶
type Config_ConfigureRequest struct { // json is the json data for the structure returned in the StructResp. // It is guaranteed to decode cleanly into the target structure. Json []byte `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty"` // contains filtered or unexported fields }
ConfigureRequest is the request sent once the configuration decoding is complete to actually assign the values to the structure.
func (*Config_ConfigureRequest) Descriptor
deprecated
func (*Config_ConfigureRequest) Descriptor() ([]byte, []int)
Deprecated: Use Config_ConfigureRequest.ProtoReflect.Descriptor instead.
func (*Config_ConfigureRequest) GetJson ¶
func (x *Config_ConfigureRequest) GetJson() []byte
func (*Config_ConfigureRequest) ProtoMessage ¶
func (*Config_ConfigureRequest) ProtoMessage()
func (*Config_ConfigureRequest) ProtoReflect ¶
func (x *Config_ConfigureRequest) ProtoReflect() protoreflect.Message
func (*Config_ConfigureRequest) Reset ¶
func (x *Config_ConfigureRequest) Reset()
func (*Config_ConfigureRequest) String ¶
func (x *Config_ConfigureRequest) String() string
type Config_Documentation ¶
type Config_Documentation struct { Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` Example string `protobuf:"bytes,2,opt,name=example,proto3" json:"example,omitempty"` Input string `protobuf:"bytes,3,opt,name=input,proto3" json:"input,omitempty"` Output string `protobuf:"bytes,4,opt,name=output,proto3" json:"output,omitempty"` Fields map[string]*Config_FieldDocumentation `` /* 153-byte string literal not displayed */ Mappers []*Config_MapperDocumentation `protobuf:"bytes,6,rep,name=mappers,proto3" json:"mappers,omitempty"` // contains filtered or unexported fields }
func (*Config_Documentation) Descriptor
deprecated
func (*Config_Documentation) Descriptor() ([]byte, []int)
Deprecated: Use Config_Documentation.ProtoReflect.Descriptor instead.
func (*Config_Documentation) GetDescription ¶
func (x *Config_Documentation) GetDescription() string
func (*Config_Documentation) GetExample ¶
func (x *Config_Documentation) GetExample() string
func (*Config_Documentation) GetFields ¶
func (x *Config_Documentation) GetFields() map[string]*Config_FieldDocumentation
func (*Config_Documentation) GetInput ¶
func (x *Config_Documentation) GetInput() string
func (*Config_Documentation) GetMappers ¶
func (x *Config_Documentation) GetMappers() []*Config_MapperDocumentation
func (*Config_Documentation) GetOutput ¶
func (x *Config_Documentation) GetOutput() string
func (*Config_Documentation) ProtoMessage ¶
func (*Config_Documentation) ProtoMessage()
func (*Config_Documentation) ProtoReflect ¶
func (x *Config_Documentation) ProtoReflect() protoreflect.Message
func (*Config_Documentation) Reset ¶
func (x *Config_Documentation) Reset()
func (*Config_Documentation) String ¶
func (x *Config_Documentation) String() string
type Config_FieldDocumentation ¶
type Config_FieldDocumentation struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Synopsis string `protobuf:"bytes,2,opt,name=synopsis,proto3" json:"synopsis,omitempty"` Summary string `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"` Optional bool `protobuf:"varint,4,opt,name=optional,proto3" json:"optional,omitempty"` EnvVar string `protobuf:"bytes,5,opt,name=env_var,json=envVar,proto3" json:"env_var,omitempty"` Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` Default string `protobuf:"bytes,7,opt,name=default,proto3" json:"default,omitempty"` // contains filtered or unexported fields }
func (*Config_FieldDocumentation) Descriptor
deprecated
func (*Config_FieldDocumentation) Descriptor() ([]byte, []int)
Deprecated: Use Config_FieldDocumentation.ProtoReflect.Descriptor instead.
func (*Config_FieldDocumentation) GetDefault ¶
func (x *Config_FieldDocumentation) GetDefault() string
func (*Config_FieldDocumentation) GetEnvVar ¶
func (x *Config_FieldDocumentation) GetEnvVar() string
func (*Config_FieldDocumentation) GetName ¶
func (x *Config_FieldDocumentation) GetName() string
func (*Config_FieldDocumentation) GetOptional ¶
func (x *Config_FieldDocumentation) GetOptional() bool
func (*Config_FieldDocumentation) GetSummary ¶
func (x *Config_FieldDocumentation) GetSummary() string
func (*Config_FieldDocumentation) GetSynopsis ¶
func (x *Config_FieldDocumentation) GetSynopsis() string
func (*Config_FieldDocumentation) GetType ¶
func (x *Config_FieldDocumentation) GetType() string
func (*Config_FieldDocumentation) ProtoMessage ¶
func (*Config_FieldDocumentation) ProtoMessage()
func (*Config_FieldDocumentation) ProtoReflect ¶
func (x *Config_FieldDocumentation) ProtoReflect() protoreflect.Message
func (*Config_FieldDocumentation) Reset ¶
func (x *Config_FieldDocumentation) Reset()
func (*Config_FieldDocumentation) String ¶
func (x *Config_FieldDocumentation) String() string
type Config_Fields ¶
type Config_Fields struct { Fields []string `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"` // contains filtered or unexported fields }
func (*Config_Fields) Descriptor
deprecated
func (*Config_Fields) Descriptor() ([]byte, []int)
Deprecated: Use Config_Fields.ProtoReflect.Descriptor instead.
func (*Config_Fields) GetFields ¶
func (x *Config_Fields) GetFields() []string
func (*Config_Fields) ProtoMessage ¶
func (*Config_Fields) ProtoMessage()
func (*Config_Fields) ProtoReflect ¶
func (x *Config_Fields) ProtoReflect() protoreflect.Message
func (*Config_Fields) Reset ¶
func (x *Config_Fields) Reset()
func (*Config_Fields) String ¶
func (x *Config_Fields) String() string
type Config_Finalize ¶
type Config_Finalize struct { Config *Args_ConfigData `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*Config_Finalize) Descriptor
deprecated
func (*Config_Finalize) Descriptor() ([]byte, []int)
Deprecated: Use Config_Finalize.ProtoReflect.Descriptor instead.
func (*Config_Finalize) GetConfig ¶
func (x *Config_Finalize) GetConfig() *Args_ConfigData
func (*Config_Finalize) ProtoMessage ¶
func (*Config_Finalize) ProtoMessage()
func (*Config_Finalize) ProtoReflect ¶
func (x *Config_Finalize) ProtoReflect() protoreflect.Message
func (*Config_Finalize) Reset ¶
func (x *Config_Finalize) Reset()
func (*Config_Finalize) String ¶
func (x *Config_Finalize) String() string
type Config_FinalizeResponse ¶
type Config_FinalizeResponse struct { Data *Args_ConfigData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Config_FinalizeResponse) Descriptor
deprecated
func (*Config_FinalizeResponse) Descriptor() ([]byte, []int)
Deprecated: Use Config_FinalizeResponse.ProtoReflect.Descriptor instead.
func (*Config_FinalizeResponse) GetData ¶
func (x *Config_FinalizeResponse) GetData() *Args_ConfigData
func (*Config_FinalizeResponse) ProtoMessage ¶
func (*Config_FinalizeResponse) ProtoMessage()
func (*Config_FinalizeResponse) ProtoReflect ¶
func (x *Config_FinalizeResponse) ProtoReflect() protoreflect.Message
func (*Config_FinalizeResponse) Reset ¶
func (x *Config_FinalizeResponse) Reset()
func (*Config_FinalizeResponse) String ¶
func (x *Config_FinalizeResponse) String() string
type Config_InitResponse ¶
type Config_InitResponse struct { Data *Args_ConfigData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Config_InitResponse) Descriptor
deprecated
func (*Config_InitResponse) Descriptor() ([]byte, []int)
Deprecated: Use Config_InitResponse.ProtoReflect.Descriptor instead.
func (*Config_InitResponse) GetData ¶
func (x *Config_InitResponse) GetData() *Args_ConfigData
func (*Config_InitResponse) ProtoMessage ¶
func (*Config_InitResponse) ProtoMessage()
func (*Config_InitResponse) ProtoReflect ¶
func (x *Config_InitResponse) ProtoReflect() protoreflect.Message
func (*Config_InitResponse) Reset ¶
func (x *Config_InitResponse) Reset()
func (*Config_InitResponse) String ¶
func (x *Config_InitResponse) String() string
type Config_MapperDocumentation ¶
type Config_MapperDocumentation struct { Input string `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"` Output string `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*Config_MapperDocumentation) Descriptor
deprecated
func (*Config_MapperDocumentation) Descriptor() ([]byte, []int)
Deprecated: Use Config_MapperDocumentation.ProtoReflect.Descriptor instead.
func (*Config_MapperDocumentation) GetDescription ¶
func (x *Config_MapperDocumentation) GetDescription() string
func (*Config_MapperDocumentation) GetInput ¶
func (x *Config_MapperDocumentation) GetInput() string
func (*Config_MapperDocumentation) GetOutput ¶
func (x *Config_MapperDocumentation) GetOutput() string
func (*Config_MapperDocumentation) ProtoMessage ¶
func (*Config_MapperDocumentation) ProtoMessage()
func (*Config_MapperDocumentation) ProtoReflect ¶
func (x *Config_MapperDocumentation) ProtoReflect() protoreflect.Message
func (*Config_MapperDocumentation) Reset ¶
func (x *Config_MapperDocumentation) Reset()
func (*Config_MapperDocumentation) String ¶
func (x *Config_MapperDocumentation) String() string
type Config_Merge ¶
type Config_Merge struct { Base *Args_ConfigData `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Overlay *Args_ConfigData `protobuf:"bytes,2,opt,name=overlay,proto3" json:"overlay,omitempty"` // contains filtered or unexported fields }
func (*Config_Merge) Descriptor
deprecated
func (*Config_Merge) Descriptor() ([]byte, []int)
Deprecated: Use Config_Merge.ProtoReflect.Descriptor instead.
func (*Config_Merge) GetBase ¶
func (x *Config_Merge) GetBase() *Args_ConfigData
func (*Config_Merge) GetOverlay ¶
func (x *Config_Merge) GetOverlay() *Args_ConfigData
func (*Config_Merge) ProtoMessage ¶
func (*Config_Merge) ProtoMessage()
func (*Config_Merge) ProtoReflect ¶
func (x *Config_Merge) ProtoReflect() protoreflect.Message
func (*Config_Merge) Reset ¶
func (x *Config_Merge) Reset()
func (*Config_Merge) String ¶
func (x *Config_Merge) String() string
type Config_RawRubyValue ¶
type Config_RawRubyValue struct { Source *Args_Class `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` Data *Args_Hash `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Config_RawRubyValue) Descriptor
deprecated
func (*Config_RawRubyValue) Descriptor() ([]byte, []int)
Deprecated: Use Config_RawRubyValue.ProtoReflect.Descriptor instead.
func (*Config_RawRubyValue) GetData ¶
func (x *Config_RawRubyValue) GetData() *Args_Hash
func (*Config_RawRubyValue) GetSource ¶
func (x *Config_RawRubyValue) GetSource() *Args_Class
func (*Config_RawRubyValue) ProtoMessage ¶
func (*Config_RawRubyValue) ProtoMessage()
func (*Config_RawRubyValue) ProtoReflect ¶
func (x *Config_RawRubyValue) ProtoReflect() protoreflect.Message
func (*Config_RawRubyValue) Reset ¶
func (x *Config_RawRubyValue) Reset()
func (*Config_RawRubyValue) String ¶
func (x *Config_RawRubyValue) String() string
type Config_RegisterResponse ¶
type Config_RegisterResponse struct { Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` Scope string `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"` // contains filtered or unexported fields }
func (*Config_RegisterResponse) Descriptor
deprecated
func (*Config_RegisterResponse) Descriptor() ([]byte, []int)
Deprecated: Use Config_RegisterResponse.ProtoReflect.Descriptor instead.
func (*Config_RegisterResponse) GetIdentifier ¶
func (x *Config_RegisterResponse) GetIdentifier() string
func (*Config_RegisterResponse) GetScope ¶
func (x *Config_RegisterResponse) GetScope() string
func (*Config_RegisterResponse) ProtoMessage ¶
func (*Config_RegisterResponse) ProtoMessage()
func (*Config_RegisterResponse) ProtoReflect ¶
func (x *Config_RegisterResponse) ProtoReflect() protoreflect.Message
func (*Config_RegisterResponse) Reset ¶
func (x *Config_RegisterResponse) Reset()
func (*Config_RegisterResponse) String ¶
func (x *Config_RegisterResponse) String() string
type Config_StructResponse ¶
type Config_StructResponse struct { // Types that are assignable to Value: // // *Config_StructResponse_Struct // *Config_StructResponse_Raw Value isConfig_StructResponse_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
StructResp returns the struct for configuration.
func (*Config_StructResponse) Descriptor
deprecated
func (*Config_StructResponse) Descriptor() ([]byte, []int)
Deprecated: Use Config_StructResponse.ProtoReflect.Descriptor instead.
func (*Config_StructResponse) GetRaw ¶
func (x *Config_StructResponse) GetRaw() bool
func (*Config_StructResponse) GetStruct ¶
func (x *Config_StructResponse) GetStruct() *Config_Structure
func (*Config_StructResponse) GetValue ¶
func (m *Config_StructResponse) GetValue() isConfig_StructResponse_Value
func (*Config_StructResponse) ProtoMessage ¶
func (*Config_StructResponse) ProtoMessage()
func (*Config_StructResponse) ProtoReflect ¶
func (x *Config_StructResponse) ProtoReflect() protoreflect.Message
func (*Config_StructResponse) Reset ¶
func (x *Config_StructResponse) Reset()
func (*Config_StructResponse) String ¶
func (x *Config_StructResponse) String() string
type Config_StructResponse_Raw ¶
type Config_StructResponse_Raw struct { // Used when interacting with a non-go based plugin to flag that // configuration should just be raw. Raw bool `protobuf:"varint,2,opt,name=raw,proto3,oneof"` }
type Config_StructResponse_Struct ¶
type Config_StructResponse_Struct struct { // Used when interacting with a go based plugin, the struct will contain // the structure layout of the source config struct. Struct *Config_Structure `protobuf:"bytes,1,opt,name=struct,proto3,oneof"` }
type Config_Structure ¶
type Config_Structure struct { Struct *protostructure.Struct `protobuf:"bytes,1,opt,name=struct,proto3" json:"struct,omitempty"` // contains filtered or unexported fields }
func (*Config_Structure) Descriptor
deprecated
func (*Config_Structure) Descriptor() ([]byte, []int)
Deprecated: Use Config_Structure.ProtoReflect.Descriptor instead.
func (*Config_Structure) GetStruct ¶
func (x *Config_Structure) GetStruct() *protostructure.Struct
func (*Config_Structure) ProtoMessage ¶
func (*Config_Structure) ProtoMessage()
func (*Config_Structure) ProtoReflect ¶
func (x *Config_Structure) ProtoReflect() protoreflect.Message
func (*Config_Structure) Reset ¶
func (x *Config_Structure) Reset()
func (*Config_Structure) String ¶
func (x *Config_Structure) String() string
type CorePluginManager ¶
type CorePluginManager struct {
// contains filtered or unexported fields
}
func (*CorePluginManager) Descriptor
deprecated
func (*CorePluginManager) Descriptor() ([]byte, []int)
Deprecated: Use CorePluginManager.ProtoReflect.Descriptor instead.
func (*CorePluginManager) ProtoMessage ¶
func (*CorePluginManager) ProtoMessage()
func (*CorePluginManager) ProtoReflect ¶
func (x *CorePluginManager) ProtoReflect() protoreflect.Message
func (*CorePluginManager) Reset ¶
func (x *CorePluginManager) Reset()
func (*CorePluginManager) String ¶
func (x *CorePluginManager) String() string
type CorePluginManagerServiceClient ¶
type CorePluginManagerServiceClient interface {
GetPlugin(ctx context.Context, in *CorePluginManager_GetPluginRequest, opts ...grpc.CallOption) (*CorePluginManager_GetPluginResponse, error)
}
CorePluginManagerServiceClient is the client API for CorePluginManagerService 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 NewCorePluginManagerServiceClient ¶
func NewCorePluginManagerServiceClient(cc grpc.ClientConnInterface) CorePluginManagerServiceClient
type CorePluginManagerServiceServer ¶
type CorePluginManagerServiceServer interface {
GetPlugin(context.Context, *CorePluginManager_GetPluginRequest) (*CorePluginManager_GetPluginResponse, error)
}
CorePluginManagerServiceServer is the server API for CorePluginManagerService service. All implementations should embed UnimplementedCorePluginManagerServiceServer for forward compatibility
type CorePluginManager_GetPluginRequest ¶
type CorePluginManager_GetPluginRequest struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*CorePluginManager_GetPluginRequest) Descriptor
deprecated
func (*CorePluginManager_GetPluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use CorePluginManager_GetPluginRequest.ProtoReflect.Descriptor instead.
func (*CorePluginManager_GetPluginRequest) GetType ¶
func (x *CorePluginManager_GetPluginRequest) GetType() string
func (*CorePluginManager_GetPluginRequest) ProtoMessage ¶
func (*CorePluginManager_GetPluginRequest) ProtoMessage()
func (*CorePluginManager_GetPluginRequest) ProtoReflect ¶
func (x *CorePluginManager_GetPluginRequest) ProtoReflect() protoreflect.Message
func (*CorePluginManager_GetPluginRequest) Reset ¶
func (x *CorePluginManager_GetPluginRequest) Reset()
func (*CorePluginManager_GetPluginRequest) String ¶
func (x *CorePluginManager_GetPluginRequest) String() string
type CorePluginManager_GetPluginResponse ¶
type CorePluginManager_GetPluginResponse struct { Plugin *anypb.Any `protobuf:"bytes,1,opt,name=plugin,proto3" json:"plugin,omitempty"` // contains filtered or unexported fields }
func (*CorePluginManager_GetPluginResponse) Descriptor
deprecated
func (*CorePluginManager_GetPluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use CorePluginManager_GetPluginResponse.ProtoReflect.Descriptor instead.
func (*CorePluginManager_GetPluginResponse) GetPlugin ¶
func (x *CorePluginManager_GetPluginResponse) GetPlugin() *anypb.Any
func (*CorePluginManager_GetPluginResponse) ProtoMessage ¶
func (*CorePluginManager_GetPluginResponse) ProtoMessage()
func (*CorePluginManager_GetPluginResponse) ProtoReflect ¶
func (x *CorePluginManager_GetPluginResponse) ProtoReflect() protoreflect.Message
func (*CorePluginManager_GetPluginResponse) Reset ¶
func (x *CorePluginManager_GetPluginResponse) Reset()
func (*CorePluginManager_GetPluginResponse) String ¶
func (x *CorePluginManager_GetPluginResponse) String() string
type DownloaderServiceClient ¶
type DownloaderServiceClient interface { DownloadSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Download(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) SetPluginName(ctx context.Context, in *PluginInfo_Name, opts ...grpc.CallOption) (*emptypb.Empty, error) PluginName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, error) }
DownloaderServiceClient is the client API for DownloaderService 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 NewDownloaderServiceClient ¶
func NewDownloaderServiceClient(cc grpc.ClientConnInterface) DownloaderServiceClient
type DownloaderServiceServer ¶
type DownloaderServiceServer interface { DownloadSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Download(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
DownloaderServiceServer is the server API for DownloaderService service. All implementations should embed UnimplementedDownloaderServiceServer for forward compatibility
type FuncSpec ¶
type FuncSpec struct { // name of the function. This is used for improved logging. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // args is the list of arguments by protobuf Any types. Args []*FuncSpec_Value `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"` // result are the resulting types that are made available. This is only // critically important to be set for functions that may chain to other // functions. It can be set to blank in which case it will not be used. Result []*FuncSpec_Value `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
FuncSpec describes a function and is used by the dependency-injection framework to provide the function with the proper values.
Value types are specified using strings. Built-in framework types are defined via constants in the `sdk` package. For custom types, you can use whatever string as long as it is unique. We recommend using a unique prefix plus the Go type name.
func (*FuncSpec) Descriptor
deprecated
func (*FuncSpec) GetArgs ¶
func (x *FuncSpec) GetArgs() []*FuncSpec_Value
func (*FuncSpec) GetResult ¶
func (x *FuncSpec) GetResult() []*FuncSpec_Value
func (*FuncSpec) ProtoMessage ¶
func (*FuncSpec) ProtoMessage()
func (*FuncSpec) ProtoReflect ¶
func (x *FuncSpec) ProtoReflect() protoreflect.Message
type FuncSpec_Args ¶
type FuncSpec_Args struct { // args is the list of arguments. This will include some of the // standard types in this file (in the Args message namespace) as well // as custom types declared by the FuncSpec that the plugin is expected // to understand how to decode. Args []*FuncSpec_Value `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"` // contains filtered or unexported fields }
Args is the standard argument type for an RPC that is calling a FuncSpec.
func (*FuncSpec_Args) Descriptor
deprecated
func (*FuncSpec_Args) Descriptor() ([]byte, []int)
Deprecated: Use FuncSpec_Args.ProtoReflect.Descriptor instead.
func (*FuncSpec_Args) GetArgs ¶
func (x *FuncSpec_Args) GetArgs() []*FuncSpec_Value
func (*FuncSpec_Args) ProtoMessage ¶
func (*FuncSpec_Args) ProtoMessage()
func (*FuncSpec_Args) ProtoReflect ¶
func (x *FuncSpec_Args) ProtoReflect() protoreflect.Message
func (*FuncSpec_Args) Reset ¶
func (x *FuncSpec_Args) Reset()
func (*FuncSpec_Args) String ¶
func (x *FuncSpec_Args) String() string
type FuncSpec_Value ¶
type FuncSpec_Value struct { // name is the name of the argument. This may be empty for typed arguments. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // type is the type of the argument. All arguments must be encoded using // *anypb.Any so this type specifies the proto Any message type and not // a language-specific type. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // value is the value for this Value. This is only expected to be set // for Args and has no impact on specs. Value *anypb.Any `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*FuncSpec_Value) Descriptor
deprecated
func (*FuncSpec_Value) Descriptor() ([]byte, []int)
Deprecated: Use FuncSpec_Value.ProtoReflect.Descriptor instead.
func (*FuncSpec_Value) GetName ¶
func (x *FuncSpec_Value) GetName() string
func (*FuncSpec_Value) GetType ¶
func (x *FuncSpec_Value) GetType() string
func (*FuncSpec_Value) GetValue ¶
func (x *FuncSpec_Value) GetValue() *anypb.Any
func (*FuncSpec_Value) ProtoMessage ¶
func (*FuncSpec_Value) ProtoMessage()
func (*FuncSpec_Value) ProtoReflect ¶
func (x *FuncSpec_Value) ProtoReflect() protoreflect.Message
func (*FuncSpec_Value) Reset ¶
func (x *FuncSpec_Value) Reset()
func (*FuncSpec_Value) String ¶
func (x *FuncSpec_Value) String() string
type GuestServiceClient ¶
type GuestServiceClient interface { Detect(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Platform_DetectResp, error) DetectSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Capability(ctx context.Context, in *Platform_Capability_NamedRequest, opts ...grpc.CallOption) (*Platform_Capability_Resp, error) CapabilitySpec(ctx context.Context, in *Platform_Capability_NamedRequest, opts ...grpc.CallOption) (*FuncSpec, error) HasCapability(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Platform_Capability_CheckResp, error) HasCapabilitySpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Parent(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Platform_ParentResp, error) ParentSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) SetPluginName(ctx context.Context, in *PluginInfo_Name, opts ...grpc.CallOption) (*emptypb.Empty, error) PluginName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, error) }
GuestServiceClient is the client API for GuestService 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 NewGuestServiceClient ¶
func NewGuestServiceClient(cc grpc.ClientConnInterface) GuestServiceClient
type GuestServiceServer ¶
type GuestServiceServer interface { Detect(context.Context, *FuncSpec_Args) (*Platform_DetectResp, error) DetectSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error) HasCapabilitySpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Parent(context.Context, *FuncSpec_Args) (*Platform_ParentResp, error) ParentSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
GuestServiceServer is the server API for GuestService service. All implementations should embed UnimplementedGuestServiceServer for forward compatibility
type HostServiceClient ¶
type HostServiceClient interface { Detect(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Platform_DetectResp, error) DetectSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Capability(ctx context.Context, in *Platform_Capability_NamedRequest, opts ...grpc.CallOption) (*Platform_Capability_Resp, error) CapabilitySpec(ctx context.Context, in *Platform_Capability_NamedRequest, opts ...grpc.CallOption) (*FuncSpec, error) HasCapability(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Platform_Capability_CheckResp, error) HasCapabilitySpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Parent(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Platform_ParentResp, error) ParentSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) SetPluginName(ctx context.Context, in *PluginInfo_Name, opts ...grpc.CallOption) (*emptypb.Empty, error) PluginName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, error) }
HostServiceClient is the client API for HostService 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 NewHostServiceClient ¶
func NewHostServiceClient(cc grpc.ClientConnInterface) HostServiceClient
type HostServiceServer ¶
type HostServiceServer interface { Detect(context.Context, *FuncSpec_Args) (*Platform_DetectResp, error) DetectSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error) HasCapabilitySpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Parent(context.Context, *FuncSpec_Args) (*Platform_ParentResp, error) ParentSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
HostServiceServer is the server API for HostService service. All implementations should embed UnimplementedHostServiceServer for forward compatibility
type ImplementsResp ¶
type ImplementsResp struct { Implements bool `protobuf:"varint,1,opt,name=implements,proto3" json:"implements,omitempty"` // contains filtered or unexported fields }
ImplementsResp returns true if the component implements an additional interface.
func (*ImplementsResp) Descriptor
deprecated
func (*ImplementsResp) Descriptor() ([]byte, []int)
Deprecated: Use ImplementsResp.ProtoReflect.Descriptor instead.
func (*ImplementsResp) GetImplements ¶
func (x *ImplementsResp) GetImplements() bool
func (*ImplementsResp) ProtoMessage ¶
func (*ImplementsResp) ProtoMessage()
func (*ImplementsResp) ProtoReflect ¶
func (x *ImplementsResp) ProtoReflect() protoreflect.Message
func (*ImplementsResp) Reset ¶
func (x *ImplementsResp) Reset()
func (*ImplementsResp) String ¶
func (x *ImplementsResp) String() string
type Map ¶
type Map struct {
// contains filtered or unexported fields
}
func (*Map) Descriptor
deprecated
func (*Map) ProtoMessage ¶
func (*Map) ProtoMessage()
func (*Map) ProtoReflect ¶
func (x *Map) ProtoReflect() protoreflect.Message
type Map_ListResponse ¶
type Map_ListResponse struct { // FuncSpec Funcs []*FuncSpec `protobuf:"bytes,1,rep,name=funcs,proto3" json:"funcs,omitempty"` // contains filtered or unexported fields }
func (*Map_ListResponse) Descriptor
deprecated
func (*Map_ListResponse) Descriptor() ([]byte, []int)
Deprecated: Use Map_ListResponse.ProtoReflect.Descriptor instead.
func (*Map_ListResponse) GetFuncs ¶
func (x *Map_ListResponse) GetFuncs() []*FuncSpec
func (*Map_ListResponse) ProtoMessage ¶
func (*Map_ListResponse) ProtoMessage()
func (*Map_ListResponse) ProtoReflect ¶
func (x *Map_ListResponse) ProtoReflect() protoreflect.Message
func (*Map_ListResponse) Reset ¶
func (x *Map_ListResponse) Reset()
func (*Map_ListResponse) String ¶
func (x *Map_ListResponse) String() string
type Map_Request ¶
type Map_Request struct { // args is the list of argument types. Args *FuncSpec_Args `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"` // result is the desired result type. Result string `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*Map_Request) Descriptor
deprecated
func (*Map_Request) Descriptor() ([]byte, []int)
Deprecated: Use Map_Request.ProtoReflect.Descriptor instead.
func (*Map_Request) GetArgs ¶
func (x *Map_Request) GetArgs() *FuncSpec_Args
func (*Map_Request) GetResult ¶
func (x *Map_Request) GetResult() string
func (*Map_Request) ProtoMessage ¶
func (*Map_Request) ProtoMessage()
func (*Map_Request) ProtoReflect ¶
func (x *Map_Request) ProtoReflect() protoreflect.Message
func (*Map_Request) Reset ¶
func (x *Map_Request) Reset()
func (*Map_Request) String ¶
func (x *Map_Request) String() string
type Map_Response ¶
type Map_Response struct { // result is the mapped data type that matches the type expected // by the MapRequest.result field. Result *anypb.Any `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*Map_Response) Descriptor
deprecated
func (*Map_Response) Descriptor() ([]byte, []int)
Deprecated: Use Map_Response.ProtoReflect.Descriptor instead.
func (*Map_Response) GetResult ¶
func (x *Map_Response) GetResult() *anypb.Any
func (*Map_Response) ProtoMessage ¶
func (*Map_Response) ProtoMessage()
func (*Map_Response) ProtoReflect ¶
func (x *Map_Response) ProtoReflect() protoreflect.Message
func (*Map_Response) Reset ¶
func (x *Map_Response) Reset()
func (*Map_Response) String ¶
func (x *Map_Response) String() string
type MapperClient ¶
type MapperClient interface { // ListMappers returns the list of mappers that this plugin supports. ListMappers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Map_ListResponse, error) // Map executes a mapper. Map(ctx context.Context, in *Map_Request, opts ...grpc.CallOption) (*Map_Response, error) }
MapperClient is the client API for Mapper 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 NewMapperClient ¶
func NewMapperClient(cc grpc.ClientConnInterface) MapperClient
type MapperServer ¶
type MapperServer interface { // ListMappers returns the list of mappers that this plugin supports. ListMappers(context.Context, *emptypb.Empty) (*Map_ListResponse, error) // Map executes a mapper. Map(context.Context, *Map_Request) (*Map_Response, error) }
MapperServer is the server API for Mapper service. All implementations should embed UnimplementedMapperServer for forward compatibility
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
func (*Platform) Descriptor
deprecated
func (*Platform) ProtoMessage ¶
func (*Platform) ProtoMessage()
func (*Platform) ProtoReflect ¶
func (x *Platform) ProtoReflect() protoreflect.Message
type Platform_Capability ¶
type Platform_Capability struct {
// contains filtered or unexported fields
}
func (*Platform_Capability) Descriptor
deprecated
func (*Platform_Capability) Descriptor() ([]byte, []int)
Deprecated: Use Platform_Capability.ProtoReflect.Descriptor instead.
func (*Platform_Capability) ProtoMessage ¶
func (*Platform_Capability) ProtoMessage()
func (*Platform_Capability) ProtoReflect ¶
func (x *Platform_Capability) ProtoReflect() protoreflect.Message
func (*Platform_Capability) Reset ¶
func (x *Platform_Capability) Reset()
func (*Platform_Capability) String ¶
func (x *Platform_Capability) String() string
type Platform_Capability_CheckResp ¶
type Platform_Capability_CheckResp struct { HasCapability bool `protobuf:"varint,1,opt,name=has_capability,json=hasCapability,proto3" json:"has_capability,omitempty"` // contains filtered or unexported fields }
func (*Platform_Capability_CheckResp) Descriptor
deprecated
func (*Platform_Capability_CheckResp) Descriptor() ([]byte, []int)
Deprecated: Use Platform_Capability_CheckResp.ProtoReflect.Descriptor instead.
func (*Platform_Capability_CheckResp) GetHasCapability ¶
func (x *Platform_Capability_CheckResp) GetHasCapability() bool
func (*Platform_Capability_CheckResp) ProtoMessage ¶
func (*Platform_Capability_CheckResp) ProtoMessage()
func (*Platform_Capability_CheckResp) ProtoReflect ¶
func (x *Platform_Capability_CheckResp) ProtoReflect() protoreflect.Message
func (*Platform_Capability_CheckResp) Reset ¶
func (x *Platform_Capability_CheckResp) Reset()
func (*Platform_Capability_CheckResp) String ¶
func (x *Platform_Capability_CheckResp) String() string
type Platform_Capability_NamedRequest ¶
type Platform_Capability_NamedRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` FuncArgs *FuncSpec_Args `protobuf:"bytes,2,opt,name=func_args,json=funcArgs,proto3" json:"func_args,omitempty"` // contains filtered or unexported fields }
func (*Platform_Capability_NamedRequest) Descriptor
deprecated
func (*Platform_Capability_NamedRequest) Descriptor() ([]byte, []int)
Deprecated: Use Platform_Capability_NamedRequest.ProtoReflect.Descriptor instead.
func (*Platform_Capability_NamedRequest) GetFuncArgs ¶
func (x *Platform_Capability_NamedRequest) GetFuncArgs() *FuncSpec_Args
func (*Platform_Capability_NamedRequest) GetName ¶
func (x *Platform_Capability_NamedRequest) GetName() string
func (*Platform_Capability_NamedRequest) ProtoMessage ¶
func (*Platform_Capability_NamedRequest) ProtoMessage()
func (*Platform_Capability_NamedRequest) ProtoReflect ¶
func (x *Platform_Capability_NamedRequest) ProtoReflect() protoreflect.Message
func (*Platform_Capability_NamedRequest) Reset ¶
func (x *Platform_Capability_NamedRequest) Reset()
func (*Platform_Capability_NamedRequest) String ¶
func (x *Platform_Capability_NamedRequest) String() string
type Platform_Capability_Resp ¶
type Platform_Capability_Resp struct { Result *anypb.Any `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*Platform_Capability_Resp) Descriptor
deprecated
func (*Platform_Capability_Resp) Descriptor() ([]byte, []int)
Deprecated: Use Platform_Capability_Resp.ProtoReflect.Descriptor instead.
func (*Platform_Capability_Resp) GetResult ¶
func (x *Platform_Capability_Resp) GetResult() *anypb.Any
func (*Platform_Capability_Resp) ProtoMessage ¶
func (*Platform_Capability_Resp) ProtoMessage()
func (*Platform_Capability_Resp) ProtoReflect ¶
func (x *Platform_Capability_Resp) ProtoReflect() protoreflect.Message
func (*Platform_Capability_Resp) Reset ¶
func (x *Platform_Capability_Resp) Reset()
func (*Platform_Capability_Resp) String ¶
func (x *Platform_Capability_Resp) String() string
type Platform_DetectResp ¶
type Platform_DetectResp struct { Detected bool `protobuf:"varint,1,opt,name=detected,proto3" json:"detected,omitempty"` // contains filtered or unexported fields }
func (*Platform_DetectResp) Descriptor
deprecated
func (*Platform_DetectResp) Descriptor() ([]byte, []int)
Deprecated: Use Platform_DetectResp.ProtoReflect.Descriptor instead.
func (*Platform_DetectResp) GetDetected ¶
func (x *Platform_DetectResp) GetDetected() bool
func (*Platform_DetectResp) ProtoMessage ¶
func (*Platform_DetectResp) ProtoMessage()
func (*Platform_DetectResp) ProtoReflect ¶
func (x *Platform_DetectResp) ProtoReflect() protoreflect.Message
func (*Platform_DetectResp) Reset ¶
func (x *Platform_DetectResp) Reset()
func (*Platform_DetectResp) String ¶
func (x *Platform_DetectResp) String() string
type Platform_ParentResp ¶
type Platform_ParentResp struct { Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
func (*Platform_ParentResp) Descriptor
deprecated
func (*Platform_ParentResp) Descriptor() ([]byte, []int)
Deprecated: Use Platform_ParentResp.ProtoReflect.Descriptor instead.
func (*Platform_ParentResp) GetParent ¶
func (x *Platform_ParentResp) GetParent() string
func (*Platform_ParentResp) ProtoMessage ¶
func (*Platform_ParentResp) ProtoMessage()
func (*Platform_ParentResp) ProtoReflect ¶
func (x *Platform_ParentResp) ProtoReflect() protoreflect.Message
func (*Platform_ParentResp) Reset ¶
func (x *Platform_ParentResp) Reset()
func (*Platform_ParentResp) String ¶
func (x *Platform_ParentResp) String() string
type PluginInfo ¶
type PluginInfo struct {
// contains filtered or unexported fields
}
func (*PluginInfo) Descriptor
deprecated
func (*PluginInfo) Descriptor() ([]byte, []int)
Deprecated: Use PluginInfo.ProtoReflect.Descriptor instead.
func (*PluginInfo) ProtoMessage ¶
func (*PluginInfo) ProtoMessage()
func (*PluginInfo) ProtoReflect ¶
func (x *PluginInfo) ProtoReflect() protoreflect.Message
func (*PluginInfo) Reset ¶
func (x *PluginInfo) Reset()
func (*PluginInfo) String ¶
func (x *PluginInfo) String() string
type PluginInfoServiceClient ¶
type PluginInfoServiceClient interface { ComponentTypes(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_ComponentList, error) ComponentOptions(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_ComponentOptionsMap, error) Name(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, error) }
PluginInfoServiceClient is the client API for PluginInfoService 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 NewPluginInfoServiceClient ¶
func NewPluginInfoServiceClient(cc grpc.ClientConnInterface) PluginInfoServiceClient
type PluginInfoServiceServer ¶
type PluginInfoServiceServer interface { ComponentTypes(context.Context, *emptypb.Empty) (*PluginInfo_ComponentList, error) ComponentOptions(context.Context, *emptypb.Empty) (*PluginInfo_ComponentOptionsMap, error) Name(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
PluginInfoServiceServer is the server API for PluginInfoService service. All implementations should embed UnimplementedPluginInfoServiceServer for forward compatibility
type PluginInfo_CommandOptions ¶
type PluginInfo_CommandOptions struct { Primary bool `protobuf:"varint,1,opt,name=primary,proto3" json:"primary,omitempty"` // contains filtered or unexported fields }
See component.CommandOptions
func (*PluginInfo_CommandOptions) Descriptor
deprecated
func (*PluginInfo_CommandOptions) Descriptor() ([]byte, []int)
Deprecated: Use PluginInfo_CommandOptions.ProtoReflect.Descriptor instead.
func (*PluginInfo_CommandOptions) GetPrimary ¶
func (x *PluginInfo_CommandOptions) GetPrimary() bool
func (*PluginInfo_CommandOptions) ProtoMessage ¶
func (*PluginInfo_CommandOptions) ProtoMessage()
func (*PluginInfo_CommandOptions) ProtoReflect ¶
func (x *PluginInfo_CommandOptions) ProtoReflect() protoreflect.Message
func (*PluginInfo_CommandOptions) Reset ¶
func (x *PluginInfo_CommandOptions) Reset()
func (*PluginInfo_CommandOptions) String ¶
func (x *PluginInfo_CommandOptions) String() string
type PluginInfo_ComponentList ¶
type PluginInfo_ComponentList struct { Component []uint32 `protobuf:"varint,1,rep,packed,name=component,proto3" json:"component,omitempty"` // contains filtered or unexported fields }
func (*PluginInfo_ComponentList) Descriptor
deprecated
func (*PluginInfo_ComponentList) Descriptor() ([]byte, []int)
Deprecated: Use PluginInfo_ComponentList.ProtoReflect.Descriptor instead.
func (*PluginInfo_ComponentList) GetComponent ¶
func (x *PluginInfo_ComponentList) GetComponent() []uint32
func (*PluginInfo_ComponentList) ProtoMessage ¶
func (*PluginInfo_ComponentList) ProtoMessage()
func (*PluginInfo_ComponentList) ProtoReflect ¶
func (x *PluginInfo_ComponentList) ProtoReflect() protoreflect.Message
func (*PluginInfo_ComponentList) Reset ¶
func (x *PluginInfo_ComponentList) Reset()
func (*PluginInfo_ComponentList) String ¶
func (x *PluginInfo_ComponentList) String() string
type PluginInfo_ComponentOptionsMap ¶
type PluginInfo_ComponentOptionsMap struct { Options map[uint32]*anypb.Any `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PluginInfo_ComponentOptionsMap) Descriptor
deprecated
func (*PluginInfo_ComponentOptionsMap) Descriptor() ([]byte, []int)
Deprecated: Use PluginInfo_ComponentOptionsMap.ProtoReflect.Descriptor instead.
func (*PluginInfo_ComponentOptionsMap) GetOptions ¶
func (x *PluginInfo_ComponentOptionsMap) GetOptions() map[uint32]*anypb.Any
func (*PluginInfo_ComponentOptionsMap) ProtoMessage ¶
func (*PluginInfo_ComponentOptionsMap) ProtoMessage()
func (*PluginInfo_ComponentOptionsMap) ProtoReflect ¶
func (x *PluginInfo_ComponentOptionsMap) ProtoReflect() protoreflect.Message
func (*PluginInfo_ComponentOptionsMap) Reset ¶
func (x *PluginInfo_ComponentOptionsMap) Reset()
func (*PluginInfo_ComponentOptionsMap) String ¶
func (x *PluginInfo_ComponentOptionsMap) String() string
type PluginInfo_Name ¶
type PluginInfo_Name struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*PluginInfo_Name) Descriptor
deprecated
func (*PluginInfo_Name) Descriptor() ([]byte, []int)
Deprecated: Use PluginInfo_Name.ProtoReflect.Descriptor instead.
func (*PluginInfo_Name) GetName ¶
func (x *PluginInfo_Name) GetName() string
func (*PluginInfo_Name) ProtoMessage ¶
func (*PluginInfo_Name) ProtoMessage()
func (*PluginInfo_Name) ProtoReflect ¶
func (x *PluginInfo_Name) ProtoReflect() protoreflect.Message
func (*PluginInfo_Name) Reset ¶
func (x *PluginInfo_Name) Reset()
func (*PluginInfo_Name) String ¶
func (x *PluginInfo_Name) String() string
type PluginInfo_ProviderOptions ¶
type PluginInfo_ProviderOptions struct { Priority int32 `protobuf:"varint,1,opt,name=priority,proto3" json:"priority,omitempty"` Parallel bool `protobuf:"varint,2,opt,name=parallel,proto3" json:"parallel,omitempty"` BoxOptional bool `protobuf:"varint,3,opt,name=box_optional,json=boxOptional,proto3" json:"box_optional,omitempty"` Defaultable bool `protobuf:"varint,4,opt,name=defaultable,proto3" json:"defaultable,omitempty"` // contains filtered or unexported fields }
See component.ProviderOptions for details
func (*PluginInfo_ProviderOptions) Descriptor
deprecated
func (*PluginInfo_ProviderOptions) Descriptor() ([]byte, []int)
Deprecated: Use PluginInfo_ProviderOptions.ProtoReflect.Descriptor instead.
func (*PluginInfo_ProviderOptions) GetBoxOptional ¶
func (x *PluginInfo_ProviderOptions) GetBoxOptional() bool
func (*PluginInfo_ProviderOptions) GetDefaultable ¶
func (x *PluginInfo_ProviderOptions) GetDefaultable() bool
func (*PluginInfo_ProviderOptions) GetParallel ¶
func (x *PluginInfo_ProviderOptions) GetParallel() bool
func (*PluginInfo_ProviderOptions) GetPriority ¶
func (x *PluginInfo_ProviderOptions) GetPriority() int32
func (*PluginInfo_ProviderOptions) ProtoMessage ¶
func (*PluginInfo_ProviderOptions) ProtoMessage()
func (*PluginInfo_ProviderOptions) ProtoReflect ¶
func (x *PluginInfo_ProviderOptions) ProtoReflect() protoreflect.Message
func (*PluginInfo_ProviderOptions) Reset ¶
func (x *PluginInfo_ProviderOptions) Reset()
func (*PluginInfo_ProviderOptions) String ¶
func (x *PluginInfo_ProviderOptions) String() string
type PluginInfo_SyncedFolderOptions ¶
type PluginInfo_SyncedFolderOptions struct { Priority int32 `protobuf:"varint,1,opt,name=priority,proto3" json:"priority,omitempty"` // contains filtered or unexported fields }
See component.SyncedFolderOptions
func (*PluginInfo_SyncedFolderOptions) Descriptor
deprecated
func (*PluginInfo_SyncedFolderOptions) Descriptor() ([]byte, []int)
Deprecated: Use PluginInfo_SyncedFolderOptions.ProtoReflect.Descriptor instead.
func (*PluginInfo_SyncedFolderOptions) GetPriority ¶
func (x *PluginInfo_SyncedFolderOptions) GetPriority() int32
func (*PluginInfo_SyncedFolderOptions) ProtoMessage ¶
func (*PluginInfo_SyncedFolderOptions) ProtoMessage()
func (*PluginInfo_SyncedFolderOptions) ProtoReflect ¶
func (x *PluginInfo_SyncedFolderOptions) ProtoReflect() protoreflect.Message
func (*PluginInfo_SyncedFolderOptions) Reset ¶
func (x *PluginInfo_SyncedFolderOptions) Reset()
func (*PluginInfo_SyncedFolderOptions) String ¶
func (x *PluginInfo_SyncedFolderOptions) String() string
type PluginManager ¶
type PluginManager struct {
// contains filtered or unexported fields
}
func (*PluginManager) Descriptor
deprecated
func (*PluginManager) Descriptor() ([]byte, []int)
Deprecated: Use PluginManager.ProtoReflect.Descriptor instead.
func (*PluginManager) ProtoMessage ¶
func (*PluginManager) ProtoMessage()
func (*PluginManager) ProtoReflect ¶
func (x *PluginManager) ProtoReflect() protoreflect.Message
func (*PluginManager) Reset ¶
func (x *PluginManager) Reset()
func (*PluginManager) String ¶
func (x *PluginManager) String() string
type PluginManagerServiceClient ¶
type PluginManagerServiceClient interface { ListPlugins(ctx context.Context, in *PluginManager_PluginsRequest, opts ...grpc.CallOption) (*PluginManager_PluginsResponse, error) GetPlugin(ctx context.Context, in *PluginManager_Plugin, opts ...grpc.CallOption) (*PluginManager_Plugin, error) }
PluginManagerServiceClient is the client API for PluginManagerService 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 NewPluginManagerServiceClient ¶
func NewPluginManagerServiceClient(cc grpc.ClientConnInterface) PluginManagerServiceClient
type PluginManagerServiceServer ¶
type PluginManagerServiceServer interface { ListPlugins(context.Context, *PluginManager_PluginsRequest) (*PluginManager_PluginsResponse, error) GetPlugin(context.Context, *PluginManager_Plugin) (*PluginManager_Plugin, error) }
PluginManagerServiceServer is the server API for PluginManagerService service. All implementations should embed UnimplementedPluginManagerServiceServer for forward compatibility
type PluginManager_Plugin ¶
type PluginManager_Plugin struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Plugin *anypb.Any `protobuf:"bytes,3,opt,name=plugin,proto3" json:"plugin,omitempty"` // This is one of the PluginInfo.*Options structs Options *anypb.Any `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
func (*PluginManager_Plugin) Descriptor
deprecated
func (*PluginManager_Plugin) Descriptor() ([]byte, []int)
Deprecated: Use PluginManager_Plugin.ProtoReflect.Descriptor instead.
func (*PluginManager_Plugin) GetName ¶
func (x *PluginManager_Plugin) GetName() string
func (*PluginManager_Plugin) GetOptions ¶
func (x *PluginManager_Plugin) GetOptions() *anypb.Any
func (*PluginManager_Plugin) GetPlugin ¶
func (x *PluginManager_Plugin) GetPlugin() *anypb.Any
func (*PluginManager_Plugin) GetType ¶
func (x *PluginManager_Plugin) GetType() string
func (*PluginManager_Plugin) ProtoMessage ¶
func (*PluginManager_Plugin) ProtoMessage()
func (*PluginManager_Plugin) ProtoReflect ¶
func (x *PluginManager_Plugin) ProtoReflect() protoreflect.Message
func (*PluginManager_Plugin) Reset ¶
func (x *PluginManager_Plugin) Reset()
func (*PluginManager_Plugin) String ¶
func (x *PluginManager_Plugin) String() string
type PluginManager_PluginsRequest ¶
type PluginManager_PluginsRequest struct { Types []string `protobuf:"bytes,1,rep,name=types,proto3" json:"types,omitempty"` // contains filtered or unexported fields }
func (*PluginManager_PluginsRequest) Descriptor
deprecated
func (*PluginManager_PluginsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PluginManager_PluginsRequest.ProtoReflect.Descriptor instead.
func (*PluginManager_PluginsRequest) GetTypes ¶
func (x *PluginManager_PluginsRequest) GetTypes() []string
func (*PluginManager_PluginsRequest) ProtoMessage ¶
func (*PluginManager_PluginsRequest) ProtoMessage()
func (*PluginManager_PluginsRequest) ProtoReflect ¶
func (x *PluginManager_PluginsRequest) ProtoReflect() protoreflect.Message
func (*PluginManager_PluginsRequest) Reset ¶
func (x *PluginManager_PluginsRequest) Reset()
func (*PluginManager_PluginsRequest) String ¶
func (x *PluginManager_PluginsRequest) String() string
type PluginManager_PluginsResponse ¶
type PluginManager_PluginsResponse struct { Plugins []*PluginManager_Plugin `protobuf:"bytes,1,rep,name=plugins,proto3" json:"plugins,omitempty"` // contains filtered or unexported fields }
func (*PluginManager_PluginsResponse) Descriptor
deprecated
func (*PluginManager_PluginsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PluginManager_PluginsResponse.ProtoReflect.Descriptor instead.
func (*PluginManager_PluginsResponse) GetPlugins ¶
func (x *PluginManager_PluginsResponse) GetPlugins() []*PluginManager_Plugin
func (*PluginManager_PluginsResponse) ProtoMessage ¶
func (*PluginManager_PluginsResponse) ProtoMessage()
func (*PluginManager_PluginsResponse) ProtoReflect ¶
func (x *PluginManager_PluginsResponse) ProtoReflect() protoreflect.Message
func (*PluginManager_PluginsResponse) Reset ¶
func (x *PluginManager_PluginsResponse) Reset()
func (*PluginManager_PluginsResponse) String ¶
func (x *PluginManager_PluginsResponse) String() string
type Project ¶
type Project struct {
// contains filtered or unexported fields
}
****************************************************** Project message used with Project service *****************************************************
func (*Project) Descriptor
deprecated
func (*Project) ProtoMessage ¶
func (*Project) ProtoMessage()
func (*Project) ProtoReflect ¶
func (x *Project) ProtoReflect() protoreflect.Message
type ProjectServiceClient ¶
type ProjectServiceClient interface { ActiveTargets(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Project_ActiveTargetsResponse, error) Boxes(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_BoxCollection, error) Config(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Project_ConfigResponse, error) CWD(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Path, error) DataDir(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_DataDir_Project, error) DefaultPrivateKey(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Path, error) DefaultProvider(ctx context.Context, in *Project_DefaultProviderRequest, opts ...grpc.CallOption) (*Project_DefaultProviderResponse, error) Home(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Path, error) Host(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Host, error) LocalData(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Path, error) PrimaryTargetName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Project_PrimaryTargetNameResponse, error) ResourceId(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Project_ResourceIdResponse, error) RootPath(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Path, error) Target(ctx context.Context, in *Project_TargetRequest, opts ...grpc.CallOption) (*Args_Target, error) TargetIds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Project_TargetIdsResponse, error) TargetIndex(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_TargetIndex, error) TargetNames(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Project_TargetNamesResponse, error) Tmp(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Path, error) UI(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_TerminalUI, error) Vagrantfile(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Vagrantfile, error) VagrantfileName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Project_VagrantfileNameResponse, error) VagrantfilePath(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Path, error) }
ProjectServiceClient is the client API for ProjectService 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 NewProjectServiceClient ¶
func NewProjectServiceClient(cc grpc.ClientConnInterface) ProjectServiceClient
type ProjectServiceServer ¶
type ProjectServiceServer interface { ActiveTargets(context.Context, *emptypb.Empty) (*Project_ActiveTargetsResponse, error) Boxes(context.Context, *emptypb.Empty) (*Args_BoxCollection, error) Config(context.Context, *emptypb.Empty) (*Project_ConfigResponse, error) CWD(context.Context, *emptypb.Empty) (*Args_Path, error) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Project, error) DefaultPrivateKey(context.Context, *emptypb.Empty) (*Args_Path, error) DefaultProvider(context.Context, *Project_DefaultProviderRequest) (*Project_DefaultProviderResponse, error) Home(context.Context, *emptypb.Empty) (*Args_Path, error) Host(context.Context, *emptypb.Empty) (*Args_Host, error) LocalData(context.Context, *emptypb.Empty) (*Args_Path, error) PrimaryTargetName(context.Context, *emptypb.Empty) (*Project_PrimaryTargetNameResponse, error) ResourceId(context.Context, *emptypb.Empty) (*Project_ResourceIdResponse, error) RootPath(context.Context, *emptypb.Empty) (*Args_Path, error) Target(context.Context, *Project_TargetRequest) (*Args_Target, error) TargetIds(context.Context, *emptypb.Empty) (*Project_TargetIdsResponse, error) TargetIndex(context.Context, *emptypb.Empty) (*Args_TargetIndex, error) TargetNames(context.Context, *emptypb.Empty) (*Project_TargetNamesResponse, error) Tmp(context.Context, *emptypb.Empty) (*Args_Path, error) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error) VagrantfileName(context.Context, *emptypb.Empty) (*Project_VagrantfileNameResponse, error) VagrantfilePath(context.Context, *emptypb.Empty) (*Args_Path, error) }
ProjectServiceServer is the server API for ProjectService service. All implementations should embed UnimplementedProjectServiceServer for forward compatibility
type Project_ActiveTargetsResponse ¶
type Project_ActiveTargetsResponse struct { Targets []*Args_Target `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"` // contains filtered or unexported fields }
func (*Project_ActiveTargetsResponse) Descriptor
deprecated
func (*Project_ActiveTargetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_ActiveTargetsResponse.ProtoReflect.Descriptor instead.
func (*Project_ActiveTargetsResponse) GetTargets ¶
func (x *Project_ActiveTargetsResponse) GetTargets() []*Args_Target
func (*Project_ActiveTargetsResponse) ProtoMessage ¶
func (*Project_ActiveTargetsResponse) ProtoMessage()
func (*Project_ActiveTargetsResponse) ProtoReflect ¶
func (x *Project_ActiveTargetsResponse) ProtoReflect() protoreflect.Message
func (*Project_ActiveTargetsResponse) Reset ¶
func (x *Project_ActiveTargetsResponse) Reset()
func (*Project_ActiveTargetsResponse) String ¶
func (x *Project_ActiveTargetsResponse) String() string
type Project_ConfigResponse ¶
type Project_ConfigResponse struct { Vagrantfile *Vagrantfile_Vagrantfile `protobuf:"bytes,1,opt,name=vagrantfile,proto3" json:"vagrantfile,omitempty"` // contains filtered or unexported fields }
func (*Project_ConfigResponse) Descriptor
deprecated
func (*Project_ConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_ConfigResponse.ProtoReflect.Descriptor instead.
func (*Project_ConfigResponse) GetVagrantfile ¶
func (x *Project_ConfigResponse) GetVagrantfile() *Vagrantfile_Vagrantfile
func (*Project_ConfigResponse) ProtoMessage ¶
func (*Project_ConfigResponse) ProtoMessage()
func (*Project_ConfigResponse) ProtoReflect ¶
func (x *Project_ConfigResponse) ProtoReflect() protoreflect.Message
func (*Project_ConfigResponse) Reset ¶
func (x *Project_ConfigResponse) Reset()
func (*Project_ConfigResponse) String ¶
func (x *Project_ConfigResponse) String() string
type Project_CwdResponse ¶
type Project_CwdResponse struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*Project_CwdResponse) Descriptor
deprecated
func (*Project_CwdResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_CwdResponse.ProtoReflect.Descriptor instead.
func (*Project_CwdResponse) GetPath ¶
func (x *Project_CwdResponse) GetPath() string
func (*Project_CwdResponse) ProtoMessage ¶
func (*Project_CwdResponse) ProtoMessage()
func (*Project_CwdResponse) ProtoReflect ¶
func (x *Project_CwdResponse) ProtoReflect() protoreflect.Message
func (*Project_CwdResponse) Reset ¶
func (x *Project_CwdResponse) Reset()
func (*Project_CwdResponse) String ¶
func (x *Project_CwdResponse) String() string
type Project_DefaultProviderRequest ¶
type Project_DefaultProviderRequest struct { CheckUsable bool `protobuf:"varint,1,opt,name=check_usable,json=checkUsable,proto3" json:"check_usable,omitempty"` Exclude []string `protobuf:"bytes,2,rep,name=exclude,proto3" json:"exclude,omitempty"` ForceDefault bool `protobuf:"varint,3,opt,name=force_default,json=forceDefault,proto3" json:"force_default,omitempty"` MachineName string `protobuf:"bytes,4,opt,name=machine_name,json=machineName,proto3" json:"machine_name,omitempty"` // contains filtered or unexported fields }
func (*Project_DefaultProviderRequest) Descriptor
deprecated
func (*Project_DefaultProviderRequest) Descriptor() ([]byte, []int)
Deprecated: Use Project_DefaultProviderRequest.ProtoReflect.Descriptor instead.
func (*Project_DefaultProviderRequest) GetCheckUsable ¶
func (x *Project_DefaultProviderRequest) GetCheckUsable() bool
func (*Project_DefaultProviderRequest) GetExclude ¶
func (x *Project_DefaultProviderRequest) GetExclude() []string
func (*Project_DefaultProviderRequest) GetForceDefault ¶
func (x *Project_DefaultProviderRequest) GetForceDefault() bool
func (*Project_DefaultProviderRequest) GetMachineName ¶
func (x *Project_DefaultProviderRequest) GetMachineName() string
func (*Project_DefaultProviderRequest) ProtoMessage ¶
func (*Project_DefaultProviderRequest) ProtoMessage()
func (*Project_DefaultProviderRequest) ProtoReflect ¶
func (x *Project_DefaultProviderRequest) ProtoReflect() protoreflect.Message
func (*Project_DefaultProviderRequest) Reset ¶
func (x *Project_DefaultProviderRequest) Reset()
func (*Project_DefaultProviderRequest) String ¶
func (x *Project_DefaultProviderRequest) String() string
type Project_DefaultProviderResponse ¶
type Project_DefaultProviderResponse struct { ProviderName string `protobuf:"bytes,1,opt,name=provider_name,json=providerName,proto3" json:"provider_name,omitempty"` // contains filtered or unexported fields }
func (*Project_DefaultProviderResponse) Descriptor
deprecated
func (*Project_DefaultProviderResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_DefaultProviderResponse.ProtoReflect.Descriptor instead.
func (*Project_DefaultProviderResponse) GetProviderName ¶
func (x *Project_DefaultProviderResponse) GetProviderName() string
func (*Project_DefaultProviderResponse) ProtoMessage ¶
func (*Project_DefaultProviderResponse) ProtoMessage()
func (*Project_DefaultProviderResponse) ProtoReflect ¶
func (x *Project_DefaultProviderResponse) ProtoReflect() protoreflect.Message
func (*Project_DefaultProviderResponse) Reset ¶
func (x *Project_DefaultProviderResponse) Reset()
func (*Project_DefaultProviderResponse) String ¶
func (x *Project_DefaultProviderResponse) String() string
type Project_HomeResponse ¶
type Project_HomeResponse struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*Project_HomeResponse) Descriptor
deprecated
func (*Project_HomeResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_HomeResponse.ProtoReflect.Descriptor instead.
func (*Project_HomeResponse) GetPath ¶
func (x *Project_HomeResponse) GetPath() string
func (*Project_HomeResponse) ProtoMessage ¶
func (*Project_HomeResponse) ProtoMessage()
func (*Project_HomeResponse) ProtoReflect ¶
func (x *Project_HomeResponse) ProtoReflect() protoreflect.Message
func (*Project_HomeResponse) Reset ¶
func (x *Project_HomeResponse) Reset()
func (*Project_HomeResponse) String ¶
func (x *Project_HomeResponse) String() string
type Project_LocalDataResponse ¶
type Project_LocalDataResponse struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*Project_LocalDataResponse) Descriptor
deprecated
func (*Project_LocalDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_LocalDataResponse.ProtoReflect.Descriptor instead.
func (*Project_LocalDataResponse) GetPath ¶
func (x *Project_LocalDataResponse) GetPath() string
func (*Project_LocalDataResponse) ProtoMessage ¶
func (*Project_LocalDataResponse) ProtoMessage()
func (*Project_LocalDataResponse) ProtoReflect ¶
func (x *Project_LocalDataResponse) ProtoReflect() protoreflect.Message
func (*Project_LocalDataResponse) Reset ¶
func (x *Project_LocalDataResponse) Reset()
func (*Project_LocalDataResponse) String ¶
func (x *Project_LocalDataResponse) String() string
type Project_PrimaryTargetNameResponse ¶
type Project_PrimaryTargetNameResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Project_PrimaryTargetNameResponse) Descriptor
deprecated
func (*Project_PrimaryTargetNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_PrimaryTargetNameResponse.ProtoReflect.Descriptor instead.
func (*Project_PrimaryTargetNameResponse) GetName ¶
func (x *Project_PrimaryTargetNameResponse) GetName() string
func (*Project_PrimaryTargetNameResponse) ProtoMessage ¶
func (*Project_PrimaryTargetNameResponse) ProtoMessage()
func (*Project_PrimaryTargetNameResponse) ProtoReflect ¶
func (x *Project_PrimaryTargetNameResponse) ProtoReflect() protoreflect.Message
func (*Project_PrimaryTargetNameResponse) Reset ¶
func (x *Project_PrimaryTargetNameResponse) Reset()
func (*Project_PrimaryTargetNameResponse) String ¶
func (x *Project_PrimaryTargetNameResponse) String() string
type Project_ResourceIdResponse ¶
type Project_ResourceIdResponse struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // contains filtered or unexported fields }
func (*Project_ResourceIdResponse) Descriptor
deprecated
func (*Project_ResourceIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_ResourceIdResponse.ProtoReflect.Descriptor instead.
func (*Project_ResourceIdResponse) GetResourceId ¶
func (x *Project_ResourceIdResponse) GetResourceId() string
func (*Project_ResourceIdResponse) ProtoMessage ¶
func (*Project_ResourceIdResponse) ProtoMessage()
func (*Project_ResourceIdResponse) ProtoReflect ¶
func (x *Project_ResourceIdResponse) ProtoReflect() protoreflect.Message
func (*Project_ResourceIdResponse) Reset ¶
func (x *Project_ResourceIdResponse) Reset()
func (*Project_ResourceIdResponse) String ¶
func (x *Project_ResourceIdResponse) String() string
type Project_TargetIdsResponse ¶
type Project_TargetIdsResponse struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*Project_TargetIdsResponse) Descriptor
deprecated
func (*Project_TargetIdsResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_TargetIdsResponse.ProtoReflect.Descriptor instead.
func (*Project_TargetIdsResponse) GetIds ¶
func (x *Project_TargetIdsResponse) GetIds() []string
func (*Project_TargetIdsResponse) ProtoMessage ¶
func (*Project_TargetIdsResponse) ProtoMessage()
func (*Project_TargetIdsResponse) ProtoReflect ¶
func (x *Project_TargetIdsResponse) ProtoReflect() protoreflect.Message
func (*Project_TargetIdsResponse) Reset ¶
func (x *Project_TargetIdsResponse) Reset()
func (*Project_TargetIdsResponse) String ¶
func (x *Project_TargetIdsResponse) String() string
type Project_TargetNamesResponse ¶
type Project_TargetNamesResponse struct { Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"` // contains filtered or unexported fields }
func (*Project_TargetNamesResponse) Descriptor
deprecated
func (*Project_TargetNamesResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_TargetNamesResponse.ProtoReflect.Descriptor instead.
func (*Project_TargetNamesResponse) GetNames ¶
func (x *Project_TargetNamesResponse) GetNames() []string
func (*Project_TargetNamesResponse) ProtoMessage ¶
func (*Project_TargetNamesResponse) ProtoMessage()
func (*Project_TargetNamesResponse) ProtoReflect ¶
func (x *Project_TargetNamesResponse) ProtoReflect() protoreflect.Message
func (*Project_TargetNamesResponse) Reset ¶
func (x *Project_TargetNamesResponse) Reset()
func (*Project_TargetNamesResponse) String ¶
func (x *Project_TargetNamesResponse) String() string
type Project_TargetRequest ¶
type Project_TargetRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"` // contains filtered or unexported fields }
func (*Project_TargetRequest) Descriptor
deprecated
func (*Project_TargetRequest) Descriptor() ([]byte, []int)
Deprecated: Use Project_TargetRequest.ProtoReflect.Descriptor instead.
func (*Project_TargetRequest) GetName ¶
func (x *Project_TargetRequest) GetName() string
func (*Project_TargetRequest) GetProvider ¶
func (x *Project_TargetRequest) GetProvider() string
func (*Project_TargetRequest) ProtoMessage ¶
func (*Project_TargetRequest) ProtoMessage()
func (*Project_TargetRequest) ProtoReflect ¶
func (x *Project_TargetRequest) ProtoReflect() protoreflect.Message
func (*Project_TargetRequest) Reset ¶
func (x *Project_TargetRequest) Reset()
func (*Project_TargetRequest) String ¶
func (x *Project_TargetRequest) String() string
type Project_VagrantfileNameResponse ¶
type Project_VagrantfileNameResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Project_VagrantfileNameResponse) Descriptor
deprecated
func (*Project_VagrantfileNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use Project_VagrantfileNameResponse.ProtoReflect.Descriptor instead.
func (*Project_VagrantfileNameResponse) GetName ¶
func (x *Project_VagrantfileNameResponse) GetName() string
func (*Project_VagrantfileNameResponse) ProtoMessage ¶
func (*Project_VagrantfileNameResponse) ProtoMessage()
func (*Project_VagrantfileNameResponse) ProtoReflect ¶
func (x *Project_VagrantfileNameResponse) ProtoReflect() protoreflect.Message
func (*Project_VagrantfileNameResponse) Reset ¶
func (x *Project_VagrantfileNameResponse) Reset()
func (*Project_VagrantfileNameResponse) String ¶
func (x *Project_VagrantfileNameResponse) String() string
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) Descriptor
deprecated
func (*Provider) ProtoMessage ¶
func (*Provider) ProtoMessage()
func (*Provider) ProtoReflect ¶
func (x *Provider) ProtoReflect() protoreflect.Message
type ProviderServiceClient ¶
type ProviderServiceClient interface { Usable(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Provider_UsableResp, error) UsableSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Installed(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Provider_InstalledResp, error) InstalledSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Action(ctx context.Context, in *Provider_ActionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) ActionSpec(ctx context.Context, in *Provider_ActionRequest, opts ...grpc.CallOption) (*FuncSpec, error) MachineIdChanged(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) MachineIdChangedSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) SshInfo(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Args_Connection_SSHInfo, error) SshInfoSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) State(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Args_Target_Machine_State, error) StateSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Capability(ctx context.Context, in *Platform_Capability_NamedRequest, opts ...grpc.CallOption) (*Platform_Capability_Resp, error) CapabilitySpec(ctx context.Context, in *Platform_Capability_NamedRequest, opts ...grpc.CallOption) (*FuncSpec, error) HasCapability(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Platform_Capability_CheckResp, error) HasCapabilitySpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) SetPluginName(ctx context.Context, in *PluginInfo_Name, opts ...grpc.CallOption) (*emptypb.Empty, error) PluginName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, error) }
ProviderServiceClient is the client API for ProviderService 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 NewProviderServiceClient ¶
func NewProviderServiceClient(cc grpc.ClientConnInterface) ProviderServiceClient
type ProviderServiceServer ¶
type ProviderServiceServer interface { Usable(context.Context, *FuncSpec_Args) (*Provider_UsableResp, error) UsableSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Installed(context.Context, *FuncSpec_Args) (*Provider_InstalledResp, error) InstalledSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Action(context.Context, *Provider_ActionRequest) (*emptypb.Empty, error) ActionSpec(context.Context, *Provider_ActionRequest) (*FuncSpec, error) MachineIdChanged(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) MachineIdChangedSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) SshInfo(context.Context, *FuncSpec_Args) (*Args_Connection_SSHInfo, error) SshInfoSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) State(context.Context, *FuncSpec_Args) (*Args_Target_Machine_State, error) StateSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error) HasCapabilitySpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
ProviderServiceServer is the server API for ProviderService service. All implementations should embed UnimplementedProviderServiceServer for forward compatibility
type Provider_ActionRequest ¶
type Provider_ActionRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` FuncArgs *FuncSpec_Args `protobuf:"bytes,2,opt,name=func_args,json=funcArgs,proto3" json:"func_args,omitempty"` // contains filtered or unexported fields }
func (*Provider_ActionRequest) Descriptor
deprecated
func (*Provider_ActionRequest) Descriptor() ([]byte, []int)
Deprecated: Use Provider_ActionRequest.ProtoReflect.Descriptor instead.
func (*Provider_ActionRequest) GetFuncArgs ¶
func (x *Provider_ActionRequest) GetFuncArgs() *FuncSpec_Args
func (*Provider_ActionRequest) GetName ¶
func (x *Provider_ActionRequest) GetName() string
func (*Provider_ActionRequest) ProtoMessage ¶
func (*Provider_ActionRequest) ProtoMessage()
func (*Provider_ActionRequest) ProtoReflect ¶
func (x *Provider_ActionRequest) ProtoReflect() protoreflect.Message
func (*Provider_ActionRequest) Reset ¶
func (x *Provider_ActionRequest) Reset()
func (*Provider_ActionRequest) String ¶
func (x *Provider_ActionRequest) String() string
type Provider_InstalledResp ¶
type Provider_InstalledResp struct { IsInstalled bool `protobuf:"varint,1,opt,name=is_installed,json=isInstalled,proto3" json:"is_installed,omitempty"` // contains filtered or unexported fields }
func (*Provider_InstalledResp) Descriptor
deprecated
func (*Provider_InstalledResp) Descriptor() ([]byte, []int)
Deprecated: Use Provider_InstalledResp.ProtoReflect.Descriptor instead.
func (*Provider_InstalledResp) GetIsInstalled ¶
func (x *Provider_InstalledResp) GetIsInstalled() bool
func (*Provider_InstalledResp) ProtoMessage ¶
func (*Provider_InstalledResp) ProtoMessage()
func (*Provider_InstalledResp) ProtoReflect ¶
func (x *Provider_InstalledResp) ProtoReflect() protoreflect.Message
func (*Provider_InstalledResp) Reset ¶
func (x *Provider_InstalledResp) Reset()
func (*Provider_InstalledResp) String ¶
func (x *Provider_InstalledResp) String() string
type Provider_UsableResp ¶
type Provider_UsableResp struct { IsUsable bool `protobuf:"varint,1,opt,name=is_usable,json=isUsable,proto3" json:"is_usable,omitempty"` // contains filtered or unexported fields }
func (*Provider_UsableResp) Descriptor
deprecated
func (*Provider_UsableResp) Descriptor() ([]byte, []int)
Deprecated: Use Provider_UsableResp.ProtoReflect.Descriptor instead.
func (*Provider_UsableResp) GetIsUsable ¶
func (x *Provider_UsableResp) GetIsUsable() bool
func (*Provider_UsableResp) ProtoMessage ¶
func (*Provider_UsableResp) ProtoMessage()
func (*Provider_UsableResp) ProtoReflect ¶
func (x *Provider_UsableResp) ProtoReflect() protoreflect.Message
func (*Provider_UsableResp) Reset ¶
func (x *Provider_UsableResp) Reset()
func (*Provider_UsableResp) String ¶
func (x *Provider_UsableResp) String() string
type ProvisionerServiceClient ¶
type ProvisionerServiceClient interface { ConfigureSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Configure(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) ProvisionSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Provision(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) CleanupSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Cleanup(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) SetPluginName(ctx context.Context, in *PluginInfo_Name, opts ...grpc.CallOption) (*emptypb.Empty, error) PluginName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, error) }
ProvisionerServiceClient is the client API for ProvisionerService 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 NewProvisionerServiceClient ¶
func NewProvisionerServiceClient(cc grpc.ClientConnInterface) ProvisionerServiceClient
type ProvisionerServiceServer ¶
type ProvisionerServiceServer interface { ConfigureSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Configure(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) ProvisionSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Provision(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) CleanupSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Cleanup(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
ProvisionerServiceServer is the server API for ProvisionerService service. All implementations should embed UnimplementedProvisionerServiceServer for forward compatibility
type PushServiceClient ¶
type PushServiceClient interface { PushSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Push(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) SetPluginName(ctx context.Context, in *PluginInfo_Name, opts ...grpc.CallOption) (*emptypb.Empty, error) PluginName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, error) }
PushServiceClient is the client API for PushService 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 NewPushServiceClient ¶
func NewPushServiceClient(cc grpc.ClientConnInterface) PushServiceClient
type PushServiceServer ¶
type PushServiceServer interface { PushSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Push(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
PushServiceServer is the server API for PushService service. All implementations should embed UnimplementedPushServiceServer for forward compatibility
type Ref ¶
type Ref struct {
// contains filtered or unexported fields
}
Ref contains shared messages used for references to other resources.
Refs should be used when the full type shouldn't be embedded in the message.
func (*Ref) Descriptor
deprecated
func (*Ref) ProtoMessage ¶
func (*Ref) ProtoMessage()
func (*Ref) ProtoReflect ¶
func (x *Ref) ProtoReflect() protoreflect.Message
type Ref_Basis ¶
type Ref_Basis struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
References a basis configuration (analogous to VAGRANT_HOME)
func (*Ref_Basis) Descriptor
deprecated
func (*Ref_Basis) GetResourceId ¶
func (*Ref_Basis) ProtoMessage ¶
func (*Ref_Basis) ProtoMessage()
func (*Ref_Basis) ProtoReflect ¶
func (x *Ref_Basis) ProtoReflect() protoreflect.Message
type Ref_Box ¶
type Ref_Box struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` Provider string `protobuf:"bytes,4,opt,name=provider,proto3" json:"provider,omitempty"` // contains filtered or unexported fields }
Box references a Box.
func (*Ref_Box) Descriptor
deprecated
func (*Ref_Box) GetProvider ¶
func (*Ref_Box) GetResourceId ¶
func (*Ref_Box) GetVersion ¶
func (*Ref_Box) ProtoMessage ¶
func (*Ref_Box) ProtoMessage()
func (*Ref_Box) ProtoReflect ¶
func (x *Ref_Box) ProtoReflect() protoreflect.Message
type Ref_Machine ¶
type Ref_Machine struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` Project *Ref_Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
References a Target (in vagrant-ruby this is a Machine)
func (*Ref_Machine) Descriptor
deprecated
func (*Ref_Machine) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Machine.ProtoReflect.Descriptor instead.
func (*Ref_Machine) GetName ¶
func (x *Ref_Machine) GetName() string
func (*Ref_Machine) GetProject ¶
func (x *Ref_Machine) GetProject() *Ref_Project
func (*Ref_Machine) GetResourceId ¶
func (x *Ref_Machine) GetResourceId() string
func (*Ref_Machine) ProtoMessage ¶
func (*Ref_Machine) ProtoMessage()
func (*Ref_Machine) ProtoReflect ¶
func (x *Ref_Machine) ProtoReflect() protoreflect.Message
func (*Ref_Machine) Reset ¶
func (x *Ref_Machine) Reset()
func (*Ref_Machine) String ¶
func (x *Ref_Machine) String() string
type Ref_Project ¶
type Ref_Project struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Basis *Ref_Basis `protobuf:"bytes,3,opt,name=basis,proto3" json:"basis,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Represents a Project (in vagrant-agogo), an Environment (in vagrant-ruby)
func (*Ref_Project) Descriptor
deprecated
func (*Ref_Project) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Project.ProtoReflect.Descriptor instead.
func (*Ref_Project) GetBasis ¶
func (x *Ref_Project) GetBasis() *Ref_Basis
func (*Ref_Project) GetName ¶
func (x *Ref_Project) GetName() string
func (*Ref_Project) GetPath ¶
func (x *Ref_Project) GetPath() string
func (*Ref_Project) GetResourceId ¶
func (x *Ref_Project) GetResourceId() string
func (*Ref_Project) ProtoMessage ¶
func (*Ref_Project) ProtoMessage()
func (*Ref_Project) ProtoReflect ¶
func (x *Ref_Project) ProtoReflect() protoreflect.Message
func (*Ref_Project) Reset ¶
func (x *Ref_Project) Reset()
func (*Ref_Project) String ¶
func (x *Ref_Project) String() string
type Ref_Target ¶
type Ref_Target struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` Project *Ref_Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
References a Target (in vagrant-ruby this is a Machine)
func (*Ref_Target) Descriptor
deprecated
func (*Ref_Target) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Target.ProtoReflect.Descriptor instead.
func (*Ref_Target) GetName ¶
func (x *Ref_Target) GetName() string
func (*Ref_Target) GetProject ¶
func (x *Ref_Target) GetProject() *Ref_Project
func (*Ref_Target) GetResourceId ¶
func (x *Ref_Target) GetResourceId() string
func (*Ref_Target) ProtoMessage ¶
func (*Ref_Target) ProtoMessage()
func (*Ref_Target) ProtoReflect ¶
func (x *Ref_Target) ProtoReflect() protoreflect.Message
func (*Ref_Target) Reset ¶
func (x *Ref_Target) Reset()
func (*Ref_Target) String ¶
func (x *Ref_Target) String() string
type StateBag ¶
type StateBag struct {
// contains filtered or unexported fields
}
func (*StateBag) Descriptor
deprecated
func (*StateBag) ProtoMessage ¶
func (*StateBag) ProtoMessage()
func (*StateBag) ProtoReflect ¶
func (x *StateBag) ProtoReflect() protoreflect.Message
type StateBagServiceClient ¶
type StateBagServiceClient interface { Get(ctx context.Context, in *StateBag_GetRequest, opts ...grpc.CallOption) (*StateBag_GetResponse, error) GetOk(ctx context.Context, in *StateBag_GetRequest, opts ...grpc.CallOption) (*StateBag_GetOkResponse, error) Put(ctx context.Context, in *StateBag_PutRequest, opts ...grpc.CallOption) (*StateBag_PutResponse, error) Remove(ctx context.Context, in *StateBag_RemoveRequest, opts ...grpc.CallOption) (*StateBag_RemoveResponse, error) }
StateBagServiceClient is the client API for StateBagService 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 NewStateBagServiceClient ¶
func NewStateBagServiceClient(cc grpc.ClientConnInterface) StateBagServiceClient
type StateBagServiceServer ¶
type StateBagServiceServer interface { Get(context.Context, *StateBag_GetRequest) (*StateBag_GetResponse, error) GetOk(context.Context, *StateBag_GetRequest) (*StateBag_GetOkResponse, error) Put(context.Context, *StateBag_PutRequest) (*StateBag_PutResponse, error) Remove(context.Context, *StateBag_RemoveRequest) (*StateBag_RemoveResponse, error) }
StateBagServiceServer is the server API for StateBagService service. All implementations should embed UnimplementedStateBagServiceServer for forward compatibility
type StateBag_GetOkResponse ¶
type StateBag_GetOkResponse struct { Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*StateBag_GetOkResponse) Descriptor
deprecated
func (*StateBag_GetOkResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateBag_GetOkResponse.ProtoReflect.Descriptor instead.
func (*StateBag_GetOkResponse) GetOk ¶
func (x *StateBag_GetOkResponse) GetOk() bool
func (*StateBag_GetOkResponse) GetValue ¶
func (x *StateBag_GetOkResponse) GetValue() string
func (*StateBag_GetOkResponse) ProtoMessage ¶
func (*StateBag_GetOkResponse) ProtoMessage()
func (*StateBag_GetOkResponse) ProtoReflect ¶
func (x *StateBag_GetOkResponse) ProtoReflect() protoreflect.Message
func (*StateBag_GetOkResponse) Reset ¶
func (x *StateBag_GetOkResponse) Reset()
func (*StateBag_GetOkResponse) String ¶
func (x *StateBag_GetOkResponse) String() string
type StateBag_GetRequest ¶
type StateBag_GetRequest struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*StateBag_GetRequest) Descriptor
deprecated
func (*StateBag_GetRequest) Descriptor() ([]byte, []int)
Deprecated: Use StateBag_GetRequest.ProtoReflect.Descriptor instead.
func (*StateBag_GetRequest) GetKey ¶
func (x *StateBag_GetRequest) GetKey() string
func (*StateBag_GetRequest) ProtoMessage ¶
func (*StateBag_GetRequest) ProtoMessage()
func (*StateBag_GetRequest) ProtoReflect ¶
func (x *StateBag_GetRequest) ProtoReflect() protoreflect.Message
func (*StateBag_GetRequest) Reset ¶
func (x *StateBag_GetRequest) Reset()
func (*StateBag_GetRequest) String ¶
func (x *StateBag_GetRequest) String() string
type StateBag_GetResponse ¶
type StateBag_GetResponse struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*StateBag_GetResponse) Descriptor
deprecated
func (*StateBag_GetResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateBag_GetResponse.ProtoReflect.Descriptor instead.
func (*StateBag_GetResponse) GetValue ¶
func (x *StateBag_GetResponse) GetValue() string
func (*StateBag_GetResponse) ProtoMessage ¶
func (*StateBag_GetResponse) ProtoMessage()
func (*StateBag_GetResponse) ProtoReflect ¶
func (x *StateBag_GetResponse) ProtoReflect() protoreflect.Message
func (*StateBag_GetResponse) Reset ¶
func (x *StateBag_GetResponse) Reset()
func (*StateBag_GetResponse) String ¶
func (x *StateBag_GetResponse) String() string
type StateBag_PutRequest ¶
type StateBag_PutRequest struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*StateBag_PutRequest) Descriptor
deprecated
func (*StateBag_PutRequest) Descriptor() ([]byte, []int)
Deprecated: Use StateBag_PutRequest.ProtoReflect.Descriptor instead.
func (*StateBag_PutRequest) GetKey ¶
func (x *StateBag_PutRequest) GetKey() string
func (*StateBag_PutRequest) GetValue ¶
func (x *StateBag_PutRequest) GetValue() string
func (*StateBag_PutRequest) ProtoMessage ¶
func (*StateBag_PutRequest) ProtoMessage()
func (*StateBag_PutRequest) ProtoReflect ¶
func (x *StateBag_PutRequest) ProtoReflect() protoreflect.Message
func (*StateBag_PutRequest) Reset ¶
func (x *StateBag_PutRequest) Reset()
func (*StateBag_PutRequest) String ¶
func (x *StateBag_PutRequest) String() string
type StateBag_PutResponse ¶
type StateBag_PutResponse struct {
// contains filtered or unexported fields
}
func (*StateBag_PutResponse) Descriptor
deprecated
func (*StateBag_PutResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateBag_PutResponse.ProtoReflect.Descriptor instead.
func (*StateBag_PutResponse) ProtoMessage ¶
func (*StateBag_PutResponse) ProtoMessage()
func (*StateBag_PutResponse) ProtoReflect ¶
func (x *StateBag_PutResponse) ProtoReflect() protoreflect.Message
func (*StateBag_PutResponse) Reset ¶
func (x *StateBag_PutResponse) Reset()
func (*StateBag_PutResponse) String ¶
func (x *StateBag_PutResponse) String() string
type StateBag_RemoveRequest ¶
type StateBag_RemoveRequest struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*StateBag_RemoveRequest) Descriptor
deprecated
func (*StateBag_RemoveRequest) Descriptor() ([]byte, []int)
Deprecated: Use StateBag_RemoveRequest.ProtoReflect.Descriptor instead.
func (*StateBag_RemoveRequest) GetKey ¶
func (x *StateBag_RemoveRequest) GetKey() string
func (*StateBag_RemoveRequest) ProtoMessage ¶
func (*StateBag_RemoveRequest) ProtoMessage()
func (*StateBag_RemoveRequest) ProtoReflect ¶
func (x *StateBag_RemoveRequest) ProtoReflect() protoreflect.Message
func (*StateBag_RemoveRequest) Reset ¶
func (x *StateBag_RemoveRequest) Reset()
func (*StateBag_RemoveRequest) String ¶
func (x *StateBag_RemoveRequest) String() string
type StateBag_RemoveResponse ¶
type StateBag_RemoveResponse struct {
// contains filtered or unexported fields
}
func (*StateBag_RemoveResponse) Descriptor
deprecated
func (*StateBag_RemoveResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateBag_RemoveResponse.ProtoReflect.Descriptor instead.
func (*StateBag_RemoveResponse) ProtoMessage ¶
func (*StateBag_RemoveResponse) ProtoMessage()
func (*StateBag_RemoveResponse) ProtoReflect ¶
func (x *StateBag_RemoveResponse) ProtoReflect() protoreflect.Message
func (*StateBag_RemoveResponse) Reset ¶
func (x *StateBag_RemoveResponse) Reset()
func (*StateBag_RemoveResponse) String ¶
func (x *StateBag_RemoveResponse) String() string
type SyncedFolder ¶
type SyncedFolder struct {
// contains filtered or unexported fields
}
func (*SyncedFolder) Descriptor
deprecated
func (*SyncedFolder) Descriptor() ([]byte, []int)
Deprecated: Use SyncedFolder.ProtoReflect.Descriptor instead.
func (*SyncedFolder) ProtoMessage ¶
func (*SyncedFolder) ProtoMessage()
func (*SyncedFolder) ProtoReflect ¶
func (x *SyncedFolder) ProtoReflect() protoreflect.Message
func (*SyncedFolder) Reset ¶
func (x *SyncedFolder) Reset()
func (*SyncedFolder) String ¶
func (x *SyncedFolder) String() string
type SyncedFolderServiceClient ¶
type SyncedFolderServiceClient interface { Usable(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*SyncedFolder_UsableResp, error) UsableSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Enable(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) EnableSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Prepare(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) PrepareSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Disable(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) DisableSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Cleanup(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*emptypb.Empty, error) CleanupSpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Capability(ctx context.Context, in *Platform_Capability_NamedRequest, opts ...grpc.CallOption) (*Platform_Capability_Resp, error) CapabilitySpec(ctx context.Context, in *Platform_Capability_NamedRequest, opts ...grpc.CallOption) (*FuncSpec, error) HasCapability(ctx context.Context, in *FuncSpec_Args, opts ...grpc.CallOption) (*Platform_Capability_CheckResp, error) HasCapabilitySpec(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*FuncSpec, error) Seed(ctx context.Context, in *Args_Seeds, opts ...grpc.CallOption) (*emptypb.Empty, error) Seeds(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Seeds, error) SetPluginName(ctx context.Context, in *PluginInfo_Name, opts ...grpc.CallOption) (*emptypb.Empty, error) PluginName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PluginInfo_Name, error) }
SyncedFolderServiceClient is the client API for SyncedFolderService 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 NewSyncedFolderServiceClient ¶
func NewSyncedFolderServiceClient(cc grpc.ClientConnInterface) SyncedFolderServiceClient
type SyncedFolderServiceServer ¶
type SyncedFolderServiceServer interface { Usable(context.Context, *FuncSpec_Args) (*SyncedFolder_UsableResp, error) UsableSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Enable(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) EnableSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Prepare(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) PrepareSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Disable(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) DisableSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Cleanup(context.Context, *FuncSpec_Args) (*emptypb.Empty, error) CleanupSpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error) HasCapabilitySpec(context.Context, *emptypb.Empty) (*FuncSpec, error) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error) }
SyncedFolderServiceServer is the server API for SyncedFolderService service. All implementations should embed UnimplementedSyncedFolderServiceServer for forward compatibility
type SyncedFolder_UsableResp ¶
type SyncedFolder_UsableResp struct { Usable bool `protobuf:"varint,1,opt,name=usable,proto3" json:"usable,omitempty"` // contains filtered or unexported fields }
func (*SyncedFolder_UsableResp) Descriptor
deprecated
func (*SyncedFolder_UsableResp) Descriptor() ([]byte, []int)
Deprecated: Use SyncedFolder_UsableResp.ProtoReflect.Descriptor instead.
func (*SyncedFolder_UsableResp) GetUsable ¶
func (x *SyncedFolder_UsableResp) GetUsable() bool
func (*SyncedFolder_UsableResp) ProtoMessage ¶
func (*SyncedFolder_UsableResp) ProtoMessage()
func (*SyncedFolder_UsableResp) ProtoReflect ¶
func (x *SyncedFolder_UsableResp) ProtoReflect() protoreflect.Message
func (*SyncedFolder_UsableResp) Reset ¶
func (x *SyncedFolder_UsableResp) Reset()
func (*SyncedFolder_UsableResp) String ¶
func (x *SyncedFolder_UsableResp) String() string
type Target ¶
type Target struct {
// contains filtered or unexported fields
}
func (*Target) Descriptor
deprecated
func (*Target) ProtoMessage ¶
func (*Target) ProtoMessage()
func (*Target) ProtoReflect ¶
func (x *Target) ProtoReflect() protoreflect.Message
type TargetIndex ¶
type TargetIndex struct {
// contains filtered or unexported fields
}
****************************************************** TargetIndex message used with TargetIndex service *****************************************************
func (*TargetIndex) Descriptor
deprecated
func (*TargetIndex) Descriptor() ([]byte, []int)
Deprecated: Use TargetIndex.ProtoReflect.Descriptor instead.
func (*TargetIndex) ProtoMessage ¶
func (*TargetIndex) ProtoMessage()
func (*TargetIndex) ProtoReflect ¶
func (x *TargetIndex) ProtoReflect() protoreflect.Message
func (*TargetIndex) Reset ¶
func (x *TargetIndex) Reset()
func (*TargetIndex) String ¶
func (x *TargetIndex) String() string
type TargetIndexServiceClient ¶
type TargetIndexServiceClient interface { Delete(ctx context.Context, in *TargetIndex_TargetIdentifier, opts ...grpc.CallOption) (*emptypb.Empty, error) Get(ctx context.Context, in *TargetIndex_TargetIdentifier, opts ...grpc.CallOption) (*Args_Target, error) Includes(ctx context.Context, in *TargetIndex_TargetIdentifier, opts ...grpc.CallOption) (*TargetIndex_IncludesResponse, error) Set(ctx context.Context, in *Args_Target, opts ...grpc.CallOption) (*Args_Target, error) All(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*TargetIndex_AllResponse, error) }
TargetIndexServiceClient is the client API for TargetIndexService 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 NewTargetIndexServiceClient ¶
func NewTargetIndexServiceClient(cc grpc.ClientConnInterface) TargetIndexServiceClient
type TargetIndexServiceServer ¶
type TargetIndexServiceServer interface { Delete(context.Context, *TargetIndex_TargetIdentifier) (*emptypb.Empty, error) Get(context.Context, *TargetIndex_TargetIdentifier) (*Args_Target, error) Includes(context.Context, *TargetIndex_TargetIdentifier) (*TargetIndex_IncludesResponse, error) Set(context.Context, *Args_Target) (*Args_Target, error) All(context.Context, *emptypb.Empty) (*TargetIndex_AllResponse, error) }
TargetIndexServiceServer is the server API for TargetIndexService service. All implementations should embed UnimplementedTargetIndexServiceServer for forward compatibility
type TargetIndex_AllResponse ¶
type TargetIndex_AllResponse struct { Targets []*Args_Target `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"` // contains filtered or unexported fields }
func (*TargetIndex_AllResponse) Descriptor
deprecated
func (*TargetIndex_AllResponse) Descriptor() ([]byte, []int)
Deprecated: Use TargetIndex_AllResponse.ProtoReflect.Descriptor instead.
func (*TargetIndex_AllResponse) GetTargets ¶
func (x *TargetIndex_AllResponse) GetTargets() []*Args_Target
func (*TargetIndex_AllResponse) ProtoMessage ¶
func (*TargetIndex_AllResponse) ProtoMessage()
func (*TargetIndex_AllResponse) ProtoReflect ¶
func (x *TargetIndex_AllResponse) ProtoReflect() protoreflect.Message
func (*TargetIndex_AllResponse) Reset ¶
func (x *TargetIndex_AllResponse) Reset()
func (*TargetIndex_AllResponse) String ¶
func (x *TargetIndex_AllResponse) String() string
type TargetIndex_IncludesResponse ¶
type TargetIndex_IncludesResponse struct { Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"` // contains filtered or unexported fields }
func (*TargetIndex_IncludesResponse) Descriptor
deprecated
func (*TargetIndex_IncludesResponse) Descriptor() ([]byte, []int)
Deprecated: Use TargetIndex_IncludesResponse.ProtoReflect.Descriptor instead.
func (*TargetIndex_IncludesResponse) GetExists ¶
func (x *TargetIndex_IncludesResponse) GetExists() bool
func (*TargetIndex_IncludesResponse) ProtoMessage ¶
func (*TargetIndex_IncludesResponse) ProtoMessage()
func (*TargetIndex_IncludesResponse) ProtoReflect ¶
func (x *TargetIndex_IncludesResponse) ProtoReflect() protoreflect.Message
func (*TargetIndex_IncludesResponse) Reset ¶
func (x *TargetIndex_IncludesResponse) Reset()
func (*TargetIndex_IncludesResponse) String ¶
func (x *TargetIndex_IncludesResponse) String() string
type TargetIndex_TargetIdentifier ¶
type TargetIndex_TargetIdentifier struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*TargetIndex_TargetIdentifier) Descriptor
deprecated
func (*TargetIndex_TargetIdentifier) Descriptor() ([]byte, []int)
Deprecated: Use TargetIndex_TargetIdentifier.ProtoReflect.Descriptor instead.
func (*TargetIndex_TargetIdentifier) GetId ¶
func (x *TargetIndex_TargetIdentifier) GetId() string
func (*TargetIndex_TargetIdentifier) ProtoMessage ¶
func (*TargetIndex_TargetIdentifier) ProtoMessage()
func (*TargetIndex_TargetIdentifier) ProtoReflect ¶
func (x *TargetIndex_TargetIdentifier) ProtoReflect() protoreflect.Message
func (*TargetIndex_TargetIdentifier) Reset ¶
func (x *TargetIndex_TargetIdentifier) Reset()
func (*TargetIndex_TargetIdentifier) String ¶
func (x *TargetIndex_TargetIdentifier) String() string
type TargetMachineServiceClient ¶
type TargetMachineServiceClient interface { // Required so a machine can properly act as a target ResourceId(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_ResourceIdResponse, error) Record(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_RecordResponse, error) Name(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_NameResponse, error) SetName(ctx context.Context, in *Target_SetNameRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Project(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Project, error) Metadata(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_MetadataSet, error) DataDir(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_DataDir_Target, error) State(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Target_State, error) UI(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_TerminalUI, error) Specialize(ctx context.Context, in *anypb.Any, opts ...grpc.CallOption) (*anypb.Any, error) Provider(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Provider, error) ProviderName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_NameResponse, error) UpdatedAt(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_UpdatedAtResponse, error) Communicate(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Communicator, error) Save(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) SetUUID(ctx context.Context, in *Target_SetUUIDRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetUUID(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_GetUUIDResponse, error) Destroy(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) Vagrantfile(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Vagrantfile, error) // Machine specific SetID(ctx context.Context, in *Target_Machine_SetIDRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetID(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_Machine_GetIDResponse, error) SetState(ctx context.Context, in *Target_Machine_SetStateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetState(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Target_Machine_State, error) Box(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_Machine_BoxResponse, error) Guest(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Guest, error) ConnectionInfo(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Hash, error) UID(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_Machine_UIDResponse, error) SyncedFolders(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_Machine_SyncedFoldersResponse, error) AsTarget(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Target, error) }
TargetMachineServiceClient is the client API for TargetMachineService 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 NewTargetMachineServiceClient ¶
func NewTargetMachineServiceClient(cc grpc.ClientConnInterface) TargetMachineServiceClient
type TargetMachineServiceServer ¶
type TargetMachineServiceServer interface { // Required so a machine can properly act as a target ResourceId(context.Context, *emptypb.Empty) (*Target_ResourceIdResponse, error) Record(context.Context, *emptypb.Empty) (*Target_RecordResponse, error) Name(context.Context, *emptypb.Empty) (*Target_NameResponse, error) SetName(context.Context, *Target_SetNameRequest) (*emptypb.Empty, error) Project(context.Context, *emptypb.Empty) (*Args_Project, error) Metadata(context.Context, *emptypb.Empty) (*Args_MetadataSet, error) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Target, error) State(context.Context, *emptypb.Empty) (*Args_Target_State, error) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error) Specialize(context.Context, *anypb.Any) (*anypb.Any, error) Provider(context.Context, *emptypb.Empty) (*Args_Provider, error) ProviderName(context.Context, *emptypb.Empty) (*Target_NameResponse, error) UpdatedAt(context.Context, *emptypb.Empty) (*Target_UpdatedAtResponse, error) Communicate(context.Context, *emptypb.Empty) (*Args_Communicator, error) Save(context.Context, *emptypb.Empty) (*emptypb.Empty, error) SetUUID(context.Context, *Target_SetUUIDRequest) (*emptypb.Empty, error) GetUUID(context.Context, *emptypb.Empty) (*Target_GetUUIDResponse, error) Destroy(context.Context, *emptypb.Empty) (*emptypb.Empty, error) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error) // Machine specific SetID(context.Context, *Target_Machine_SetIDRequest) (*emptypb.Empty, error) GetID(context.Context, *emptypb.Empty) (*Target_Machine_GetIDResponse, error) SetState(context.Context, *Target_Machine_SetStateRequest) (*emptypb.Empty, error) GetState(context.Context, *emptypb.Empty) (*Args_Target_Machine_State, error) Box(context.Context, *emptypb.Empty) (*Target_Machine_BoxResponse, error) Guest(context.Context, *emptypb.Empty) (*Args_Guest, error) ConnectionInfo(context.Context, *emptypb.Empty) (*Args_Hash, error) UID(context.Context, *emptypb.Empty) (*Target_Machine_UIDResponse, error) SyncedFolders(context.Context, *emptypb.Empty) (*Target_Machine_SyncedFoldersResponse, error) AsTarget(context.Context, *emptypb.Empty) (*Args_Target, error) }
TargetMachineServiceServer is the server API for TargetMachineService service. All implementations should embed UnimplementedTargetMachineServiceServer for forward compatibility
type TargetServiceClient ¶
type TargetServiceClient interface { ResourceId(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_ResourceIdResponse, error) Record(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_RecordResponse, error) Name(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_NameResponse, error) SetName(ctx context.Context, in *Target_SetNameRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Project(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Project, error) Metadata(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_MetadataSet, error) DataDir(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_DataDir_Target, error) State(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Target_State, error) UI(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_TerminalUI, error) Specialize(ctx context.Context, in *anypb.Any, opts ...grpc.CallOption) (*anypb.Any, error) Provider(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Provider, error) ProviderName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_NameResponse, error) UpdatedAt(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_UpdatedAtResponse, error) Communicate(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Communicator, error) Save(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) SetUUID(ctx context.Context, in *Target_SetUUIDRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetUUID(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Target_GetUUIDResponse, error) Destroy(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) Vagrantfile(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Args_Vagrantfile, error) }
TargetServiceClient is the client API for TargetService 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 NewTargetServiceClient ¶
func NewTargetServiceClient(cc grpc.ClientConnInterface) TargetServiceClient
type TargetServiceServer ¶
type TargetServiceServer interface { ResourceId(context.Context, *emptypb.Empty) (*Target_ResourceIdResponse, error) Record(context.Context, *emptypb.Empty) (*Target_RecordResponse, error) Name(context.Context, *emptypb.Empty) (*Target_NameResponse, error) SetName(context.Context, *Target_SetNameRequest) (*emptypb.Empty, error) Project(context.Context, *emptypb.Empty) (*Args_Project, error) Metadata(context.Context, *emptypb.Empty) (*Args_MetadataSet, error) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Target, error) State(context.Context, *emptypb.Empty) (*Args_Target_State, error) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error) Specialize(context.Context, *anypb.Any) (*anypb.Any, error) Provider(context.Context, *emptypb.Empty) (*Args_Provider, error) ProviderName(context.Context, *emptypb.Empty) (*Target_NameResponse, error) UpdatedAt(context.Context, *emptypb.Empty) (*Target_UpdatedAtResponse, error) Communicate(context.Context, *emptypb.Empty) (*Args_Communicator, error) Save(context.Context, *emptypb.Empty) (*emptypb.Empty, error) SetUUID(context.Context, *Target_SetUUIDRequest) (*emptypb.Empty, error) GetUUID(context.Context, *emptypb.Empty) (*Target_GetUUIDResponse, error) Destroy(context.Context, *emptypb.Empty) (*emptypb.Empty, error) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error) }
TargetServiceServer is the server API for TargetService service. All implementations should embed UnimplementedTargetServiceServer for forward compatibility
type Target_GetUUIDResponse ¶
type Target_GetUUIDResponse struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*Target_GetUUIDResponse) Descriptor
deprecated
func (*Target_GetUUIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_GetUUIDResponse.ProtoReflect.Descriptor instead.
func (*Target_GetUUIDResponse) GetUuid ¶
func (x *Target_GetUUIDResponse) GetUuid() string
func (*Target_GetUUIDResponse) ProtoMessage ¶
func (*Target_GetUUIDResponse) ProtoMessage()
func (*Target_GetUUIDResponse) ProtoReflect ¶
func (x *Target_GetUUIDResponse) ProtoReflect() protoreflect.Message
func (*Target_GetUUIDResponse) Reset ¶
func (x *Target_GetUUIDResponse) Reset()
func (*Target_GetUUIDResponse) String ¶
func (x *Target_GetUUIDResponse) String() string
type Target_Machine ¶
type Target_Machine struct {
// contains filtered or unexported fields
}
********************************************* Machine message used with machine service ********************************************
func (*Target_Machine) Descriptor
deprecated
func (*Target_Machine) Descriptor() ([]byte, []int)
Deprecated: Use Target_Machine.ProtoReflect.Descriptor instead.
func (*Target_Machine) ProtoMessage ¶
func (*Target_Machine) ProtoMessage()
func (*Target_Machine) ProtoReflect ¶
func (x *Target_Machine) ProtoReflect() protoreflect.Message
func (*Target_Machine) Reset ¶
func (x *Target_Machine) Reset()
func (*Target_Machine) String ¶
func (x *Target_Machine) String() string
type Target_Machine_BoxResponse ¶
type Target_Machine_BoxResponse struct { Box *Args_Box `protobuf:"bytes,1,opt,name=box,proto3,oneof" json:"box,omitempty"` // contains filtered or unexported fields }
NOTE: In general we are trying to consolidate our responses into generic shared Args.Foo style messages. A Machine can exist without a box, but the only way to get a nullable value in proto is within a message field. So here we break our pattern and wrap a response type to use "optional"
func (*Target_Machine_BoxResponse) Descriptor
deprecated
func (*Target_Machine_BoxResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_Machine_BoxResponse.ProtoReflect.Descriptor instead.
func (*Target_Machine_BoxResponse) GetBox ¶
func (x *Target_Machine_BoxResponse) GetBox() *Args_Box
func (*Target_Machine_BoxResponse) ProtoMessage ¶
func (*Target_Machine_BoxResponse) ProtoMessage()
func (*Target_Machine_BoxResponse) ProtoReflect ¶
func (x *Target_Machine_BoxResponse) ProtoReflect() protoreflect.Message
func (*Target_Machine_BoxResponse) Reset ¶
func (x *Target_Machine_BoxResponse) Reset()
func (*Target_Machine_BoxResponse) String ¶
func (x *Target_Machine_BoxResponse) String() string
type Target_Machine_GetIDResponse ¶
type Target_Machine_GetIDResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*Target_Machine_GetIDResponse) Descriptor
deprecated
func (*Target_Machine_GetIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_Machine_GetIDResponse.ProtoReflect.Descriptor instead.
func (*Target_Machine_GetIDResponse) GetId ¶
func (x *Target_Machine_GetIDResponse) GetId() string
func (*Target_Machine_GetIDResponse) ProtoMessage ¶
func (*Target_Machine_GetIDResponse) ProtoMessage()
func (*Target_Machine_GetIDResponse) ProtoReflect ¶
func (x *Target_Machine_GetIDResponse) ProtoReflect() protoreflect.Message
func (*Target_Machine_GetIDResponse) Reset ¶
func (x *Target_Machine_GetIDResponse) Reset()
func (*Target_Machine_GetIDResponse) String ¶
func (x *Target_Machine_GetIDResponse) String() string
type Target_Machine_GetStateResponse ¶
type Target_Machine_GetStateResponse struct { State *Args_Target_Machine_State `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Target_Machine_GetStateResponse) Descriptor
deprecated
func (*Target_Machine_GetStateResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_Machine_GetStateResponse.ProtoReflect.Descriptor instead.
func (*Target_Machine_GetStateResponse) GetState ¶
func (x *Target_Machine_GetStateResponse) GetState() *Args_Target_Machine_State
func (*Target_Machine_GetStateResponse) ProtoMessage ¶
func (*Target_Machine_GetStateResponse) ProtoMessage()
func (*Target_Machine_GetStateResponse) ProtoReflect ¶
func (x *Target_Machine_GetStateResponse) ProtoReflect() protoreflect.Message
func (*Target_Machine_GetStateResponse) Reset ¶
func (x *Target_Machine_GetStateResponse) Reset()
func (*Target_Machine_GetStateResponse) String ¶
func (x *Target_Machine_GetStateResponse) String() string
type Target_Machine_SetIDRequest ¶
type Target_Machine_SetIDRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*Target_Machine_SetIDRequest) Descriptor
deprecated
func (*Target_Machine_SetIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use Target_Machine_SetIDRequest.ProtoReflect.Descriptor instead.
func (*Target_Machine_SetIDRequest) GetId ¶
func (x *Target_Machine_SetIDRequest) GetId() string
func (*Target_Machine_SetIDRequest) ProtoMessage ¶
func (*Target_Machine_SetIDRequest) ProtoMessage()
func (*Target_Machine_SetIDRequest) ProtoReflect ¶
func (x *Target_Machine_SetIDRequest) ProtoReflect() protoreflect.Message
func (*Target_Machine_SetIDRequest) Reset ¶
func (x *Target_Machine_SetIDRequest) Reset()
func (*Target_Machine_SetIDRequest) String ¶
func (x *Target_Machine_SetIDRequest) String() string
type Target_Machine_SetStateRequest ¶
type Target_Machine_SetStateRequest struct { State *Args_Target_Machine_State `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Target_Machine_SetStateRequest) Descriptor
deprecated
func (*Target_Machine_SetStateRequest) Descriptor() ([]byte, []int)
Deprecated: Use Target_Machine_SetStateRequest.ProtoReflect.Descriptor instead.
func (*Target_Machine_SetStateRequest) GetState ¶
func (x *Target_Machine_SetStateRequest) GetState() *Args_Target_Machine_State
func (*Target_Machine_SetStateRequest) ProtoMessage ¶
func (*Target_Machine_SetStateRequest) ProtoMessage()
func (*Target_Machine_SetStateRequest) ProtoReflect ¶
func (x *Target_Machine_SetStateRequest) ProtoReflect() protoreflect.Message
func (*Target_Machine_SetStateRequest) Reset ¶
func (x *Target_Machine_SetStateRequest) Reset()
func (*Target_Machine_SetStateRequest) String ¶
func (x *Target_Machine_SetStateRequest) String() string
type Target_Machine_SyncedFoldersResponse ¶
type Target_Machine_SyncedFoldersResponse struct { SyncedFolders []*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder `protobuf:"bytes,1,rep,name=synced_folders,json=syncedFolders,proto3" json:"synced_folders,omitempty"` // contains filtered or unexported fields }
func (*Target_Machine_SyncedFoldersResponse) Descriptor
deprecated
func (*Target_Machine_SyncedFoldersResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_Machine_SyncedFoldersResponse.ProtoReflect.Descriptor instead.
func (*Target_Machine_SyncedFoldersResponse) GetSyncedFolders ¶
func (x *Target_Machine_SyncedFoldersResponse) GetSyncedFolders() []*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder
func (*Target_Machine_SyncedFoldersResponse) ProtoMessage ¶
func (*Target_Machine_SyncedFoldersResponse) ProtoMessage()
func (*Target_Machine_SyncedFoldersResponse) ProtoReflect ¶
func (x *Target_Machine_SyncedFoldersResponse) ProtoReflect() protoreflect.Message
func (*Target_Machine_SyncedFoldersResponse) Reset ¶
func (x *Target_Machine_SyncedFoldersResponse) Reset()
func (*Target_Machine_SyncedFoldersResponse) String ¶
func (x *Target_Machine_SyncedFoldersResponse) String() string
type Target_Machine_SyncedFoldersResponse_Folder ¶
type Target_Machine_SyncedFoldersResponse_Folder struct { Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"` Options *Args_Hash `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
func (*Target_Machine_SyncedFoldersResponse_Folder) Descriptor
deprecated
func (*Target_Machine_SyncedFoldersResponse_Folder) Descriptor() ([]byte, []int)
Deprecated: Use Target_Machine_SyncedFoldersResponse_Folder.ProtoReflect.Descriptor instead.
func (*Target_Machine_SyncedFoldersResponse_Folder) GetDestination ¶
func (x *Target_Machine_SyncedFoldersResponse_Folder) GetDestination() string
func (*Target_Machine_SyncedFoldersResponse_Folder) GetOptions ¶
func (x *Target_Machine_SyncedFoldersResponse_Folder) GetOptions() *Args_Hash
func (*Target_Machine_SyncedFoldersResponse_Folder) GetSource ¶
func (x *Target_Machine_SyncedFoldersResponse_Folder) GetSource() string
func (*Target_Machine_SyncedFoldersResponse_Folder) ProtoMessage ¶
func (*Target_Machine_SyncedFoldersResponse_Folder) ProtoMessage()
func (*Target_Machine_SyncedFoldersResponse_Folder) ProtoReflect ¶
func (x *Target_Machine_SyncedFoldersResponse_Folder) ProtoReflect() protoreflect.Message
func (*Target_Machine_SyncedFoldersResponse_Folder) Reset ¶
func (x *Target_Machine_SyncedFoldersResponse_Folder) Reset()
func (*Target_Machine_SyncedFoldersResponse_Folder) String ¶
func (x *Target_Machine_SyncedFoldersResponse_Folder) String() string
type Target_Machine_SyncedFoldersResponse_MachineSyncedFolder ¶
type Target_Machine_SyncedFoldersResponse_MachineSyncedFolder struct { Plugin *Args_SyncedFolder `protobuf:"bytes,1,opt,name=plugin,proto3" json:"plugin,omitempty"` Folder *Target_Machine_SyncedFoldersResponse_Folder `protobuf:"bytes,2,opt,name=folder,proto3" json:"folder,omitempty"` // contains filtered or unexported fields }
func (*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) Descriptor
deprecated
func (*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) Descriptor() ([]byte, []int)
Deprecated: Use Target_Machine_SyncedFoldersResponse_MachineSyncedFolder.ProtoReflect.Descriptor instead.
func (*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) GetPlugin ¶
func (x *Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) GetPlugin() *Args_SyncedFolder
func (*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) ProtoMessage ¶
func (*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) ProtoMessage()
func (*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) ProtoReflect ¶
func (x *Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) ProtoReflect() protoreflect.Message
func (*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) Reset ¶
func (x *Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) Reset()
func (*Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) String ¶
func (x *Target_Machine_SyncedFoldersResponse_MachineSyncedFolder) String() string
type Target_Machine_UIDResponse ¶
type Target_Machine_UIDResponse struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*Target_Machine_UIDResponse) Descriptor
deprecated
func (*Target_Machine_UIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_Machine_UIDResponse.ProtoReflect.Descriptor instead.
func (*Target_Machine_UIDResponse) GetUserId ¶
func (x *Target_Machine_UIDResponse) GetUserId() string
func (*Target_Machine_UIDResponse) ProtoMessage ¶
func (*Target_Machine_UIDResponse) ProtoMessage()
func (*Target_Machine_UIDResponse) ProtoReflect ¶
func (x *Target_Machine_UIDResponse) ProtoReflect() protoreflect.Message
func (*Target_Machine_UIDResponse) Reset ¶
func (x *Target_Machine_UIDResponse) Reset()
func (*Target_Machine_UIDResponse) String ¶
func (x *Target_Machine_UIDResponse) String() string
type Target_NameResponse ¶
type Target_NameResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Target_NameResponse) Descriptor
deprecated
func (*Target_NameResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_NameResponse.ProtoReflect.Descriptor instead.
func (*Target_NameResponse) GetName ¶
func (x *Target_NameResponse) GetName() string
func (*Target_NameResponse) ProtoMessage ¶
func (*Target_NameResponse) ProtoMessage()
func (*Target_NameResponse) ProtoReflect ¶
func (x *Target_NameResponse) ProtoReflect() protoreflect.Message
func (*Target_NameResponse) Reset ¶
func (x *Target_NameResponse) Reset()
func (*Target_NameResponse) String ¶
func (x *Target_NameResponse) String() string
type Target_ProjectResponse ¶
type Target_ProjectResponse struct { Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*Target_ProjectResponse) Descriptor
deprecated
func (*Target_ProjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_ProjectResponse.ProtoReflect.Descriptor instead.
func (*Target_ProjectResponse) GetProject ¶
func (x *Target_ProjectResponse) GetProject() *Ref_Project
func (*Target_ProjectResponse) ProtoMessage ¶
func (*Target_ProjectResponse) ProtoMessage()
func (*Target_ProjectResponse) ProtoReflect ¶
func (x *Target_ProjectResponse) ProtoReflect() protoreflect.Message
func (*Target_ProjectResponse) Reset ¶
func (x *Target_ProjectResponse) Reset()
func (*Target_ProjectResponse) String ¶
func (x *Target_ProjectResponse) String() string
type Target_RecordResponse ¶
type Target_RecordResponse struct { Record *anypb.Any `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"` // contains filtered or unexported fields }
func (*Target_RecordResponse) Descriptor
deprecated
func (*Target_RecordResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_RecordResponse.ProtoReflect.Descriptor instead.
func (*Target_RecordResponse) GetRecord ¶
func (x *Target_RecordResponse) GetRecord() *anypb.Any
func (*Target_RecordResponse) ProtoMessage ¶
func (*Target_RecordResponse) ProtoMessage()
func (*Target_RecordResponse) ProtoReflect ¶
func (x *Target_RecordResponse) ProtoReflect() protoreflect.Message
func (*Target_RecordResponse) Reset ¶
func (x *Target_RecordResponse) Reset()
func (*Target_RecordResponse) String ¶
func (x *Target_RecordResponse) String() string
type Target_ResourceIdResponse ¶
type Target_ResourceIdResponse struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // contains filtered or unexported fields }
func (*Target_ResourceIdResponse) Descriptor
deprecated
func (*Target_ResourceIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_ResourceIdResponse.ProtoReflect.Descriptor instead.
func (*Target_ResourceIdResponse) GetResourceId ¶
func (x *Target_ResourceIdResponse) GetResourceId() string
func (*Target_ResourceIdResponse) ProtoMessage ¶
func (*Target_ResourceIdResponse) ProtoMessage()
func (*Target_ResourceIdResponse) ProtoReflect ¶
func (x *Target_ResourceIdResponse) ProtoReflect() protoreflect.Message
func (*Target_ResourceIdResponse) Reset ¶
func (x *Target_ResourceIdResponse) Reset()
func (*Target_ResourceIdResponse) String ¶
func (x *Target_ResourceIdResponse) String() string
type Target_SetNameRequest ¶
type Target_SetNameRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Target_SetNameRequest) Descriptor
deprecated
func (*Target_SetNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use Target_SetNameRequest.ProtoReflect.Descriptor instead.
func (*Target_SetNameRequest) GetName ¶
func (x *Target_SetNameRequest) GetName() string
func (*Target_SetNameRequest) ProtoMessage ¶
func (*Target_SetNameRequest) ProtoMessage()
func (*Target_SetNameRequest) ProtoReflect ¶
func (x *Target_SetNameRequest) ProtoReflect() protoreflect.Message
func (*Target_SetNameRequest) Reset ¶
func (x *Target_SetNameRequest) Reset()
func (*Target_SetNameRequest) String ¶
func (x *Target_SetNameRequest) String() string
type Target_SetUUIDRequest ¶
type Target_SetUUIDRequest struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*Target_SetUUIDRequest) Descriptor
deprecated
func (*Target_SetUUIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use Target_SetUUIDRequest.ProtoReflect.Descriptor instead.
func (*Target_SetUUIDRequest) GetUuid ¶
func (x *Target_SetUUIDRequest) GetUuid() string
func (*Target_SetUUIDRequest) ProtoMessage ¶
func (*Target_SetUUIDRequest) ProtoMessage()
func (*Target_SetUUIDRequest) ProtoReflect ¶
func (x *Target_SetUUIDRequest) ProtoReflect() protoreflect.Message
func (*Target_SetUUIDRequest) Reset ¶
func (x *Target_SetUUIDRequest) Reset()
func (*Target_SetUUIDRequest) String ¶
func (x *Target_SetUUIDRequest) String() string
type Target_UpdatedAtResponse ¶
type Target_UpdatedAtResponse struct { UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
UpdatedAt
func (*Target_UpdatedAtResponse) Descriptor
deprecated
func (*Target_UpdatedAtResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_UpdatedAtResponse.ProtoReflect.Descriptor instead.
func (*Target_UpdatedAtResponse) GetUpdatedAt ¶
func (x *Target_UpdatedAtResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*Target_UpdatedAtResponse) ProtoMessage ¶
func (*Target_UpdatedAtResponse) ProtoMessage()
func (*Target_UpdatedAtResponse) ProtoReflect ¶
func (x *Target_UpdatedAtResponse) ProtoReflect() protoreflect.Message
func (*Target_UpdatedAtResponse) Reset ¶
func (x *Target_UpdatedAtResponse) Reset()
func (*Target_UpdatedAtResponse) String ¶
func (x *Target_UpdatedAtResponse) String() string
type Target_VagrantfileNameResponse ¶
type Target_VagrantfileNameResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
VagrantfileName
func (*Target_VagrantfileNameResponse) Descriptor
deprecated
func (*Target_VagrantfileNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_VagrantfileNameResponse.ProtoReflect.Descriptor instead.
func (*Target_VagrantfileNameResponse) GetName ¶
func (x *Target_VagrantfileNameResponse) GetName() string
func (*Target_VagrantfileNameResponse) ProtoMessage ¶
func (*Target_VagrantfileNameResponse) ProtoMessage()
func (*Target_VagrantfileNameResponse) ProtoReflect ¶
func (x *Target_VagrantfileNameResponse) ProtoReflect() protoreflect.Message
func (*Target_VagrantfileNameResponse) Reset ¶
func (x *Target_VagrantfileNameResponse) Reset()
func (*Target_VagrantfileNameResponse) String ¶
func (x *Target_VagrantfileNameResponse) String() string
type Target_VagrantfilePathResponse ¶
type Target_VagrantfilePathResponse struct { Path *Args_Path `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
VagrantfilePath
func (*Target_VagrantfilePathResponse) Descriptor
deprecated
func (*Target_VagrantfilePathResponse) Descriptor() ([]byte, []int)
Deprecated: Use Target_VagrantfilePathResponse.ProtoReflect.Descriptor instead.
func (*Target_VagrantfilePathResponse) GetPath ¶
func (x *Target_VagrantfilePathResponse) GetPath() *Args_Path
func (*Target_VagrantfilePathResponse) ProtoMessage ¶
func (*Target_VagrantfilePathResponse) ProtoMessage()
func (*Target_VagrantfilePathResponse) ProtoReflect ¶
func (x *Target_VagrantfilePathResponse) ProtoReflect() protoreflect.Message
func (*Target_VagrantfilePathResponse) Reset ¶
func (x *Target_VagrantfilePathResponse) Reset()
func (*Target_VagrantfilePathResponse) String ¶
func (x *Target_VagrantfilePathResponse) String() string
type TerminalUI ¶
type TerminalUI struct {
// contains filtered or unexported fields
}
func (*TerminalUI) Descriptor
deprecated
func (*TerminalUI) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI.ProtoReflect.Descriptor instead.
func (*TerminalUI) ProtoMessage ¶
func (*TerminalUI) ProtoMessage()
func (*TerminalUI) ProtoReflect ¶
func (x *TerminalUI) ProtoReflect() protoreflect.Message
func (*TerminalUI) Reset ¶
func (x *TerminalUI) Reset()
func (*TerminalUI) String ¶
func (x *TerminalUI) String() string
type TerminalUIServiceClient ¶
type TerminalUIServiceClient interface { Output(ctx context.Context, in *TerminalUI_OutputRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Events(ctx context.Context, opts ...grpc.CallOption) (TerminalUIService_EventsClient, error) IsInteractive(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*TerminalUI_IsInteractiveResponse, error) IsMachineReadable(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*TerminalUI_IsMachineReadableResponse, error) }
TerminalUIServiceClient is the client API for TerminalUIService 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 NewTerminalUIServiceClient ¶
func NewTerminalUIServiceClient(cc grpc.ClientConnInterface) TerminalUIServiceClient
type TerminalUIServiceServer ¶
type TerminalUIServiceServer interface { Output(context.Context, *TerminalUI_OutputRequest) (*emptypb.Empty, error) Events(TerminalUIService_EventsServer) error IsInteractive(context.Context, *emptypb.Empty) (*TerminalUI_IsInteractiveResponse, error) IsMachineReadable(context.Context, *emptypb.Empty) (*TerminalUI_IsMachineReadableResponse, error) }
TerminalUIServiceServer is the server API for TerminalUIService service. All implementations should embed UnimplementedTerminalUIServiceServer for forward compatibility
type TerminalUIService_EventsClient ¶
type TerminalUIService_EventsClient interface { Send(*TerminalUI_Event) error Recv() (*TerminalUI_Response, error) grpc.ClientStream }
type TerminalUIService_EventsServer ¶
type TerminalUIService_EventsServer interface { Send(*TerminalUI_Response) error Recv() (*TerminalUI_Event, error) grpc.ServerStream }
type TerminalUI_Event ¶
type TerminalUI_Event struct { // Types that are assignable to Event: // // *TerminalUI_Event_Line_ // *TerminalUI_Event_Status_ // *TerminalUI_Event_NamedValues_ // *TerminalUI_Event_Raw_ // *TerminalUI_Event_Table_ // *TerminalUI_Event_StepGroup_ // *TerminalUI_Event_Step_ // *TerminalUI_Event_Input_ // *TerminalUI_Event_ClearLine_ Event isTerminalUI_Event_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*TerminalUI_Event) Descriptor
deprecated
func (*TerminalUI_Event) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event) GetClearLine ¶
func (x *TerminalUI_Event) GetClearLine() *TerminalUI_Event_ClearLine
func (*TerminalUI_Event) GetEvent ¶
func (m *TerminalUI_Event) GetEvent() isTerminalUI_Event_Event
func (*TerminalUI_Event) GetInput ¶
func (x *TerminalUI_Event) GetInput() *TerminalUI_Event_Input
func (*TerminalUI_Event) GetLine ¶
func (x *TerminalUI_Event) GetLine() *TerminalUI_Event_Line
func (*TerminalUI_Event) GetNamedValues ¶
func (x *TerminalUI_Event) GetNamedValues() *TerminalUI_Event_NamedValues
func (*TerminalUI_Event) GetRaw ¶
func (x *TerminalUI_Event) GetRaw() *TerminalUI_Event_Raw
func (*TerminalUI_Event) GetStatus ¶
func (x *TerminalUI_Event) GetStatus() *TerminalUI_Event_Status
func (*TerminalUI_Event) GetStep ¶
func (x *TerminalUI_Event) GetStep() *TerminalUI_Event_Step
func (*TerminalUI_Event) GetStepGroup ¶
func (x *TerminalUI_Event) GetStepGroup() *TerminalUI_Event_StepGroup
func (*TerminalUI_Event) GetTable ¶
func (x *TerminalUI_Event) GetTable() *TerminalUI_Event_Table
func (*TerminalUI_Event) ProtoMessage ¶
func (*TerminalUI_Event) ProtoMessage()
func (*TerminalUI_Event) ProtoReflect ¶
func (x *TerminalUI_Event) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event) Reset ¶
func (x *TerminalUI_Event) Reset()
func (*TerminalUI_Event) String ¶
func (x *TerminalUI_Event) String() string
type TerminalUI_Event_ClearLine ¶
type TerminalUI_Event_ClearLine struct {
// contains filtered or unexported fields
}
func (*TerminalUI_Event_ClearLine) Descriptor
deprecated
func (*TerminalUI_Event_ClearLine) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_ClearLine.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_ClearLine) ProtoMessage ¶
func (*TerminalUI_Event_ClearLine) ProtoMessage()
func (*TerminalUI_Event_ClearLine) ProtoReflect ¶
func (x *TerminalUI_Event_ClearLine) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_ClearLine) Reset ¶
func (x *TerminalUI_Event_ClearLine) Reset()
func (*TerminalUI_Event_ClearLine) String ¶
func (x *TerminalUI_Event_ClearLine) String() string
type TerminalUI_Event_ClearLine_ ¶
type TerminalUI_Event_ClearLine_ struct {
ClearLine *TerminalUI_Event_ClearLine `protobuf:"bytes,9,opt,name=clear_line,json=clearLine,proto3,oneof"`
}
type TerminalUI_Event_Input ¶
type TerminalUI_Event_Input struct { Prompt string `protobuf:"bytes,1,opt,name=prompt,proto3" json:"prompt,omitempty"` Style string `protobuf:"bytes,2,opt,name=style,proto3" json:"style,omitempty"` Secret bool `protobuf:"varint,3,opt,name=secret,proto3" json:"secret,omitempty"` Color string `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_Input) Descriptor
deprecated
func (*TerminalUI_Event_Input) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_Input.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_Input) GetColor ¶
func (x *TerminalUI_Event_Input) GetColor() string
func (*TerminalUI_Event_Input) GetPrompt ¶
func (x *TerminalUI_Event_Input) GetPrompt() string
func (*TerminalUI_Event_Input) GetSecret ¶
func (x *TerminalUI_Event_Input) GetSecret() bool
func (*TerminalUI_Event_Input) GetStyle ¶
func (x *TerminalUI_Event_Input) GetStyle() string
func (*TerminalUI_Event_Input) ProtoMessage ¶
func (*TerminalUI_Event_Input) ProtoMessage()
func (*TerminalUI_Event_Input) ProtoReflect ¶
func (x *TerminalUI_Event_Input) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_Input) Reset ¶
func (x *TerminalUI_Event_Input) Reset()
func (*TerminalUI_Event_Input) String ¶
func (x *TerminalUI_Event_Input) String() string
type TerminalUI_Event_InputResp ¶
type TerminalUI_Event_InputResp struct { Input string `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"` Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_InputResp) Descriptor
deprecated
func (*TerminalUI_Event_InputResp) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_InputResp.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_InputResp) GetError ¶
func (x *TerminalUI_Event_InputResp) GetError() *status.Status
func (*TerminalUI_Event_InputResp) GetInput ¶
func (x *TerminalUI_Event_InputResp) GetInput() string
func (*TerminalUI_Event_InputResp) ProtoMessage ¶
func (*TerminalUI_Event_InputResp) ProtoMessage()
func (*TerminalUI_Event_InputResp) ProtoReflect ¶
func (x *TerminalUI_Event_InputResp) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_InputResp) Reset ¶
func (x *TerminalUI_Event_InputResp) Reset()
func (*TerminalUI_Event_InputResp) String ¶
func (x *TerminalUI_Event_InputResp) String() string
type TerminalUI_Event_Input_ ¶
type TerminalUI_Event_Input_ struct {
Input *TerminalUI_Event_Input `protobuf:"bytes,8,opt,name=input,proto3,oneof"`
}
type TerminalUI_Event_Line ¶
type TerminalUI_Event_Line struct { Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"` Style string `protobuf:"bytes,2,opt,name=style,proto3" json:"style,omitempty"` DisableNewLine bool `protobuf:"varint,3,opt,name=disable_new_line,json=disableNewLine,proto3" json:"disable_new_line,omitempty"` Color string `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_Line) Descriptor
deprecated
func (*TerminalUI_Event_Line) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_Line.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_Line) GetColor ¶
func (x *TerminalUI_Event_Line) GetColor() string
func (*TerminalUI_Event_Line) GetDisableNewLine ¶
func (x *TerminalUI_Event_Line) GetDisableNewLine() bool
func (*TerminalUI_Event_Line) GetMsg ¶
func (x *TerminalUI_Event_Line) GetMsg() string
func (*TerminalUI_Event_Line) GetStyle ¶
func (x *TerminalUI_Event_Line) GetStyle() string
func (*TerminalUI_Event_Line) ProtoMessage ¶
func (*TerminalUI_Event_Line) ProtoMessage()
func (*TerminalUI_Event_Line) ProtoReflect ¶
func (x *TerminalUI_Event_Line) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_Line) Reset ¶
func (x *TerminalUI_Event_Line) Reset()
func (*TerminalUI_Event_Line) String ¶
func (x *TerminalUI_Event_Line) String() string
type TerminalUI_Event_Line_ ¶
type TerminalUI_Event_Line_ struct {
Line *TerminalUI_Event_Line `protobuf:"bytes,1,opt,name=line,proto3,oneof"`
}
type TerminalUI_Event_NamedValue ¶
type TerminalUI_Event_NamedValue struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_NamedValue) Descriptor
deprecated
func (*TerminalUI_Event_NamedValue) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_NamedValue.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_NamedValue) GetName ¶
func (x *TerminalUI_Event_NamedValue) GetName() string
func (*TerminalUI_Event_NamedValue) GetValue ¶
func (x *TerminalUI_Event_NamedValue) GetValue() string
func (*TerminalUI_Event_NamedValue) ProtoMessage ¶
func (*TerminalUI_Event_NamedValue) ProtoMessage()
func (*TerminalUI_Event_NamedValue) ProtoReflect ¶
func (x *TerminalUI_Event_NamedValue) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_NamedValue) Reset ¶
func (x *TerminalUI_Event_NamedValue) Reset()
func (*TerminalUI_Event_NamedValue) String ¶
func (x *TerminalUI_Event_NamedValue) String() string
type TerminalUI_Event_NamedValues ¶
type TerminalUI_Event_NamedValues struct { Values []*TerminalUI_Event_NamedValue `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_NamedValues) Descriptor
deprecated
func (*TerminalUI_Event_NamedValues) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_NamedValues.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_NamedValues) GetValues ¶
func (x *TerminalUI_Event_NamedValues) GetValues() []*TerminalUI_Event_NamedValue
func (*TerminalUI_Event_NamedValues) ProtoMessage ¶
func (*TerminalUI_Event_NamedValues) ProtoMessage()
func (*TerminalUI_Event_NamedValues) ProtoReflect ¶
func (x *TerminalUI_Event_NamedValues) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_NamedValues) Reset ¶
func (x *TerminalUI_Event_NamedValues) Reset()
func (*TerminalUI_Event_NamedValues) String ¶
func (x *TerminalUI_Event_NamedValues) String() string
type TerminalUI_Event_NamedValues_ ¶
type TerminalUI_Event_NamedValues_ struct {
NamedValues *TerminalUI_Event_NamedValues `protobuf:"bytes,3,opt,name=named_values,json=namedValues,proto3,oneof"`
}
type TerminalUI_Event_Raw ¶
type TerminalUI_Event_Raw struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Stderr bool `protobuf:"varint,2,opt,name=stderr,proto3" json:"stderr,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_Raw) Descriptor
deprecated
func (*TerminalUI_Event_Raw) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_Raw.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_Raw) GetData ¶
func (x *TerminalUI_Event_Raw) GetData() []byte
func (*TerminalUI_Event_Raw) GetStderr ¶
func (x *TerminalUI_Event_Raw) GetStderr() bool
func (*TerminalUI_Event_Raw) ProtoMessage ¶
func (*TerminalUI_Event_Raw) ProtoMessage()
func (*TerminalUI_Event_Raw) ProtoReflect ¶
func (x *TerminalUI_Event_Raw) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_Raw) Reset ¶
func (x *TerminalUI_Event_Raw) Reset()
func (*TerminalUI_Event_Raw) String ¶
func (x *TerminalUI_Event_Raw) String() string
type TerminalUI_Event_Raw_ ¶
type TerminalUI_Event_Raw_ struct {
Raw *TerminalUI_Event_Raw `protobuf:"bytes,4,opt,name=raw,proto3,oneof"`
}
type TerminalUI_Event_Status ¶
type TerminalUI_Event_Status struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` Step bool `protobuf:"varint,3,opt,name=step,proto3" json:"step,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_Status) Descriptor
deprecated
func (*TerminalUI_Event_Status) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_Status.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_Status) GetMsg ¶
func (x *TerminalUI_Event_Status) GetMsg() string
func (*TerminalUI_Event_Status) GetStatus ¶
func (x *TerminalUI_Event_Status) GetStatus() string
func (*TerminalUI_Event_Status) GetStep ¶
func (x *TerminalUI_Event_Status) GetStep() bool
func (*TerminalUI_Event_Status) ProtoMessage ¶
func (*TerminalUI_Event_Status) ProtoMessage()
func (*TerminalUI_Event_Status) ProtoReflect ¶
func (x *TerminalUI_Event_Status) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_Status) Reset ¶
func (x *TerminalUI_Event_Status) Reset()
func (*TerminalUI_Event_Status) String ¶
func (x *TerminalUI_Event_Status) String() string
type TerminalUI_Event_Status_ ¶
type TerminalUI_Event_Status_ struct {
Status *TerminalUI_Event_Status `protobuf:"bytes,2,opt,name=status,proto3,oneof"`
}
type TerminalUI_Event_Step ¶
type TerminalUI_Event_Step struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Close bool `protobuf:"varint,2,opt,name=close,proto3" json:"close,omitempty"` Msg string `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"` Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` Output []byte `protobuf:"bytes,5,opt,name=output,proto3" json:"output,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_Step) Descriptor
deprecated
func (*TerminalUI_Event_Step) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_Step.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_Step) GetClose ¶
func (x *TerminalUI_Event_Step) GetClose() bool
func (*TerminalUI_Event_Step) GetId ¶
func (x *TerminalUI_Event_Step) GetId() int32
func (*TerminalUI_Event_Step) GetMsg ¶
func (x *TerminalUI_Event_Step) GetMsg() string
func (*TerminalUI_Event_Step) GetOutput ¶
func (x *TerminalUI_Event_Step) GetOutput() []byte
func (*TerminalUI_Event_Step) GetStatus ¶
func (x *TerminalUI_Event_Step) GetStatus() string
func (*TerminalUI_Event_Step) ProtoMessage ¶
func (*TerminalUI_Event_Step) ProtoMessage()
func (*TerminalUI_Event_Step) ProtoReflect ¶
func (x *TerminalUI_Event_Step) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_Step) Reset ¶
func (x *TerminalUI_Event_Step) Reset()
func (*TerminalUI_Event_Step) String ¶
func (x *TerminalUI_Event_Step) String() string
type TerminalUI_Event_StepGroup ¶
type TerminalUI_Event_StepGroup struct { Close bool `protobuf:"varint,1,opt,name=close,proto3" json:"close,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_StepGroup) Descriptor
deprecated
func (*TerminalUI_Event_StepGroup) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_StepGroup.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_StepGroup) GetClose ¶
func (x *TerminalUI_Event_StepGroup) GetClose() bool
func (*TerminalUI_Event_StepGroup) ProtoMessage ¶
func (*TerminalUI_Event_StepGroup) ProtoMessage()
func (*TerminalUI_Event_StepGroup) ProtoReflect ¶
func (x *TerminalUI_Event_StepGroup) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_StepGroup) Reset ¶
func (x *TerminalUI_Event_StepGroup) Reset()
func (*TerminalUI_Event_StepGroup) String ¶
func (x *TerminalUI_Event_StepGroup) String() string
type TerminalUI_Event_StepGroup_ ¶
type TerminalUI_Event_StepGroup_ struct {
StepGroup *TerminalUI_Event_StepGroup `protobuf:"bytes,6,opt,name=step_group,json=stepGroup,proto3,oneof"`
}
type TerminalUI_Event_Step_ ¶
type TerminalUI_Event_Step_ struct {
Step *TerminalUI_Event_Step `protobuf:"bytes,7,opt,name=step,proto3,oneof"`
}
type TerminalUI_Event_Table ¶
type TerminalUI_Event_Table struct { Headers []string `protobuf:"bytes,1,rep,name=headers,proto3" json:"headers,omitempty"` Rows []*TerminalUI_Event_TableRow `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_Table) Descriptor
deprecated
func (*TerminalUI_Event_Table) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_Table.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_Table) GetHeaders ¶
func (x *TerminalUI_Event_Table) GetHeaders() []string
func (*TerminalUI_Event_Table) GetRows ¶
func (x *TerminalUI_Event_Table) GetRows() []*TerminalUI_Event_TableRow
func (*TerminalUI_Event_Table) ProtoMessage ¶
func (*TerminalUI_Event_Table) ProtoMessage()
func (*TerminalUI_Event_Table) ProtoReflect ¶
func (x *TerminalUI_Event_Table) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_Table) Reset ¶
func (x *TerminalUI_Event_Table) Reset()
func (*TerminalUI_Event_Table) String ¶
func (x *TerminalUI_Event_Table) String() string
type TerminalUI_Event_TableEntry ¶
type TerminalUI_Event_TableEntry struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Color string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_TableEntry) Descriptor
deprecated
func (*TerminalUI_Event_TableEntry) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_TableEntry.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_TableEntry) GetColor ¶
func (x *TerminalUI_Event_TableEntry) GetColor() string
func (*TerminalUI_Event_TableEntry) GetValue ¶
func (x *TerminalUI_Event_TableEntry) GetValue() string
func (*TerminalUI_Event_TableEntry) ProtoMessage ¶
func (*TerminalUI_Event_TableEntry) ProtoMessage()
func (*TerminalUI_Event_TableEntry) ProtoReflect ¶
func (x *TerminalUI_Event_TableEntry) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_TableEntry) Reset ¶
func (x *TerminalUI_Event_TableEntry) Reset()
func (*TerminalUI_Event_TableEntry) String ¶
func (x *TerminalUI_Event_TableEntry) String() string
type TerminalUI_Event_TableRow ¶
type TerminalUI_Event_TableRow struct { Entries []*TerminalUI_Event_TableEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_Event_TableRow) Descriptor
deprecated
func (*TerminalUI_Event_TableRow) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Event_TableRow.ProtoReflect.Descriptor instead.
func (*TerminalUI_Event_TableRow) GetEntries ¶
func (x *TerminalUI_Event_TableRow) GetEntries() []*TerminalUI_Event_TableEntry
func (*TerminalUI_Event_TableRow) ProtoMessage ¶
func (*TerminalUI_Event_TableRow) ProtoMessage()
func (*TerminalUI_Event_TableRow) ProtoReflect ¶
func (x *TerminalUI_Event_TableRow) ProtoReflect() protoreflect.Message
func (*TerminalUI_Event_TableRow) Reset ¶
func (x *TerminalUI_Event_TableRow) Reset()
func (*TerminalUI_Event_TableRow) String ¶
func (x *TerminalUI_Event_TableRow) String() string
type TerminalUI_Event_Table_ ¶
type TerminalUI_Event_Table_ struct {
Table *TerminalUI_Event_Table `protobuf:"bytes,5,opt,name=table,proto3,oneof"`
}
type TerminalUI_IsInteractiveResponse ¶
type TerminalUI_IsInteractiveResponse struct { Interactive bool `protobuf:"varint,1,opt,name=interactive,proto3" json:"interactive,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_IsInteractiveResponse) Descriptor
deprecated
func (*TerminalUI_IsInteractiveResponse) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_IsInteractiveResponse.ProtoReflect.Descriptor instead.
func (*TerminalUI_IsInteractiveResponse) GetInteractive ¶
func (x *TerminalUI_IsInteractiveResponse) GetInteractive() bool
func (*TerminalUI_IsInteractiveResponse) ProtoMessage ¶
func (*TerminalUI_IsInteractiveResponse) ProtoMessage()
func (*TerminalUI_IsInteractiveResponse) ProtoReflect ¶
func (x *TerminalUI_IsInteractiveResponse) ProtoReflect() protoreflect.Message
func (*TerminalUI_IsInteractiveResponse) Reset ¶
func (x *TerminalUI_IsInteractiveResponse) Reset()
func (*TerminalUI_IsInteractiveResponse) String ¶
func (x *TerminalUI_IsInteractiveResponse) String() string
type TerminalUI_IsMachineReadableResponse ¶
type TerminalUI_IsMachineReadableResponse struct { MachineReadable bool `protobuf:"varint,1,opt,name=machine_readable,json=machineReadable,proto3" json:"machine_readable,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_IsMachineReadableResponse) Descriptor
deprecated
func (*TerminalUI_IsMachineReadableResponse) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_IsMachineReadableResponse.ProtoReflect.Descriptor instead.
func (*TerminalUI_IsMachineReadableResponse) GetMachineReadable ¶
func (x *TerminalUI_IsMachineReadableResponse) GetMachineReadable() bool
func (*TerminalUI_IsMachineReadableResponse) ProtoMessage ¶
func (*TerminalUI_IsMachineReadableResponse) ProtoMessage()
func (*TerminalUI_IsMachineReadableResponse) ProtoReflect ¶
func (x *TerminalUI_IsMachineReadableResponse) ProtoReflect() protoreflect.Message
func (*TerminalUI_IsMachineReadableResponse) Reset ¶
func (x *TerminalUI_IsMachineReadableResponse) Reset()
func (*TerminalUI_IsMachineReadableResponse) String ¶
func (x *TerminalUI_IsMachineReadableResponse) String() string
type TerminalUI_OutputRequest ¶
type TerminalUI_OutputRequest struct { Lines []string `protobuf:"bytes,1,rep,name=lines,proto3" json:"lines,omitempty"` Style TerminalUI_OutputRequest_Style `protobuf:"varint,2,opt,name=style,proto3,enum=hashicorp.vagrant.sdk.TerminalUI_OutputRequest_Style" json:"style,omitempty"` DisableNewLine bool `protobuf:"varint,3,opt,name=disable_new_line,json=disableNewLine,proto3" json:"disable_new_line,omitempty"` Color string `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"` // contains filtered or unexported fields }
func (*TerminalUI_OutputRequest) Descriptor
deprecated
func (*TerminalUI_OutputRequest) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_OutputRequest.ProtoReflect.Descriptor instead.
func (*TerminalUI_OutputRequest) GetColor ¶
func (x *TerminalUI_OutputRequest) GetColor() string
func (*TerminalUI_OutputRequest) GetDisableNewLine ¶
func (x *TerminalUI_OutputRequest) GetDisableNewLine() bool
func (*TerminalUI_OutputRequest) GetLines ¶
func (x *TerminalUI_OutputRequest) GetLines() []string
func (*TerminalUI_OutputRequest) GetStyle ¶
func (x *TerminalUI_OutputRequest) GetStyle() TerminalUI_OutputRequest_Style
func (*TerminalUI_OutputRequest) ProtoMessage ¶
func (*TerminalUI_OutputRequest) ProtoMessage()
func (*TerminalUI_OutputRequest) ProtoReflect ¶
func (x *TerminalUI_OutputRequest) ProtoReflect() protoreflect.Message
func (*TerminalUI_OutputRequest) Reset ¶
func (x *TerminalUI_OutputRequest) Reset()
func (*TerminalUI_OutputRequest) String ¶
func (x *TerminalUI_OutputRequest) String() string
type TerminalUI_OutputRequest_Style ¶
type TerminalUI_OutputRequest_Style int32
const ( TerminalUI_OutputRequest_HEADER TerminalUI_OutputRequest_Style = 0 TerminalUI_OutputRequest_ERROR TerminalUI_OutputRequest_Style = 1 TerminalUI_OutputRequest_ERROR_BOLD TerminalUI_OutputRequest_Style = 2 TerminalUI_OutputRequest_WARNING TerminalUI_OutputRequest_Style = 3 TerminalUI_OutputRequest_WARNING_BOLD TerminalUI_OutputRequest_Style = 4 TerminalUI_OutputRequest_INFO TerminalUI_OutputRequest_Style = 5 TerminalUI_OutputRequest_SUCCESS TerminalUI_OutputRequest_Style = 6 TerminalUI_OutputRequest_SUCCESS_BOLD TerminalUI_OutputRequest_Style = 7 )
func (TerminalUI_OutputRequest_Style) Descriptor ¶
func (TerminalUI_OutputRequest_Style) Descriptor() protoreflect.EnumDescriptor
func (TerminalUI_OutputRequest_Style) Enum ¶
func (x TerminalUI_OutputRequest_Style) Enum() *TerminalUI_OutputRequest_Style
func (TerminalUI_OutputRequest_Style) EnumDescriptor
deprecated
func (TerminalUI_OutputRequest_Style) EnumDescriptor() ([]byte, []int)
Deprecated: Use TerminalUI_OutputRequest_Style.Descriptor instead.
func (TerminalUI_OutputRequest_Style) Number ¶
func (x TerminalUI_OutputRequest_Style) Number() protoreflect.EnumNumber
func (TerminalUI_OutputRequest_Style) String ¶
func (x TerminalUI_OutputRequest_Style) String() string
func (TerminalUI_OutputRequest_Style) Type ¶
func (TerminalUI_OutputRequest_Style) Type() protoreflect.EnumType
type TerminalUI_Response ¶
type TerminalUI_Response struct { // Types that are assignable to Event: // // *TerminalUI_Response_Input Event isTerminalUI_Response_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*TerminalUI_Response) Descriptor
deprecated
func (*TerminalUI_Response) Descriptor() ([]byte, []int)
Deprecated: Use TerminalUI_Response.ProtoReflect.Descriptor instead.
func (*TerminalUI_Response) GetEvent ¶
func (m *TerminalUI_Response) GetEvent() isTerminalUI_Response_Event
func (*TerminalUI_Response) GetInput ¶
func (x *TerminalUI_Response) GetInput() *TerminalUI_Event_InputResp
func (*TerminalUI_Response) ProtoMessage ¶
func (*TerminalUI_Response) ProtoMessage()
func (*TerminalUI_Response) ProtoReflect ¶
func (x *TerminalUI_Response) ProtoReflect() protoreflect.Message
func (*TerminalUI_Response) Reset ¶
func (x *TerminalUI_Response) Reset()
func (*TerminalUI_Response) String ¶
func (x *TerminalUI_Response) String() string
type TerminalUI_Response_Input ¶
type TerminalUI_Response_Input struct {
Input *TerminalUI_Event_InputResp `protobuf:"bytes,1,opt,name=input,proto3,oneof"`
}
type UnimplementedBasisServiceServer ¶
type UnimplementedBasisServiceServer struct { }
UnimplementedBasisServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedBasisServiceServer) Boxes ¶
func (UnimplementedBasisServiceServer) Boxes(context.Context, *emptypb.Empty) (*Args_BoxCollection, error)
func (UnimplementedBasisServiceServer) DataDir ¶
func (UnimplementedBasisServiceServer) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Basis, error)
func (UnimplementedBasisServiceServer) DefaultPrivateKey ¶
func (UnimplementedBasisServiceServer) DefaultProvider ¶
func (UnimplementedBasisServiceServer) DefaultProvider(context.Context, *emptypb.Empty) (*Basis_DefaultProviderResponse, error)
func (UnimplementedBasisServiceServer) ResourceId ¶
func (UnimplementedBasisServiceServer) ResourceId(context.Context, *emptypb.Empty) (*Basis_ResourceIdResponse, error)
func (UnimplementedBasisServiceServer) Seed ¶
func (UnimplementedBasisServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedBasisServiceServer) Seeds ¶
func (UnimplementedBasisServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedBasisServiceServer) TargetIndex ¶
func (UnimplementedBasisServiceServer) TargetIndex(context.Context, *emptypb.Empty) (*Args_TargetIndex, error)
func (UnimplementedBasisServiceServer) UI ¶
func (UnimplementedBasisServiceServer) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error)
func (UnimplementedBasisServiceServer) Vagrantfile ¶
func (UnimplementedBasisServiceServer) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error)
type UnimplementedBoxCollectionServiceServer ¶
type UnimplementedBoxCollectionServiceServer struct { }
UnimplementedBoxCollectionServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedBoxCollectionServiceServer) Add ¶
func (UnimplementedBoxCollectionServiceServer) Add(context.Context, *BoxCollection_AddRequest) (*Args_Box, error)
func (UnimplementedBoxCollectionServiceServer) All ¶
func (UnimplementedBoxCollectionServiceServer) All(context.Context, *emptypb.Empty) (*BoxCollection_AllResponse, error)
func (UnimplementedBoxCollectionServiceServer) Clean ¶
func (UnimplementedBoxCollectionServiceServer) Clean(context.Context, *BoxCollection_CleanRequest) (*emptypb.Empty, error)
func (UnimplementedBoxCollectionServiceServer) Find ¶
func (UnimplementedBoxCollectionServiceServer) Find(context.Context, *BoxCollection_FindRequest) (*Args_Box, error)
type UnimplementedBoxMetadataServiceServer ¶
type UnimplementedBoxMetadataServiceServer struct { }
UnimplementedBoxMetadataServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedBoxMetadataServiceServer) BoxName ¶
func (UnimplementedBoxMetadataServiceServer) BoxName(context.Context, *emptypb.Empty) (*BoxMetadata_NameResponse, error)
func (UnimplementedBoxMetadataServiceServer) ListProviders ¶
func (UnimplementedBoxMetadataServiceServer) ListProviders(context.Context, *BoxMetadata_ListProvidersRequest) (*BoxMetadata_ListProvidersResponse, error)
func (UnimplementedBoxMetadataServiceServer) ListVersions ¶
func (UnimplementedBoxMetadataServiceServer) ListVersions(context.Context, *BoxMetadata_ListVersionsQuery) (*BoxMetadata_ListVersionsResponse, error)
func (UnimplementedBoxMetadataServiceServer) LoadMetadata ¶
func (UnimplementedBoxMetadataServiceServer) LoadMetadata(context.Context, *BoxMetadata_LoadMetadataRequest) (*emptypb.Empty, error)
func (UnimplementedBoxMetadataServiceServer) Provider ¶
func (UnimplementedBoxMetadataServiceServer) Provider(context.Context, *BoxMetadata_ProviderRequest) (*BoxMetadata_ProviderResponse, error)
func (UnimplementedBoxMetadataServiceServer) Version ¶
func (UnimplementedBoxMetadataServiceServer) Version(context.Context, *BoxMetadata_VersionQuery) (*BoxMetadata_VersionResponse, error)
type UnimplementedBoxServiceServer ¶
type UnimplementedBoxServiceServer struct { }
UnimplementedBoxServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedBoxServiceServer) AutomaticUpdateCheckAllowed ¶
func (UnimplementedBoxServiceServer) AutomaticUpdateCheckAllowed(context.Context, *emptypb.Empty) (*Box_AutomaticUpdateCheckAllowedResponse, error)
func (UnimplementedBoxServiceServer) BoxMetadata ¶
func (UnimplementedBoxServiceServer) BoxMetadata(context.Context, *emptypb.Empty) (*Box_BoxMetadataResponse, error)
func (UnimplementedBoxServiceServer) Compare ¶
func (UnimplementedBoxServiceServer) Compare(context.Context, *Args_Box) (*Box_EqualityResponse, error)
func (UnimplementedBoxServiceServer) HasUpdate ¶
func (UnimplementedBoxServiceServer) HasUpdate(context.Context, *Box_HasUpdateRequest) (*Box_HasUpdateResponse, error)
func (UnimplementedBoxServiceServer) InUse ¶
func (UnimplementedBoxServiceServer) InUse(context.Context, *Args_TargetIndex) (*Box_InUseResponse, error)
func (UnimplementedBoxServiceServer) Machines ¶
func (UnimplementedBoxServiceServer) Machines(context.Context, *Args_TargetIndex) (*Box_MachinesResponse, error)
func (UnimplementedBoxServiceServer) Metadata ¶
func (UnimplementedBoxServiceServer) Metadata(context.Context, *emptypb.Empty) (*Args_BoxMetadata, error)
func (UnimplementedBoxServiceServer) MetadataURL ¶
func (UnimplementedBoxServiceServer) MetadataURL(context.Context, *emptypb.Empty) (*Box_MetadataUrlResponse, error)
func (UnimplementedBoxServiceServer) Name ¶
func (UnimplementedBoxServiceServer) Name(context.Context, *emptypb.Empty) (*Box_NameResponse, error)
func (UnimplementedBoxServiceServer) Provider ¶
func (UnimplementedBoxServiceServer) Provider(context.Context, *emptypb.Empty) (*Box_ProviderResponse, error)
func (UnimplementedBoxServiceServer) UpdateInfo ¶
func (UnimplementedBoxServiceServer) UpdateInfo(context.Context, *Box_HasUpdateRequest) (*Box_UpdateInfoResponse, error)
func (UnimplementedBoxServiceServer) Version ¶
func (UnimplementedBoxServiceServer) Version(context.Context, *emptypb.Empty) (*Box_VersionResponse, error)
type UnimplementedCommandServiceServer ¶
type UnimplementedCommandServiceServer struct { }
UnimplementedCommandServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedCommandServiceServer) CommandInfo ¶
func (UnimplementedCommandServiceServer) CommandInfo(context.Context, *FuncSpec_Args) (*Command_CommandInfoResp, error)
func (UnimplementedCommandServiceServer) CommandInfoSpec ¶
func (UnimplementedCommandServiceServer) Execute ¶
func (UnimplementedCommandServiceServer) Execute(context.Context, *Command_ExecuteReq) (*Command_ExecuteResp, error)
func (UnimplementedCommandServiceServer) ExecuteSpec ¶
func (UnimplementedCommandServiceServer) ExecuteSpec(context.Context, *Command_ExecuteSpecReq) (*FuncSpec, error)
func (UnimplementedCommandServiceServer) PluginName ¶
func (UnimplementedCommandServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
func (UnimplementedCommandServiceServer) Seed ¶
func (UnimplementedCommandServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedCommandServiceServer) Seeds ¶
func (UnimplementedCommandServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedCommandServiceServer) SetPluginName ¶
func (UnimplementedCommandServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
type UnimplementedCommunicatorServiceServer ¶
type UnimplementedCommunicatorServiceServer struct { }
UnimplementedCommunicatorServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedCommunicatorServiceServer) Download ¶
func (UnimplementedCommunicatorServiceServer) Download(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedCommunicatorServiceServer) DownloadSpec ¶
func (UnimplementedCommunicatorServiceServer) Execute ¶
func (UnimplementedCommunicatorServiceServer) Execute(context.Context, *FuncSpec_Args) (*Communicator_ExecuteResp, error)
func (UnimplementedCommunicatorServiceServer) ExecuteSpec ¶
func (UnimplementedCommunicatorServiceServer) Init ¶
func (UnimplementedCommunicatorServiceServer) Init(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedCommunicatorServiceServer) Match ¶
func (UnimplementedCommunicatorServiceServer) Match(context.Context, *FuncSpec_Args) (*Communicator_MatchResp, error)
func (UnimplementedCommunicatorServiceServer) PluginName ¶
func (UnimplementedCommunicatorServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
func (UnimplementedCommunicatorServiceServer) PrivilegedExecute ¶
func (UnimplementedCommunicatorServiceServer) PrivilegedExecute(context.Context, *FuncSpec_Args) (*Communicator_ExecuteResp, error)
func (UnimplementedCommunicatorServiceServer) PrivilegedExecuteSpec ¶
func (UnimplementedCommunicatorServiceServer) Ready ¶
func (UnimplementedCommunicatorServiceServer) Ready(context.Context, *FuncSpec_Args) (*Communicator_ReadyResp, error)
func (UnimplementedCommunicatorServiceServer) Reset ¶
func (UnimplementedCommunicatorServiceServer) Reset(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedCommunicatorServiceServer) Seed ¶
func (UnimplementedCommunicatorServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedCommunicatorServiceServer) Seeds ¶
func (UnimplementedCommunicatorServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedCommunicatorServiceServer) SetPluginName ¶
func (UnimplementedCommunicatorServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
func (UnimplementedCommunicatorServiceServer) Test ¶
func (UnimplementedCommunicatorServiceServer) Test(context.Context, *FuncSpec_Args) (*Communicator_TestResp, error)
func (UnimplementedCommunicatorServiceServer) Upload ¶
func (UnimplementedCommunicatorServiceServer) Upload(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedCommunicatorServiceServer) UploadSpec ¶
func (UnimplementedCommunicatorServiceServer) WaitForReady ¶
func (UnimplementedCommunicatorServiceServer) WaitForReady(context.Context, *FuncSpec_Args) (*Communicator_ReadyResp, error)
func (UnimplementedCommunicatorServiceServer) WaitForReadySpec ¶
type UnimplementedConfigServiceServer ¶
type UnimplementedConfigServiceServer struct { }
UnimplementedConfigServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedConfigServiceServer) Finalize ¶
func (UnimplementedConfigServiceServer) Finalize(context.Context, *FuncSpec_Args) (*Config_FinalizeResponse, error)
func (UnimplementedConfigServiceServer) FinalizeSpec ¶
func (UnimplementedConfigServiceServer) Init ¶
func (UnimplementedConfigServiceServer) Init(context.Context, *FuncSpec_Args) (*Config_InitResponse, error)
func (UnimplementedConfigServiceServer) Merge ¶
func (UnimplementedConfigServiceServer) Merge(context.Context, *FuncSpec_Args) (*Args_ConfigData, error)
func (UnimplementedConfigServiceServer) PluginName ¶
func (UnimplementedConfigServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
func (UnimplementedConfigServiceServer) Register ¶
func (UnimplementedConfigServiceServer) Register(context.Context, *emptypb.Empty) (*Config_RegisterResponse, error)
func (UnimplementedConfigServiceServer) Seed ¶
func (UnimplementedConfigServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedConfigServiceServer) Seeds ¶
func (UnimplementedConfigServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedConfigServiceServer) SetPluginName ¶
func (UnimplementedConfigServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
func (UnimplementedConfigServiceServer) Struct ¶
func (UnimplementedConfigServiceServer) Struct(context.Context, *FuncSpec_Args) (*Config_StructResponse, error)
func (UnimplementedConfigServiceServer) StructSpec ¶
type UnimplementedCorePluginManagerServiceServer ¶
type UnimplementedCorePluginManagerServiceServer struct { }
UnimplementedCorePluginManagerServiceServer should be embedded to have forward compatible implementations.
type UnimplementedDownloaderServiceServer ¶
type UnimplementedDownloaderServiceServer struct { }
UnimplementedDownloaderServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedDownloaderServiceServer) Download ¶
func (UnimplementedDownloaderServiceServer) Download(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedDownloaderServiceServer) DownloadSpec ¶
func (UnimplementedDownloaderServiceServer) PluginName ¶
func (UnimplementedDownloaderServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
func (UnimplementedDownloaderServiceServer) Seed ¶
func (UnimplementedDownloaderServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedDownloaderServiceServer) Seeds ¶
func (UnimplementedDownloaderServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedDownloaderServiceServer) SetPluginName ¶
func (UnimplementedDownloaderServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
type UnimplementedGuestServiceServer ¶
type UnimplementedGuestServiceServer struct { }
UnimplementedGuestServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedGuestServiceServer) Capability ¶
func (UnimplementedGuestServiceServer) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error)
func (UnimplementedGuestServiceServer) CapabilitySpec ¶
func (UnimplementedGuestServiceServer) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error)
func (UnimplementedGuestServiceServer) Detect ¶
func (UnimplementedGuestServiceServer) Detect(context.Context, *FuncSpec_Args) (*Platform_DetectResp, error)
func (UnimplementedGuestServiceServer) DetectSpec ¶
func (UnimplementedGuestServiceServer) HasCapability ¶
func (UnimplementedGuestServiceServer) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error)
func (UnimplementedGuestServiceServer) HasCapabilitySpec ¶
func (UnimplementedGuestServiceServer) Parent ¶
func (UnimplementedGuestServiceServer) Parent(context.Context, *FuncSpec_Args) (*Platform_ParentResp, error)
func (UnimplementedGuestServiceServer) ParentSpec ¶
func (UnimplementedGuestServiceServer) PluginName ¶
func (UnimplementedGuestServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
func (UnimplementedGuestServiceServer) Seed ¶
func (UnimplementedGuestServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedGuestServiceServer) Seeds ¶
func (UnimplementedGuestServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedGuestServiceServer) SetPluginName ¶
func (UnimplementedGuestServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
type UnimplementedHostServiceServer ¶
type UnimplementedHostServiceServer struct { }
UnimplementedHostServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedHostServiceServer) Capability ¶
func (UnimplementedHostServiceServer) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error)
func (UnimplementedHostServiceServer) CapabilitySpec ¶
func (UnimplementedHostServiceServer) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error)
func (UnimplementedHostServiceServer) Detect ¶
func (UnimplementedHostServiceServer) Detect(context.Context, *FuncSpec_Args) (*Platform_DetectResp, error)
func (UnimplementedHostServiceServer) DetectSpec ¶
func (UnimplementedHostServiceServer) HasCapability ¶
func (UnimplementedHostServiceServer) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error)
func (UnimplementedHostServiceServer) HasCapabilitySpec ¶
func (UnimplementedHostServiceServer) Parent ¶
func (UnimplementedHostServiceServer) Parent(context.Context, *FuncSpec_Args) (*Platform_ParentResp, error)
func (UnimplementedHostServiceServer) ParentSpec ¶
func (UnimplementedHostServiceServer) PluginName ¶
func (UnimplementedHostServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
func (UnimplementedHostServiceServer) Seed ¶
func (UnimplementedHostServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedHostServiceServer) Seeds ¶
func (UnimplementedHostServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedHostServiceServer) SetPluginName ¶
func (UnimplementedHostServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
type UnimplementedMapperServer ¶
type UnimplementedMapperServer struct { }
UnimplementedMapperServer should be embedded to have forward compatible implementations.
func (UnimplementedMapperServer) ListMappers ¶
func (UnimplementedMapperServer) ListMappers(context.Context, *emptypb.Empty) (*Map_ListResponse, error)
func (UnimplementedMapperServer) Map ¶
func (UnimplementedMapperServer) Map(context.Context, *Map_Request) (*Map_Response, error)
type UnimplementedPluginInfoServiceServer ¶
type UnimplementedPluginInfoServiceServer struct { }
UnimplementedPluginInfoServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedPluginInfoServiceServer) ComponentOptions ¶
func (UnimplementedPluginInfoServiceServer) ComponentOptions(context.Context, *emptypb.Empty) (*PluginInfo_ComponentOptionsMap, error)
func (UnimplementedPluginInfoServiceServer) ComponentTypes ¶
func (UnimplementedPluginInfoServiceServer) ComponentTypes(context.Context, *emptypb.Empty) (*PluginInfo_ComponentList, error)
func (UnimplementedPluginInfoServiceServer) Name ¶
func (UnimplementedPluginInfoServiceServer) Name(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
type UnimplementedPluginManagerServiceServer ¶
type UnimplementedPluginManagerServiceServer struct { }
UnimplementedPluginManagerServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedPluginManagerServiceServer) GetPlugin ¶
func (UnimplementedPluginManagerServiceServer) GetPlugin(context.Context, *PluginManager_Plugin) (*PluginManager_Plugin, error)
func (UnimplementedPluginManagerServiceServer) ListPlugins ¶
func (UnimplementedPluginManagerServiceServer) ListPlugins(context.Context, *PluginManager_PluginsRequest) (*PluginManager_PluginsResponse, error)
type UnimplementedProjectServiceServer ¶
type UnimplementedProjectServiceServer struct { }
UnimplementedProjectServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedProjectServiceServer) ActiveTargets ¶
func (UnimplementedProjectServiceServer) ActiveTargets(context.Context, *emptypb.Empty) (*Project_ActiveTargetsResponse, error)
func (UnimplementedProjectServiceServer) Boxes ¶
func (UnimplementedProjectServiceServer) Boxes(context.Context, *emptypb.Empty) (*Args_BoxCollection, error)
func (UnimplementedProjectServiceServer) Config ¶
func (UnimplementedProjectServiceServer) Config(context.Context, *emptypb.Empty) (*Project_ConfigResponse, error)
func (UnimplementedProjectServiceServer) DataDir ¶
func (UnimplementedProjectServiceServer) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Project, error)
func (UnimplementedProjectServiceServer) DefaultPrivateKey ¶
func (UnimplementedProjectServiceServer) DefaultProvider ¶
func (UnimplementedProjectServiceServer) DefaultProvider(context.Context, *Project_DefaultProviderRequest) (*Project_DefaultProviderResponse, error)
func (UnimplementedProjectServiceServer) PrimaryTargetName ¶
func (UnimplementedProjectServiceServer) PrimaryTargetName(context.Context, *emptypb.Empty) (*Project_PrimaryTargetNameResponse, error)
func (UnimplementedProjectServiceServer) ResourceId ¶
func (UnimplementedProjectServiceServer) ResourceId(context.Context, *emptypb.Empty) (*Project_ResourceIdResponse, error)
func (UnimplementedProjectServiceServer) Target ¶
func (UnimplementedProjectServiceServer) Target(context.Context, *Project_TargetRequest) (*Args_Target, error)
func (UnimplementedProjectServiceServer) TargetIds ¶
func (UnimplementedProjectServiceServer) TargetIds(context.Context, *emptypb.Empty) (*Project_TargetIdsResponse, error)
func (UnimplementedProjectServiceServer) TargetIndex ¶
func (UnimplementedProjectServiceServer) TargetIndex(context.Context, *emptypb.Empty) (*Args_TargetIndex, error)
func (UnimplementedProjectServiceServer) TargetNames ¶
func (UnimplementedProjectServiceServer) TargetNames(context.Context, *emptypb.Empty) (*Project_TargetNamesResponse, error)
func (UnimplementedProjectServiceServer) UI ¶
func (UnimplementedProjectServiceServer) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error)
func (UnimplementedProjectServiceServer) Vagrantfile ¶
func (UnimplementedProjectServiceServer) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error)
func (UnimplementedProjectServiceServer) VagrantfileName ¶
func (UnimplementedProjectServiceServer) VagrantfileName(context.Context, *emptypb.Empty) (*Project_VagrantfileNameResponse, error)
func (UnimplementedProjectServiceServer) VagrantfilePath ¶
type UnimplementedProviderServiceServer ¶
type UnimplementedProviderServiceServer struct { }
UnimplementedProviderServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedProviderServiceServer) Action ¶
func (UnimplementedProviderServiceServer) Action(context.Context, *Provider_ActionRequest) (*emptypb.Empty, error)
func (UnimplementedProviderServiceServer) ActionSpec ¶
func (UnimplementedProviderServiceServer) ActionSpec(context.Context, *Provider_ActionRequest) (*FuncSpec, error)
func (UnimplementedProviderServiceServer) Capability ¶
func (UnimplementedProviderServiceServer) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error)
func (UnimplementedProviderServiceServer) CapabilitySpec ¶
func (UnimplementedProviderServiceServer) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error)
func (UnimplementedProviderServiceServer) HasCapability ¶
func (UnimplementedProviderServiceServer) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error)
func (UnimplementedProviderServiceServer) HasCapabilitySpec ¶
func (UnimplementedProviderServiceServer) Installed ¶
func (UnimplementedProviderServiceServer) Installed(context.Context, *FuncSpec_Args) (*Provider_InstalledResp, error)
func (UnimplementedProviderServiceServer) InstalledSpec ¶
func (UnimplementedProviderServiceServer) MachineIdChanged ¶
func (UnimplementedProviderServiceServer) MachineIdChanged(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedProviderServiceServer) MachineIdChangedSpec ¶
func (UnimplementedProviderServiceServer) PluginName ¶
func (UnimplementedProviderServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
func (UnimplementedProviderServiceServer) Seed ¶
func (UnimplementedProviderServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedProviderServiceServer) Seeds ¶
func (UnimplementedProviderServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedProviderServiceServer) SetPluginName ¶
func (UnimplementedProviderServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
func (UnimplementedProviderServiceServer) SshInfo ¶
func (UnimplementedProviderServiceServer) SshInfo(context.Context, *FuncSpec_Args) (*Args_Connection_SSHInfo, error)
func (UnimplementedProviderServiceServer) SshInfoSpec ¶
func (UnimplementedProviderServiceServer) State ¶
func (UnimplementedProviderServiceServer) State(context.Context, *FuncSpec_Args) (*Args_Target_Machine_State, error)
func (UnimplementedProviderServiceServer) Usable ¶
func (UnimplementedProviderServiceServer) Usable(context.Context, *FuncSpec_Args) (*Provider_UsableResp, error)
func (UnimplementedProviderServiceServer) UsableSpec ¶
type UnimplementedProvisionerServiceServer ¶
type UnimplementedProvisionerServiceServer struct { }
UnimplementedProvisionerServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedProvisionerServiceServer) Cleanup ¶
func (UnimplementedProvisionerServiceServer) Cleanup(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedProvisionerServiceServer) CleanupSpec ¶
func (UnimplementedProvisionerServiceServer) Configure ¶
func (UnimplementedProvisionerServiceServer) Configure(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedProvisionerServiceServer) ConfigureSpec ¶
func (UnimplementedProvisionerServiceServer) PluginName ¶
func (UnimplementedProvisionerServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
func (UnimplementedProvisionerServiceServer) Provision ¶
func (UnimplementedProvisionerServiceServer) Provision(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedProvisionerServiceServer) ProvisionSpec ¶
func (UnimplementedProvisionerServiceServer) Seed ¶
func (UnimplementedProvisionerServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedProvisionerServiceServer) Seeds ¶
func (UnimplementedProvisionerServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedProvisionerServiceServer) SetPluginName ¶
func (UnimplementedProvisionerServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
type UnimplementedPushServiceServer ¶
type UnimplementedPushServiceServer struct { }
UnimplementedPushServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedPushServiceServer) PluginName ¶
func (UnimplementedPushServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
func (UnimplementedPushServiceServer) Push ¶
func (UnimplementedPushServiceServer) Push(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedPushServiceServer) Seed ¶
func (UnimplementedPushServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedPushServiceServer) Seeds ¶
func (UnimplementedPushServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedPushServiceServer) SetPluginName ¶
func (UnimplementedPushServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
type UnimplementedStateBagServiceServer ¶
type UnimplementedStateBagServiceServer struct { }
UnimplementedStateBagServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedStateBagServiceServer) Get ¶
func (UnimplementedStateBagServiceServer) Get(context.Context, *StateBag_GetRequest) (*StateBag_GetResponse, error)
func (UnimplementedStateBagServiceServer) GetOk ¶
func (UnimplementedStateBagServiceServer) GetOk(context.Context, *StateBag_GetRequest) (*StateBag_GetOkResponse, error)
func (UnimplementedStateBagServiceServer) Put ¶
func (UnimplementedStateBagServiceServer) Put(context.Context, *StateBag_PutRequest) (*StateBag_PutResponse, error)
func (UnimplementedStateBagServiceServer) Remove ¶
func (UnimplementedStateBagServiceServer) Remove(context.Context, *StateBag_RemoveRequest) (*StateBag_RemoveResponse, error)
type UnimplementedSyncedFolderServiceServer ¶
type UnimplementedSyncedFolderServiceServer struct { }
UnimplementedSyncedFolderServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedSyncedFolderServiceServer) Capability ¶
func (UnimplementedSyncedFolderServiceServer) Capability(context.Context, *Platform_Capability_NamedRequest) (*Platform_Capability_Resp, error)
func (UnimplementedSyncedFolderServiceServer) CapabilitySpec ¶
func (UnimplementedSyncedFolderServiceServer) CapabilitySpec(context.Context, *Platform_Capability_NamedRequest) (*FuncSpec, error)
func (UnimplementedSyncedFolderServiceServer) Cleanup ¶
func (UnimplementedSyncedFolderServiceServer) Cleanup(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedSyncedFolderServiceServer) CleanupSpec ¶
func (UnimplementedSyncedFolderServiceServer) Disable ¶
func (UnimplementedSyncedFolderServiceServer) Disable(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedSyncedFolderServiceServer) DisableSpec ¶
func (UnimplementedSyncedFolderServiceServer) Enable ¶
func (UnimplementedSyncedFolderServiceServer) Enable(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedSyncedFolderServiceServer) EnableSpec ¶
func (UnimplementedSyncedFolderServiceServer) HasCapability ¶
func (UnimplementedSyncedFolderServiceServer) HasCapability(context.Context, *FuncSpec_Args) (*Platform_Capability_CheckResp, error)
func (UnimplementedSyncedFolderServiceServer) HasCapabilitySpec ¶
func (UnimplementedSyncedFolderServiceServer) PluginName ¶
func (UnimplementedSyncedFolderServiceServer) PluginName(context.Context, *emptypb.Empty) (*PluginInfo_Name, error)
func (UnimplementedSyncedFolderServiceServer) Prepare ¶
func (UnimplementedSyncedFolderServiceServer) Prepare(context.Context, *FuncSpec_Args) (*emptypb.Empty, error)
func (UnimplementedSyncedFolderServiceServer) PrepareSpec ¶
func (UnimplementedSyncedFolderServiceServer) Seed ¶
func (UnimplementedSyncedFolderServiceServer) Seed(context.Context, *Args_Seeds) (*emptypb.Empty, error)
func (UnimplementedSyncedFolderServiceServer) Seeds ¶
func (UnimplementedSyncedFolderServiceServer) Seeds(context.Context, *emptypb.Empty) (*Args_Seeds, error)
func (UnimplementedSyncedFolderServiceServer) SetPluginName ¶
func (UnimplementedSyncedFolderServiceServer) SetPluginName(context.Context, *PluginInfo_Name) (*emptypb.Empty, error)
func (UnimplementedSyncedFolderServiceServer) Usable ¶
func (UnimplementedSyncedFolderServiceServer) Usable(context.Context, *FuncSpec_Args) (*SyncedFolder_UsableResp, error)
func (UnimplementedSyncedFolderServiceServer) UsableSpec ¶
type UnimplementedTargetIndexServiceServer ¶
type UnimplementedTargetIndexServiceServer struct { }
UnimplementedTargetIndexServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedTargetIndexServiceServer) All ¶
func (UnimplementedTargetIndexServiceServer) All(context.Context, *emptypb.Empty) (*TargetIndex_AllResponse, error)
func (UnimplementedTargetIndexServiceServer) Delete ¶
func (UnimplementedTargetIndexServiceServer) Delete(context.Context, *TargetIndex_TargetIdentifier) (*emptypb.Empty, error)
func (UnimplementedTargetIndexServiceServer) Includes ¶
func (UnimplementedTargetIndexServiceServer) Includes(context.Context, *TargetIndex_TargetIdentifier) (*TargetIndex_IncludesResponse, error)
func (UnimplementedTargetIndexServiceServer) Set ¶
func (UnimplementedTargetIndexServiceServer) Set(context.Context, *Args_Target) (*Args_Target, error)
type UnimplementedTargetMachineServiceServer ¶
type UnimplementedTargetMachineServiceServer struct { }
UnimplementedTargetMachineServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedTargetMachineServiceServer) AsTarget ¶
func (UnimplementedTargetMachineServiceServer) AsTarget(context.Context, *emptypb.Empty) (*Args_Target, error)
func (UnimplementedTargetMachineServiceServer) Box ¶
func (UnimplementedTargetMachineServiceServer) Box(context.Context, *emptypb.Empty) (*Target_Machine_BoxResponse, error)
func (UnimplementedTargetMachineServiceServer) Communicate ¶
func (UnimplementedTargetMachineServiceServer) Communicate(context.Context, *emptypb.Empty) (*Args_Communicator, error)
func (UnimplementedTargetMachineServiceServer) ConnectionInfo ¶
func (UnimplementedTargetMachineServiceServer) DataDir ¶
func (UnimplementedTargetMachineServiceServer) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Target, error)
func (UnimplementedTargetMachineServiceServer) GetID ¶
func (UnimplementedTargetMachineServiceServer) GetID(context.Context, *emptypb.Empty) (*Target_Machine_GetIDResponse, error)
func (UnimplementedTargetMachineServiceServer) GetState ¶
func (UnimplementedTargetMachineServiceServer) GetState(context.Context, *emptypb.Empty) (*Args_Target_Machine_State, error)
func (UnimplementedTargetMachineServiceServer) GetUUID ¶
func (UnimplementedTargetMachineServiceServer) GetUUID(context.Context, *emptypb.Empty) (*Target_GetUUIDResponse, error)
func (UnimplementedTargetMachineServiceServer) Guest ¶
func (UnimplementedTargetMachineServiceServer) Guest(context.Context, *emptypb.Empty) (*Args_Guest, error)
func (UnimplementedTargetMachineServiceServer) Metadata ¶
func (UnimplementedTargetMachineServiceServer) Metadata(context.Context, *emptypb.Empty) (*Args_MetadataSet, error)
func (UnimplementedTargetMachineServiceServer) Name ¶
func (UnimplementedTargetMachineServiceServer) Name(context.Context, *emptypb.Empty) (*Target_NameResponse, error)
func (UnimplementedTargetMachineServiceServer) Project ¶
func (UnimplementedTargetMachineServiceServer) Project(context.Context, *emptypb.Empty) (*Args_Project, error)
func (UnimplementedTargetMachineServiceServer) Provider ¶
func (UnimplementedTargetMachineServiceServer) Provider(context.Context, *emptypb.Empty) (*Args_Provider, error)
func (UnimplementedTargetMachineServiceServer) ProviderName ¶
func (UnimplementedTargetMachineServiceServer) ProviderName(context.Context, *emptypb.Empty) (*Target_NameResponse, error)
func (UnimplementedTargetMachineServiceServer) Record ¶
func (UnimplementedTargetMachineServiceServer) Record(context.Context, *emptypb.Empty) (*Target_RecordResponse, error)
func (UnimplementedTargetMachineServiceServer) ResourceId ¶
func (UnimplementedTargetMachineServiceServer) ResourceId(context.Context, *emptypb.Empty) (*Target_ResourceIdResponse, error)
func (UnimplementedTargetMachineServiceServer) SetID ¶
func (UnimplementedTargetMachineServiceServer) SetID(context.Context, *Target_Machine_SetIDRequest) (*emptypb.Empty, error)
func (UnimplementedTargetMachineServiceServer) SetName ¶
func (UnimplementedTargetMachineServiceServer) SetName(context.Context, *Target_SetNameRequest) (*emptypb.Empty, error)
func (UnimplementedTargetMachineServiceServer) SetState ¶
func (UnimplementedTargetMachineServiceServer) SetState(context.Context, *Target_Machine_SetStateRequest) (*emptypb.Empty, error)
func (UnimplementedTargetMachineServiceServer) SetUUID ¶
func (UnimplementedTargetMachineServiceServer) SetUUID(context.Context, *Target_SetUUIDRequest) (*emptypb.Empty, error)
func (UnimplementedTargetMachineServiceServer) Specialize ¶
func (UnimplementedTargetMachineServiceServer) State ¶
func (UnimplementedTargetMachineServiceServer) State(context.Context, *emptypb.Empty) (*Args_Target_State, error)
func (UnimplementedTargetMachineServiceServer) SyncedFolders ¶
func (UnimplementedTargetMachineServiceServer) SyncedFolders(context.Context, *emptypb.Empty) (*Target_Machine_SyncedFoldersResponse, error)
func (UnimplementedTargetMachineServiceServer) UI ¶
func (UnimplementedTargetMachineServiceServer) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error)
func (UnimplementedTargetMachineServiceServer) UID ¶
func (UnimplementedTargetMachineServiceServer) UID(context.Context, *emptypb.Empty) (*Target_Machine_UIDResponse, error)
func (UnimplementedTargetMachineServiceServer) UpdatedAt ¶
func (UnimplementedTargetMachineServiceServer) UpdatedAt(context.Context, *emptypb.Empty) (*Target_UpdatedAtResponse, error)
func (UnimplementedTargetMachineServiceServer) Vagrantfile ¶
func (UnimplementedTargetMachineServiceServer) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error)
type UnimplementedTargetServiceServer ¶
type UnimplementedTargetServiceServer struct { }
UnimplementedTargetServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedTargetServiceServer) Communicate ¶
func (UnimplementedTargetServiceServer) Communicate(context.Context, *emptypb.Empty) (*Args_Communicator, error)
func (UnimplementedTargetServiceServer) DataDir ¶
func (UnimplementedTargetServiceServer) DataDir(context.Context, *emptypb.Empty) (*Args_DataDir_Target, error)
func (UnimplementedTargetServiceServer) GetUUID ¶
func (UnimplementedTargetServiceServer) GetUUID(context.Context, *emptypb.Empty) (*Target_GetUUIDResponse, error)
func (UnimplementedTargetServiceServer) Metadata ¶
func (UnimplementedTargetServiceServer) Metadata(context.Context, *emptypb.Empty) (*Args_MetadataSet, error)
func (UnimplementedTargetServiceServer) Name ¶
func (UnimplementedTargetServiceServer) Name(context.Context, *emptypb.Empty) (*Target_NameResponse, error)
func (UnimplementedTargetServiceServer) Project ¶
func (UnimplementedTargetServiceServer) Project(context.Context, *emptypb.Empty) (*Args_Project, error)
func (UnimplementedTargetServiceServer) Provider ¶
func (UnimplementedTargetServiceServer) Provider(context.Context, *emptypb.Empty) (*Args_Provider, error)
func (UnimplementedTargetServiceServer) ProviderName ¶
func (UnimplementedTargetServiceServer) ProviderName(context.Context, *emptypb.Empty) (*Target_NameResponse, error)
func (UnimplementedTargetServiceServer) Record ¶
func (UnimplementedTargetServiceServer) Record(context.Context, *emptypb.Empty) (*Target_RecordResponse, error)
func (UnimplementedTargetServiceServer) ResourceId ¶
func (UnimplementedTargetServiceServer) ResourceId(context.Context, *emptypb.Empty) (*Target_ResourceIdResponse, error)
func (UnimplementedTargetServiceServer) SetName ¶
func (UnimplementedTargetServiceServer) SetName(context.Context, *Target_SetNameRequest) (*emptypb.Empty, error)
func (UnimplementedTargetServiceServer) SetUUID ¶
func (UnimplementedTargetServiceServer) SetUUID(context.Context, *Target_SetUUIDRequest) (*emptypb.Empty, error)
func (UnimplementedTargetServiceServer) Specialize ¶
func (UnimplementedTargetServiceServer) State ¶
func (UnimplementedTargetServiceServer) State(context.Context, *emptypb.Empty) (*Args_Target_State, error)
func (UnimplementedTargetServiceServer) UI ¶
func (UnimplementedTargetServiceServer) UI(context.Context, *emptypb.Empty) (*Args_TerminalUI, error)
func (UnimplementedTargetServiceServer) UpdatedAt ¶
func (UnimplementedTargetServiceServer) UpdatedAt(context.Context, *emptypb.Empty) (*Target_UpdatedAtResponse, error)
func (UnimplementedTargetServiceServer) Vagrantfile ¶
func (UnimplementedTargetServiceServer) Vagrantfile(context.Context, *emptypb.Empty) (*Args_Vagrantfile, error)
type UnimplementedTerminalUIServiceServer ¶
type UnimplementedTerminalUIServiceServer struct { }
UnimplementedTerminalUIServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedTerminalUIServiceServer) IsInteractive ¶
func (UnimplementedTerminalUIServiceServer) IsInteractive(context.Context, *emptypb.Empty) (*TerminalUI_IsInteractiveResponse, error)
func (UnimplementedTerminalUIServiceServer) IsMachineReadable ¶
func (UnimplementedTerminalUIServiceServer) IsMachineReadable(context.Context, *emptypb.Empty) (*TerminalUI_IsMachineReadableResponse, error)
func (UnimplementedTerminalUIServiceServer) Output ¶
func (UnimplementedTerminalUIServiceServer) Output(context.Context, *TerminalUI_OutputRequest) (*emptypb.Empty, error)
type UnimplementedVagrantfileServiceServer ¶
type UnimplementedVagrantfileServiceServer struct { }
UnimplementedVagrantfileServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedVagrantfileServiceServer) GetConfig ¶
func (UnimplementedVagrantfileServiceServer) GetConfig(context.Context, *Vagrantfile_NamespaceRequest) (*Args_ConfigData, error)
func (UnimplementedVagrantfileServiceServer) GetValue ¶
func (UnimplementedVagrantfileServiceServer) GetValue(context.Context, *Vagrantfile_ValueRequest) (*Args_Direct, error)
func (UnimplementedVagrantfileServiceServer) PrimaryTargetName ¶
func (UnimplementedVagrantfileServiceServer) PrimaryTargetName(context.Context, *emptypb.Empty) (*Vagrantfile_PrimaryTargetNameResponse, error)
func (UnimplementedVagrantfileServiceServer) Target ¶
func (UnimplementedVagrantfileServiceServer) Target(context.Context, *Vagrantfile_TargetRequest) (*Args_Target, error)
func (UnimplementedVagrantfileServiceServer) TargetConfig ¶
func (UnimplementedVagrantfileServiceServer) TargetConfig(context.Context, *Vagrantfile_TargetConfigRequest) (*Args_Vagrantfile, error)
func (UnimplementedVagrantfileServiceServer) TargetNames ¶
func (UnimplementedVagrantfileServiceServer) TargetNames(context.Context, *emptypb.Empty) (*Vagrantfile_TargetNamesResponse, error)
type UnsafeBasisServiceServer ¶
type UnsafeBasisServiceServer interface {
// contains filtered or unexported methods
}
UnsafeBasisServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BasisServiceServer will result in compilation errors.
type UnsafeBoxCollectionServiceServer ¶
type UnsafeBoxCollectionServiceServer interface {
// contains filtered or unexported methods
}
UnsafeBoxCollectionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BoxCollectionServiceServer will result in compilation errors.
type UnsafeBoxMetadataServiceServer ¶
type UnsafeBoxMetadataServiceServer interface {
// contains filtered or unexported methods
}
UnsafeBoxMetadataServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BoxMetadataServiceServer will result in compilation errors.
type UnsafeBoxServiceServer ¶
type UnsafeBoxServiceServer interface {
// contains filtered or unexported methods
}
UnsafeBoxServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BoxServiceServer will result in compilation errors.
type UnsafeCommandServiceServer ¶
type UnsafeCommandServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCommandServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CommandServiceServer will result in compilation errors.
type UnsafeCommunicatorServiceServer ¶
type UnsafeCommunicatorServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCommunicatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CommunicatorServiceServer will result in compilation errors.
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 UnsafeCorePluginManagerServiceServer ¶
type UnsafeCorePluginManagerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCorePluginManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CorePluginManagerServiceServer will result in compilation errors.
type UnsafeDownloaderServiceServer ¶
type UnsafeDownloaderServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDownloaderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DownloaderServiceServer will result in compilation errors.
type UnsafeGuestServiceServer ¶
type UnsafeGuestServiceServer interface {
// contains filtered or unexported methods
}
UnsafeGuestServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GuestServiceServer will result in compilation errors.
type UnsafeHostServiceServer ¶
type UnsafeHostServiceServer interface {
// contains filtered or unexported methods
}
UnsafeHostServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to HostServiceServer will result in compilation errors.
type UnsafeMapperServer ¶
type UnsafeMapperServer interface {
// contains filtered or unexported methods
}
UnsafeMapperServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MapperServer will result in compilation errors.
type UnsafePluginInfoServiceServer ¶
type UnsafePluginInfoServiceServer interface {
// contains filtered or unexported methods
}
UnsafePluginInfoServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PluginInfoServiceServer will result in compilation errors.
type UnsafePluginManagerServiceServer ¶
type UnsafePluginManagerServiceServer interface {
// contains filtered or unexported methods
}
UnsafePluginManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PluginManagerServiceServer will result in compilation errors.
type UnsafeProjectServiceServer ¶
type UnsafeProjectServiceServer interface {
// contains filtered or unexported methods
}
UnsafeProjectServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProjectServiceServer will result in compilation errors.
type UnsafeProviderServiceServer ¶
type UnsafeProviderServiceServer interface {
// contains filtered or unexported methods
}
UnsafeProviderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProviderServiceServer will result in compilation errors.
type UnsafeProvisionerServiceServer ¶
type UnsafeProvisionerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeProvisionerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProvisionerServiceServer will result in compilation errors.
type UnsafePushServiceServer ¶
type UnsafePushServiceServer interface {
// contains filtered or unexported methods
}
UnsafePushServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PushServiceServer will result in compilation errors.
type UnsafeStateBagServiceServer ¶
type UnsafeStateBagServiceServer interface {
// contains filtered or unexported methods
}
UnsafeStateBagServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to StateBagServiceServer will result in compilation errors.
type UnsafeSyncedFolderServiceServer ¶
type UnsafeSyncedFolderServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSyncedFolderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SyncedFolderServiceServer will result in compilation errors.
type UnsafeTargetIndexServiceServer ¶
type UnsafeTargetIndexServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTargetIndexServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TargetIndexServiceServer will result in compilation errors.
type UnsafeTargetMachineServiceServer ¶
type UnsafeTargetMachineServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTargetMachineServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TargetMachineServiceServer will result in compilation errors.
type UnsafeTargetServiceServer ¶
type UnsafeTargetServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTargetServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TargetServiceServer will result in compilation errors.
type UnsafeTerminalUIServiceServer ¶
type UnsafeTerminalUIServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTerminalUIServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TerminalUIServiceServer will result in compilation errors.
type UnsafeVagrantfileServiceServer ¶
type UnsafeVagrantfileServiceServer interface {
// contains filtered or unexported methods
}
UnsafeVagrantfileServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VagrantfileServiceServer will result in compilation errors.
type Vagrantfile ¶
type Vagrantfile struct {
// contains filtered or unexported fields
}
****************************************************** Vagrantfile message used with Vagrantfile service *****************************************************
func (*Vagrantfile) Descriptor
deprecated
func (*Vagrantfile) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile.ProtoReflect.Descriptor instead.
func (*Vagrantfile) ProtoMessage ¶
func (*Vagrantfile) ProtoMessage()
func (*Vagrantfile) ProtoReflect ¶
func (x *Vagrantfile) ProtoReflect() protoreflect.Message
func (*Vagrantfile) Reset ¶
func (x *Vagrantfile) Reset()
func (*Vagrantfile) String ¶
func (x *Vagrantfile) String() string
type VagrantfileServiceClient ¶
type VagrantfileServiceClient interface { GetValue(ctx context.Context, in *Vagrantfile_ValueRequest, opts ...grpc.CallOption) (*Args_Direct, error) GetConfig(ctx context.Context, in *Vagrantfile_NamespaceRequest, opts ...grpc.CallOption) (*Args_ConfigData, error) Target(ctx context.Context, in *Vagrantfile_TargetRequest, opts ...grpc.CallOption) (*Args_Target, error) TargetConfig(ctx context.Context, in *Vagrantfile_TargetConfigRequest, opts ...grpc.CallOption) (*Args_Vagrantfile, error) TargetNames(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Vagrantfile_TargetNamesResponse, error) PrimaryTargetName(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Vagrantfile_PrimaryTargetNameResponse, error) }
VagrantfileServiceClient is the client API for VagrantfileService 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 NewVagrantfileServiceClient ¶
func NewVagrantfileServiceClient(cc grpc.ClientConnInterface) VagrantfileServiceClient
type VagrantfileServiceServer ¶
type VagrantfileServiceServer interface { GetValue(context.Context, *Vagrantfile_ValueRequest) (*Args_Direct, error) GetConfig(context.Context, *Vagrantfile_NamespaceRequest) (*Args_ConfigData, error) Target(context.Context, *Vagrantfile_TargetRequest) (*Args_Target, error) TargetConfig(context.Context, *Vagrantfile_TargetConfigRequest) (*Args_Vagrantfile, error) TargetNames(context.Context, *emptypb.Empty) (*Vagrantfile_TargetNamesResponse, error) PrimaryTargetName(context.Context, *emptypb.Empty) (*Vagrantfile_PrimaryTargetNameResponse, error) }
VagrantfileServiceServer is the server API for VagrantfileService service. All implementations should embed UnimplementedVagrantfileServiceServer for forward compatibility
type Vagrantfile_BoxCollection ¶
type Vagrantfile_BoxCollection struct { Directory string `protobuf:"bytes,1,opt,name=directory,proto3" json:"directory,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_BoxCollection) Descriptor
deprecated
func (*Vagrantfile_BoxCollection) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_BoxCollection.ProtoReflect.Descriptor instead.
func (*Vagrantfile_BoxCollection) GetDirectory ¶
func (x *Vagrantfile_BoxCollection) GetDirectory() string
func (*Vagrantfile_BoxCollection) ProtoMessage ¶
func (*Vagrantfile_BoxCollection) ProtoMessage()
func (*Vagrantfile_BoxCollection) ProtoReflect ¶
func (x *Vagrantfile_BoxCollection) ProtoReflect() protoreflect.Message
func (*Vagrantfile_BoxCollection) Reset ¶
func (x *Vagrantfile_BoxCollection) Reset()
func (*Vagrantfile_BoxCollection) String ¶
func (x *Vagrantfile_BoxCollection) String() string
type Vagrantfile_ConfigVM ¶
type Vagrantfile_ConfigVM struct { AllowedSyncedFolderTypes []string `` /* 137-byte string literal not displayed */ AllowFstabModification bool `` /* 130-byte string literal not displayed */ AllowHostsModificaion bool `` /* 127-byte string literal not displayed */ BaseMac string `protobuf:"bytes,4,opt,name=base_mac,json=baseMac,proto3" json:"base_mac,omitempty"` BaseAddress string `protobuf:"bytes,5,opt,name=base_address,json=baseAddress,proto3" json:"base_address,omitempty"` BootTimeout int32 `protobuf:"varint,6,opt,name=boot_timeout,json=bootTimeout,proto3" json:"boot_timeout,omitempty"` Box string `protobuf:"bytes,7,opt,name=box,proto3" json:"box,omitempty"` IgnoreBoxVagrantfile bool `protobuf:"varint,8,opt,name=ignore_box_vagrantfile,json=ignoreBoxVagrantfile,proto3" json:"ignore_box_vagrantfile,omitempty"` BoxCheckUpdate bool `protobuf:"varint,9,opt,name=box_check_update,json=boxCheckUpdate,proto3" json:"box_check_update,omitempty"` BoxUrl []string `protobuf:"bytes,10,rep,name=box_url,json=boxUrl,proto3" json:"box_url,omitempty"` BoxServerUrl string `protobuf:"bytes,11,opt,name=box_server_url,json=boxServerUrl,proto3" json:"box_server_url,omitempty"` BoxVersion string `protobuf:"bytes,12,opt,name=box_version,json=boxVersion,proto3" json:"box_version,omitempty"` BoxDownloadCaCert string `protobuf:"bytes,13,opt,name=box_download_ca_cert,json=boxDownloadCaCert,proto3" json:"box_download_ca_cert,omitempty"` BoxDownloadCaPath string `protobuf:"bytes,14,opt,name=box_download_ca_path,json=boxDownloadCaPath,proto3" json:"box_download_ca_path,omitempty"` BoxDownloadChecksum string `protobuf:"bytes,15,opt,name=box_download_checksum,json=boxDownloadChecksum,proto3" json:"box_download_checksum,omitempty"` BoxDownloadChecksumType string `` /* 135-byte string literal not displayed */ BoxDownloadClientCert string `` /* 129-byte string literal not displayed */ BoxDownloadInsecure bool `protobuf:"varint,18,opt,name=box_download_insecure,json=boxDownloadInsecure,proto3" json:"box_download_insecure,omitempty"` BoxDownloadLocationTrusted bool `` /* 145-byte string literal not displayed */ BoxDownloadOptions map[string]string `` /* 206-byte string literal not displayed */ Communicator string `protobuf:"bytes,21,opt,name=communicator,proto3" json:"communicator,omitempty"` GracefulHaltTimeout int32 `protobuf:"varint,22,opt,name=graceful_halt_timeout,json=gracefulHaltTimeout,proto3" json:"graceful_halt_timeout,omitempty"` Guest string `protobuf:"bytes,23,opt,name=guest,proto3" json:"guest,omitempty"` Hostname string `protobuf:"bytes,24,opt,name=hostname,proto3" json:"hostname,omitempty"` PostUpMessage string `protobuf:"bytes,25,opt,name=post_up_message,json=postUpMessage,proto3" json:"post_up_message,omitempty"` UsablePortRange []int32 `protobuf:"varint,26,rep,packed,name=usable_port_range,json=usablePortRange,proto3" json:"usable_port_range,omitempty"` BoxExtraDownloadOptions []string `` /* 135-byte string literal not displayed */ // TODO: CloudInit = 4 (Experimental) Providers []*Vagrantfile_Provider `protobuf:"bytes,29,rep,name=providers,proto3" json:"providers,omitempty"` // TODO: Disks = 6 (Experimental) Networks []*Vagrantfile_Network `protobuf:"bytes,31,rep,name=networks,proto3" json:"networks,omitempty"` Provisioners []*Vagrantfile_Provisioner `protobuf:"bytes,32,rep,name=provisioners,proto3" json:"provisioners,omitempty"` SyncedFolders []*Vagrantfile_SyncedFolder `protobuf:"bytes,33,rep,name=synced_folders,json=syncedFolders,proto3" json:"synced_folders,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_ConfigVM) Descriptor
deprecated
func (*Vagrantfile_ConfigVM) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_ConfigVM.ProtoReflect.Descriptor instead.
func (*Vagrantfile_ConfigVM) GetAllowFstabModification ¶
func (x *Vagrantfile_ConfigVM) GetAllowFstabModification() bool
func (*Vagrantfile_ConfigVM) GetAllowHostsModificaion ¶
func (x *Vagrantfile_ConfigVM) GetAllowHostsModificaion() bool
func (*Vagrantfile_ConfigVM) GetAllowedSyncedFolderTypes ¶
func (x *Vagrantfile_ConfigVM) GetAllowedSyncedFolderTypes() []string
func (*Vagrantfile_ConfigVM) GetBaseAddress ¶
func (x *Vagrantfile_ConfigVM) GetBaseAddress() string
func (*Vagrantfile_ConfigVM) GetBaseMac ¶
func (x *Vagrantfile_ConfigVM) GetBaseMac() string
func (*Vagrantfile_ConfigVM) GetBootTimeout ¶
func (x *Vagrantfile_ConfigVM) GetBootTimeout() int32
func (*Vagrantfile_ConfigVM) GetBox ¶
func (x *Vagrantfile_ConfigVM) GetBox() string
func (*Vagrantfile_ConfigVM) GetBoxCheckUpdate ¶
func (x *Vagrantfile_ConfigVM) GetBoxCheckUpdate() bool
func (*Vagrantfile_ConfigVM) GetBoxDownloadCaCert ¶
func (x *Vagrantfile_ConfigVM) GetBoxDownloadCaCert() string
func (*Vagrantfile_ConfigVM) GetBoxDownloadCaPath ¶
func (x *Vagrantfile_ConfigVM) GetBoxDownloadCaPath() string
func (*Vagrantfile_ConfigVM) GetBoxDownloadChecksum ¶
func (x *Vagrantfile_ConfigVM) GetBoxDownloadChecksum() string
func (*Vagrantfile_ConfigVM) GetBoxDownloadChecksumType ¶
func (x *Vagrantfile_ConfigVM) GetBoxDownloadChecksumType() string
func (*Vagrantfile_ConfigVM) GetBoxDownloadClientCert ¶
func (x *Vagrantfile_ConfigVM) GetBoxDownloadClientCert() string
func (*Vagrantfile_ConfigVM) GetBoxDownloadInsecure ¶
func (x *Vagrantfile_ConfigVM) GetBoxDownloadInsecure() bool
func (*Vagrantfile_ConfigVM) GetBoxDownloadLocationTrusted ¶
func (x *Vagrantfile_ConfigVM) GetBoxDownloadLocationTrusted() bool
func (*Vagrantfile_ConfigVM) GetBoxDownloadOptions ¶
func (x *Vagrantfile_ConfigVM) GetBoxDownloadOptions() map[string]string
func (*Vagrantfile_ConfigVM) GetBoxExtraDownloadOptions ¶
func (x *Vagrantfile_ConfigVM) GetBoxExtraDownloadOptions() []string
func (*Vagrantfile_ConfigVM) GetBoxServerUrl ¶
func (x *Vagrantfile_ConfigVM) GetBoxServerUrl() string
func (*Vagrantfile_ConfigVM) GetBoxUrl ¶
func (x *Vagrantfile_ConfigVM) GetBoxUrl() []string
func (*Vagrantfile_ConfigVM) GetBoxVersion ¶
func (x *Vagrantfile_ConfigVM) GetBoxVersion() string
func (*Vagrantfile_ConfigVM) GetCommunicator ¶
func (x *Vagrantfile_ConfigVM) GetCommunicator() string
func (*Vagrantfile_ConfigVM) GetGracefulHaltTimeout ¶
func (x *Vagrantfile_ConfigVM) GetGracefulHaltTimeout() int32
func (*Vagrantfile_ConfigVM) GetGuest ¶
func (x *Vagrantfile_ConfigVM) GetGuest() string
func (*Vagrantfile_ConfigVM) GetHostname ¶
func (x *Vagrantfile_ConfigVM) GetHostname() string
func (*Vagrantfile_ConfigVM) GetIgnoreBoxVagrantfile ¶
func (x *Vagrantfile_ConfigVM) GetIgnoreBoxVagrantfile() bool
func (*Vagrantfile_ConfigVM) GetNetworks ¶
func (x *Vagrantfile_ConfigVM) GetNetworks() []*Vagrantfile_Network
func (*Vagrantfile_ConfigVM) GetPostUpMessage ¶
func (x *Vagrantfile_ConfigVM) GetPostUpMessage() string
func (*Vagrantfile_ConfigVM) GetProviders ¶
func (x *Vagrantfile_ConfigVM) GetProviders() []*Vagrantfile_Provider
func (*Vagrantfile_ConfigVM) GetProvisioners ¶
func (x *Vagrantfile_ConfigVM) GetProvisioners() []*Vagrantfile_Provisioner
func (*Vagrantfile_ConfigVM) GetSyncedFolders ¶
func (x *Vagrantfile_ConfigVM) GetSyncedFolders() []*Vagrantfile_SyncedFolder
func (*Vagrantfile_ConfigVM) GetUsablePortRange ¶
func (x *Vagrantfile_ConfigVM) GetUsablePortRange() []int32
func (*Vagrantfile_ConfigVM) ProtoMessage ¶
func (*Vagrantfile_ConfigVM) ProtoMessage()
func (*Vagrantfile_ConfigVM) ProtoReflect ¶
func (x *Vagrantfile_ConfigVM) ProtoReflect() protoreflect.Message
func (*Vagrantfile_ConfigVM) Reset ¶
func (x *Vagrantfile_ConfigVM) Reset()
func (*Vagrantfile_ConfigVM) String ¶
func (x *Vagrantfile_ConfigVM) String() string
type Vagrantfile_ConfigVagrant ¶
type Vagrantfile_ConfigVagrant struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` // TODO: plugins can be a string, a hash or array Plugins []string `protobuf:"bytes,2,rep,name=plugins,proto3" json:"plugins,omitempty"` Sensitive []string `protobuf:"bytes,3,rep,name=sensitive,proto3" json:"sensitive,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_ConfigVagrant) Descriptor
deprecated
func (*Vagrantfile_ConfigVagrant) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_ConfigVagrant.ProtoReflect.Descriptor instead.
func (*Vagrantfile_ConfigVagrant) GetHost ¶
func (x *Vagrantfile_ConfigVagrant) GetHost() string
func (*Vagrantfile_ConfigVagrant) GetPlugins ¶
func (x *Vagrantfile_ConfigVagrant) GetPlugins() []string
func (*Vagrantfile_ConfigVagrant) GetSensitive ¶
func (x *Vagrantfile_ConfigVagrant) GetSensitive() []string
func (*Vagrantfile_ConfigVagrant) ProtoMessage ¶
func (*Vagrantfile_ConfigVagrant) ProtoMessage()
func (*Vagrantfile_ConfigVagrant) ProtoReflect ¶
func (x *Vagrantfile_ConfigVagrant) ProtoReflect() protoreflect.Message
func (*Vagrantfile_ConfigVagrant) Reset ¶
func (x *Vagrantfile_ConfigVagrant) Reset()
func (*Vagrantfile_ConfigVagrant) String ¶
func (x *Vagrantfile_ConfigVagrant) String() string
type Vagrantfile_GeneralConfig ¶
type Vagrantfile_GeneralConfig struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Config *anypb.Any `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_GeneralConfig) Descriptor
deprecated
func (*Vagrantfile_GeneralConfig) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_GeneralConfig.ProtoReflect.Descriptor instead.
func (*Vagrantfile_GeneralConfig) GetConfig ¶
func (x *Vagrantfile_GeneralConfig) GetConfig() *anypb.Any
func (*Vagrantfile_GeneralConfig) GetType ¶
func (x *Vagrantfile_GeneralConfig) GetType() string
func (*Vagrantfile_GeneralConfig) ProtoMessage ¶
func (*Vagrantfile_GeneralConfig) ProtoMessage()
func (*Vagrantfile_GeneralConfig) ProtoReflect ¶
func (x *Vagrantfile_GeneralConfig) ProtoReflect() protoreflect.Message
func (*Vagrantfile_GeneralConfig) Reset ¶
func (x *Vagrantfile_GeneralConfig) Reset()
func (*Vagrantfile_GeneralConfig) String ¶
func (x *Vagrantfile_GeneralConfig) String() string
type Vagrantfile_MachineConfig ¶
type Vagrantfile_MachineConfig struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` ConfigVm *Vagrantfile_ConfigVM `protobuf:"bytes,2,opt,name=config_vm,json=configVm,proto3" json:"config_vm,omitempty"` ConfigVagrant *Vagrantfile_ConfigVagrant `protobuf:"bytes,3,opt,name=config_vagrant,json=configVagrant,proto3" json:"config_vagrant,omitempty"` PluginConfigs []*Vagrantfile_GeneralConfig `protobuf:"bytes,4,rep,name=plugin_configs,json=pluginConfigs,proto3" json:"plugin_configs,omitempty"` // contains filtered or unexported fields }
TODO: Review what needs to be sent here
func (*Vagrantfile_MachineConfig) Descriptor
deprecated
func (*Vagrantfile_MachineConfig) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_MachineConfig.ProtoReflect.Descriptor instead.
func (*Vagrantfile_MachineConfig) GetConfigVagrant ¶
func (x *Vagrantfile_MachineConfig) GetConfigVagrant() *Vagrantfile_ConfigVagrant
func (*Vagrantfile_MachineConfig) GetConfigVm ¶
func (x *Vagrantfile_MachineConfig) GetConfigVm() *Vagrantfile_ConfigVM
func (*Vagrantfile_MachineConfig) GetName ¶
func (x *Vagrantfile_MachineConfig) GetName() string
func (*Vagrantfile_MachineConfig) GetPluginConfigs ¶
func (x *Vagrantfile_MachineConfig) GetPluginConfigs() []*Vagrantfile_GeneralConfig
func (*Vagrantfile_MachineConfig) ProtoMessage ¶
func (*Vagrantfile_MachineConfig) ProtoMessage()
func (*Vagrantfile_MachineConfig) ProtoReflect ¶
func (x *Vagrantfile_MachineConfig) ProtoReflect() protoreflect.Message
func (*Vagrantfile_MachineConfig) Reset ¶
func (x *Vagrantfile_MachineConfig) Reset()
func (*Vagrantfile_MachineConfig) String ¶
func (x *Vagrantfile_MachineConfig) String() string
type Vagrantfile_NamespaceRequest ¶
type Vagrantfile_NamespaceRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_NamespaceRequest) Descriptor
deprecated
func (*Vagrantfile_NamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_NamespaceRequest.ProtoReflect.Descriptor instead.
func (*Vagrantfile_NamespaceRequest) GetNamespace ¶
func (x *Vagrantfile_NamespaceRequest) GetNamespace() string
func (*Vagrantfile_NamespaceRequest) ProtoMessage ¶
func (*Vagrantfile_NamespaceRequest) ProtoMessage()
func (*Vagrantfile_NamespaceRequest) ProtoReflect ¶
func (x *Vagrantfile_NamespaceRequest) ProtoReflect() protoreflect.Message
func (*Vagrantfile_NamespaceRequest) Reset ¶
func (x *Vagrantfile_NamespaceRequest) Reset()
func (*Vagrantfile_NamespaceRequest) String ¶
func (x *Vagrantfile_NamespaceRequest) String() string
type Vagrantfile_Network ¶
type Vagrantfile_Network struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Config *anypb.Any `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_Network) Descriptor
deprecated
func (*Vagrantfile_Network) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_Network.ProtoReflect.Descriptor instead.
func (*Vagrantfile_Network) GetConfig ¶
func (x *Vagrantfile_Network) GetConfig() *anypb.Any
func (*Vagrantfile_Network) GetId ¶
func (x *Vagrantfile_Network) GetId() string
func (*Vagrantfile_Network) GetType ¶
func (x *Vagrantfile_Network) GetType() string
func (*Vagrantfile_Network) ProtoMessage ¶
func (*Vagrantfile_Network) ProtoMessage()
func (*Vagrantfile_Network) ProtoReflect ¶
func (x *Vagrantfile_Network) ProtoReflect() protoreflect.Message
func (*Vagrantfile_Network) Reset ¶
func (x *Vagrantfile_Network) Reset()
func (*Vagrantfile_Network) String ¶
func (x *Vagrantfile_Network) String() string
type Vagrantfile_PrimaryTargetNameResponse ¶
type Vagrantfile_PrimaryTargetNameResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_PrimaryTargetNameResponse) Descriptor
deprecated
func (*Vagrantfile_PrimaryTargetNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_PrimaryTargetNameResponse.ProtoReflect.Descriptor instead.
func (*Vagrantfile_PrimaryTargetNameResponse) GetName ¶
func (x *Vagrantfile_PrimaryTargetNameResponse) GetName() string
func (*Vagrantfile_PrimaryTargetNameResponse) ProtoMessage ¶
func (*Vagrantfile_PrimaryTargetNameResponse) ProtoMessage()
func (*Vagrantfile_PrimaryTargetNameResponse) ProtoReflect ¶
func (x *Vagrantfile_PrimaryTargetNameResponse) ProtoReflect() protoreflect.Message
func (*Vagrantfile_PrimaryTargetNameResponse) Reset ¶
func (x *Vagrantfile_PrimaryTargetNameResponse) Reset()
func (*Vagrantfile_PrimaryTargetNameResponse) String ¶
func (x *Vagrantfile_PrimaryTargetNameResponse) String() string
type Vagrantfile_Provider ¶
type Vagrantfile_Provider struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Config *anypb.Any `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_Provider) Descriptor
deprecated
func (*Vagrantfile_Provider) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_Provider.ProtoReflect.Descriptor instead.
func (*Vagrantfile_Provider) GetConfig ¶
func (x *Vagrantfile_Provider) GetConfig() *anypb.Any
func (*Vagrantfile_Provider) GetType ¶
func (x *Vagrantfile_Provider) GetType() string
func (*Vagrantfile_Provider) ProtoMessage ¶
func (*Vagrantfile_Provider) ProtoMessage()
func (*Vagrantfile_Provider) ProtoReflect ¶
func (x *Vagrantfile_Provider) ProtoReflect() protoreflect.Message
func (*Vagrantfile_Provider) Reset ¶
func (x *Vagrantfile_Provider) Reset()
func (*Vagrantfile_Provider) String ¶
func (x *Vagrantfile_Provider) String() string
type Vagrantfile_Provisioner ¶
type Vagrantfile_Provisioner struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Before string `protobuf:"bytes,3,opt,name=before,proto3" json:"before,omitempty"` After string `protobuf:"bytes,4,opt,name=after,proto3" json:"after,omitempty"` CommunicatorRequired bool `protobuf:"varint,5,opt,name=communicator_required,json=communicatorRequired,proto3" json:"communicator_required,omitempty"` // A Provisioner plugin defines it's own configuration, // that gets added in here Config *anypb.Any `protobuf:"bytes,6,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_Provisioner) Descriptor
deprecated
func (*Vagrantfile_Provisioner) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_Provisioner.ProtoReflect.Descriptor instead.
func (*Vagrantfile_Provisioner) GetAfter ¶
func (x *Vagrantfile_Provisioner) GetAfter() string
func (*Vagrantfile_Provisioner) GetBefore ¶
func (x *Vagrantfile_Provisioner) GetBefore() string
func (*Vagrantfile_Provisioner) GetCommunicatorRequired ¶
func (x *Vagrantfile_Provisioner) GetCommunicatorRequired() bool
func (*Vagrantfile_Provisioner) GetConfig ¶
func (x *Vagrantfile_Provisioner) GetConfig() *anypb.Any
func (*Vagrantfile_Provisioner) GetName ¶
func (x *Vagrantfile_Provisioner) GetName() string
func (*Vagrantfile_Provisioner) GetType ¶
func (x *Vagrantfile_Provisioner) GetType() string
func (*Vagrantfile_Provisioner) ProtoMessage ¶
func (*Vagrantfile_Provisioner) ProtoMessage()
func (*Vagrantfile_Provisioner) ProtoReflect ¶
func (x *Vagrantfile_Provisioner) ProtoReflect() protoreflect.Message
func (*Vagrantfile_Provisioner) Reset ¶
func (x *Vagrantfile_Provisioner) Reset()
func (*Vagrantfile_Provisioner) String ¶
func (x *Vagrantfile_Provisioner) String() string
type Vagrantfile_PushConfig ¶
type Vagrantfile_PushConfig struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Each push plugin defines its own config Config *Vagrantfile_GeneralConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_PushConfig) Descriptor
deprecated
func (*Vagrantfile_PushConfig) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_PushConfig.ProtoReflect.Descriptor instead.
func (*Vagrantfile_PushConfig) GetConfig ¶
func (x *Vagrantfile_PushConfig) GetConfig() *Vagrantfile_GeneralConfig
func (*Vagrantfile_PushConfig) GetName ¶
func (x *Vagrantfile_PushConfig) GetName() string
func (*Vagrantfile_PushConfig) ProtoMessage ¶
func (*Vagrantfile_PushConfig) ProtoMessage()
func (*Vagrantfile_PushConfig) ProtoReflect ¶
func (x *Vagrantfile_PushConfig) ProtoReflect() protoreflect.Message
func (*Vagrantfile_PushConfig) Reset ¶
func (x *Vagrantfile_PushConfig) Reset()
func (*Vagrantfile_PushConfig) String ¶
func (x *Vagrantfile_PushConfig) String() string
type Vagrantfile_Serialized ¶
type Vagrantfile_Serialized struct { Json []byte `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_Serialized) Descriptor
deprecated
func (*Vagrantfile_Serialized) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_Serialized.ProtoReflect.Descriptor instead.
func (*Vagrantfile_Serialized) GetJson ¶
func (x *Vagrantfile_Serialized) GetJson() []byte
func (*Vagrantfile_Serialized) ProtoMessage ¶
func (*Vagrantfile_Serialized) ProtoMessage()
func (*Vagrantfile_Serialized) ProtoReflect ¶
func (x *Vagrantfile_Serialized) ProtoReflect() protoreflect.Message
func (*Vagrantfile_Serialized) Reset ¶
func (x *Vagrantfile_Serialized) Reset()
func (*Vagrantfile_Serialized) String ¶
func (x *Vagrantfile_Serialized) String() string
type Vagrantfile_SyncedFolder ¶
type Vagrantfile_SyncedFolder struct { Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"` // A SyncedFolder plugin defines it's own configuration, // that gets added in here Config *anypb.Any `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"` Create bool `protobuf:"varint,4,opt,name=create,proto3" json:"create,omitempty"` Disabled bool `protobuf:"varint,5,opt,name=disabled,proto3" json:"disabled,omitempty"` Group *string `protobuf:"bytes,6,opt,name=group,proto3,oneof" json:"group,omitempty"` Id string `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"` MountOptions []string `protobuf:"bytes,8,rep,name=mount_options,json=mountOptions,proto3" json:"mount_options,omitempty"` Owner *string `protobuf:"bytes,9,opt,name=owner,proto3,oneof" json:"owner,omitempty"` Type *string `protobuf:"bytes,10,opt,name=type,proto3,oneof" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_SyncedFolder) Descriptor
deprecated
func (*Vagrantfile_SyncedFolder) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_SyncedFolder.ProtoReflect.Descriptor instead.
func (*Vagrantfile_SyncedFolder) GetConfig ¶
func (x *Vagrantfile_SyncedFolder) GetConfig() *anypb.Any
func (*Vagrantfile_SyncedFolder) GetCreate ¶
func (x *Vagrantfile_SyncedFolder) GetCreate() bool
func (*Vagrantfile_SyncedFolder) GetDestination ¶
func (x *Vagrantfile_SyncedFolder) GetDestination() string
func (*Vagrantfile_SyncedFolder) GetDisabled ¶
func (x *Vagrantfile_SyncedFolder) GetDisabled() bool
func (*Vagrantfile_SyncedFolder) GetGroup ¶
func (x *Vagrantfile_SyncedFolder) GetGroup() string
func (*Vagrantfile_SyncedFolder) GetId ¶
func (x *Vagrantfile_SyncedFolder) GetId() string
func (*Vagrantfile_SyncedFolder) GetMountOptions ¶
func (x *Vagrantfile_SyncedFolder) GetMountOptions() []string
func (*Vagrantfile_SyncedFolder) GetOwner ¶
func (x *Vagrantfile_SyncedFolder) GetOwner() string
func (*Vagrantfile_SyncedFolder) GetSource ¶
func (x *Vagrantfile_SyncedFolder) GetSource() string
func (*Vagrantfile_SyncedFolder) GetType ¶
func (x *Vagrantfile_SyncedFolder) GetType() string
func (*Vagrantfile_SyncedFolder) ProtoMessage ¶
func (*Vagrantfile_SyncedFolder) ProtoMessage()
func (*Vagrantfile_SyncedFolder) ProtoReflect ¶
func (x *Vagrantfile_SyncedFolder) ProtoReflect() protoreflect.Message
func (*Vagrantfile_SyncedFolder) Reset ¶
func (x *Vagrantfile_SyncedFolder) Reset()
func (*Vagrantfile_SyncedFolder) String ¶
func (x *Vagrantfile_SyncedFolder) String() string
type Vagrantfile_TargetConfigRequest ¶
type Vagrantfile_TargetConfigRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"` ValidateProvider bool `protobuf:"varint,5,opt,name=validate_provider,json=validateProvider,proto3" json:"validate_provider,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_TargetConfigRequest) Descriptor
deprecated
func (*Vagrantfile_TargetConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_TargetConfigRequest.ProtoReflect.Descriptor instead.
func (*Vagrantfile_TargetConfigRequest) GetName ¶
func (x *Vagrantfile_TargetConfigRequest) GetName() string
func (*Vagrantfile_TargetConfigRequest) GetProvider ¶
func (x *Vagrantfile_TargetConfigRequest) GetProvider() string
func (*Vagrantfile_TargetConfigRequest) GetValidateProvider ¶
func (x *Vagrantfile_TargetConfigRequest) GetValidateProvider() bool
func (*Vagrantfile_TargetConfigRequest) ProtoMessage ¶
func (*Vagrantfile_TargetConfigRequest) ProtoMessage()
func (*Vagrantfile_TargetConfigRequest) ProtoReflect ¶
func (x *Vagrantfile_TargetConfigRequest) ProtoReflect() protoreflect.Message
func (*Vagrantfile_TargetConfigRequest) Reset ¶
func (x *Vagrantfile_TargetConfigRequest) Reset()
func (*Vagrantfile_TargetConfigRequest) String ¶
func (x *Vagrantfile_TargetConfigRequest) String() string
type Vagrantfile_TargetConfigResponse ¶
type Vagrantfile_TargetConfigResponse struct { TargetConfig *Vagrantfile_MachineConfig `protobuf:"bytes,1,opt,name=target_config,json=targetConfig,proto3" json:"target_config,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_TargetConfigResponse) Descriptor
deprecated
func (*Vagrantfile_TargetConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_TargetConfigResponse.ProtoReflect.Descriptor instead.
func (*Vagrantfile_TargetConfigResponse) GetTargetConfig ¶
func (x *Vagrantfile_TargetConfigResponse) GetTargetConfig() *Vagrantfile_MachineConfig
func (*Vagrantfile_TargetConfigResponse) ProtoMessage ¶
func (*Vagrantfile_TargetConfigResponse) ProtoMessage()
func (*Vagrantfile_TargetConfigResponse) ProtoReflect ¶
func (x *Vagrantfile_TargetConfigResponse) ProtoReflect() protoreflect.Message
func (*Vagrantfile_TargetConfigResponse) Reset ¶
func (x *Vagrantfile_TargetConfigResponse) Reset()
func (*Vagrantfile_TargetConfigResponse) String ¶
func (x *Vagrantfile_TargetConfigResponse) String() string
type Vagrantfile_TargetNamesResponse ¶
type Vagrantfile_TargetNamesResponse struct { Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_TargetNamesResponse) Descriptor
deprecated
func (*Vagrantfile_TargetNamesResponse) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_TargetNamesResponse.ProtoReflect.Descriptor instead.
func (*Vagrantfile_TargetNamesResponse) GetNames ¶
func (x *Vagrantfile_TargetNamesResponse) GetNames() []string
func (*Vagrantfile_TargetNamesResponse) ProtoMessage ¶
func (*Vagrantfile_TargetNamesResponse) ProtoMessage()
func (*Vagrantfile_TargetNamesResponse) ProtoReflect ¶
func (x *Vagrantfile_TargetNamesResponse) ProtoReflect() protoreflect.Message
func (*Vagrantfile_TargetNamesResponse) Reset ¶
func (x *Vagrantfile_TargetNamesResponse) Reset()
func (*Vagrantfile_TargetNamesResponse) String ¶
func (x *Vagrantfile_TargetNamesResponse) String() string
type Vagrantfile_TargetRequest ¶
type Vagrantfile_TargetRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_TargetRequest) Descriptor
deprecated
func (*Vagrantfile_TargetRequest) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_TargetRequest.ProtoReflect.Descriptor instead.
func (*Vagrantfile_TargetRequest) GetName ¶
func (x *Vagrantfile_TargetRequest) GetName() string
func (*Vagrantfile_TargetRequest) GetProvider ¶
func (x *Vagrantfile_TargetRequest) GetProvider() string
func (*Vagrantfile_TargetRequest) ProtoMessage ¶
func (*Vagrantfile_TargetRequest) ProtoMessage()
func (*Vagrantfile_TargetRequest) ProtoReflect ¶
func (x *Vagrantfile_TargetRequest) ProtoReflect() protoreflect.Message
func (*Vagrantfile_TargetRequest) Reset ¶
func (x *Vagrantfile_TargetRequest) Reset()
func (*Vagrantfile_TargetRequest) String ¶
func (x *Vagrantfile_TargetRequest) String() string
type Vagrantfile_TargetResponse ¶
type Vagrantfile_TargetResponse struct { Target *Args_Target `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_TargetResponse) Descriptor
deprecated
func (*Vagrantfile_TargetResponse) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_TargetResponse.ProtoReflect.Descriptor instead.
func (*Vagrantfile_TargetResponse) GetTarget ¶
func (x *Vagrantfile_TargetResponse) GetTarget() *Args_Target
func (*Vagrantfile_TargetResponse) ProtoMessage ¶
func (*Vagrantfile_TargetResponse) ProtoMessage()
func (*Vagrantfile_TargetResponse) ProtoReflect ¶
func (x *Vagrantfile_TargetResponse) ProtoReflect() protoreflect.Message
func (*Vagrantfile_TargetResponse) Reset ¶
func (x *Vagrantfile_TargetResponse) Reset()
func (*Vagrantfile_TargetResponse) String ¶
func (x *Vagrantfile_TargetResponse) String() string
type Vagrantfile_Vagrantfile ¶
type Vagrantfile_Vagrantfile struct { // The full path the the Vagrantfile including the Vagrantfile name Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Raw string `protobuf:"bytes,2,opt,name=raw,proto3" json:"raw,omitempty"` CurrentVersion string `protobuf:"bytes,3,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty"` MachineConfigs []*Vagrantfile_MachineConfig `protobuf:"bytes,4,rep,name=machine_configs,json=machineConfigs,proto3" json:"machine_configs,omitempty"` PushConfigs []*Vagrantfile_PushConfig `protobuf:"bytes,5,rep,name=push_configs,json=pushConfigs,proto3" json:"push_configs,omitempty"` Provisioners []*Vagrantfile_Provisioner `protobuf:"bytes,6,rep,name=provisioners,proto3" json:"provisioners,omitempty"` // contains filtered or unexported fields }
TODO: Review what needs to be sent here
func (*Vagrantfile_Vagrantfile) Descriptor
deprecated
func (*Vagrantfile_Vagrantfile) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_Vagrantfile.ProtoReflect.Descriptor instead.
func (*Vagrantfile_Vagrantfile) GetCurrentVersion ¶
func (x *Vagrantfile_Vagrantfile) GetCurrentVersion() string
func (*Vagrantfile_Vagrantfile) GetMachineConfigs ¶
func (x *Vagrantfile_Vagrantfile) GetMachineConfigs() []*Vagrantfile_MachineConfig
func (*Vagrantfile_Vagrantfile) GetPath ¶
func (x *Vagrantfile_Vagrantfile) GetPath() string
func (*Vagrantfile_Vagrantfile) GetProvisioners ¶
func (x *Vagrantfile_Vagrantfile) GetProvisioners() []*Vagrantfile_Provisioner
func (*Vagrantfile_Vagrantfile) GetPushConfigs ¶
func (x *Vagrantfile_Vagrantfile) GetPushConfigs() []*Vagrantfile_PushConfig
func (*Vagrantfile_Vagrantfile) GetRaw ¶
func (x *Vagrantfile_Vagrantfile) GetRaw() string
func (*Vagrantfile_Vagrantfile) ProtoMessage ¶
func (*Vagrantfile_Vagrantfile) ProtoMessage()
func (*Vagrantfile_Vagrantfile) ProtoReflect ¶
func (x *Vagrantfile_Vagrantfile) ProtoReflect() protoreflect.Message
func (*Vagrantfile_Vagrantfile) Reset ¶
func (x *Vagrantfile_Vagrantfile) Reset()
func (*Vagrantfile_Vagrantfile) String ¶
func (x *Vagrantfile_Vagrantfile) String() string
type Vagrantfile_ValueRequest ¶
type Vagrantfile_ValueRequest struct { Path []string `protobuf:"bytes,1,rep,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*Vagrantfile_ValueRequest) Descriptor
deprecated
func (*Vagrantfile_ValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use Vagrantfile_ValueRequest.ProtoReflect.Descriptor instead.
func (*Vagrantfile_ValueRequest) GetPath ¶
func (x *Vagrantfile_ValueRequest) GetPath() []string
func (*Vagrantfile_ValueRequest) ProtoMessage ¶
func (*Vagrantfile_ValueRequest) ProtoMessage()
func (*Vagrantfile_ValueRequest) ProtoReflect ¶
func (x *Vagrantfile_ValueRequest) ProtoReflect() protoreflect.Message
func (*Vagrantfile_ValueRequest) Reset ¶
func (x *Vagrantfile_ValueRequest) Reset()
func (*Vagrantfile_ValueRequest) String ¶
func (x *Vagrantfile_ValueRequest) String() string