Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterACMEServiceServer(s grpc.ServiceRegistrar, srv ACMEServiceServer)
- func RegisterAgentServiceServer(s grpc.ServiceRegistrar, srv AgentServiceServer)
- func RegisterContainerServiceServer(s grpc.ServiceRegistrar, srv ContainerServiceServer)
- func RegisterCoreServiceServer(s grpc.ServiceRegistrar, srv CoreServiceServer)
- func RegisterFilesystemServiceServer(s grpc.ServiceRegistrar, srv FilesystemServiceServer)
- func RegisterFirewallServiceServer(s grpc.ServiceRegistrar, srv FirewallServiceServer)
- func RegisterHostEnvironmentServiceServer(s grpc.ServiceRegistrar, srv HostEnvironmentServiceServer)
- func RegisterNginxServiceServer(s grpc.ServiceRegistrar, srv NginxServiceServer)
- func RegisterOperationsServiceServer(s grpc.ServiceRegistrar, srv OperationsServiceServer)
- func RegisterServiceDeploymentServiceServer(s grpc.ServiceRegistrar, srv ServiceDeploymentServiceServer)
- func RegisterStackServiceServer(s grpc.ServiceRegistrar, srv StackServiceServer)
- func RegisterSystemdServiceServer(s grpc.ServiceRegistrar, srv SystemdServiceServer)
- type ACMEServiceClient
- type ACMEServiceServer
- type AddFirewallRuleRequest
- func (*AddFirewallRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddFirewallRuleRequest) GetAction() string
- func (x *AddFirewallRuleRequest) GetAgentId() string
- func (x *AddFirewallRuleRequest) GetComment() string
- func (x *AddFirewallRuleRequest) GetFromIp() string
- func (x *AddFirewallRuleRequest) GetFromPort() int32
- func (x *AddFirewallRuleRequest) GetProto() string
- func (x *AddFirewallRuleRequest) GetToIp() string
- func (x *AddFirewallRuleRequest) GetToPort() int32
- func (*AddFirewallRuleRequest) ProtoMessage()
- func (x *AddFirewallRuleRequest) ProtoReflect() protoreflect.Message
- func (x *AddFirewallRuleRequest) Reset()
- func (x *AddFirewallRuleRequest) String() string
- type AddFirewallRuleResponse
- func (*AddFirewallRuleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddFirewallRuleResponse) GetError() string
- func (x *AddFirewallRuleResponse) GetStatus() string
- func (*AddFirewallRuleResponse) ProtoMessage()
- func (x *AddFirewallRuleResponse) ProtoReflect() protoreflect.Message
- func (x *AddFirewallRuleResponse) Reset()
- func (x *AddFirewallRuleResponse) String() string
- type Agent
- func (*Agent) Descriptor() ([]byte, []int)deprecated
- func (x *Agent) GetCapabilities() []string
- func (x *Agent) GetHostname() string
- func (x *Agent) GetId() string
- func (x *Agent) GetLabels() map[string]string
- func (x *Agent) GetLastSeen() *timestamppb.Timestamp
- func (x *Agent) GetStatus() string
- func (*Agent) ProtoMessage()
- func (x *Agent) ProtoReflect() protoreflect.Message
- func (x *Agent) Reset()
- func (x *Agent) String() string
- type AgentServiceClient
- type AgentServiceServer
- type AllowPortRequest
- func (*AllowPortRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AllowPortRequest) GetAgentId() string
- func (x *AllowPortRequest) GetPort() int32
- func (x *AllowPortRequest) GetProto() string
- func (*AllowPortRequest) ProtoMessage()
- func (x *AllowPortRequest) ProtoReflect() protoreflect.Message
- func (x *AllowPortRequest) Reset()
- func (x *AllowPortRequest) String() string
- type AllowPortResponse
- func (*AllowPortResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AllowPortResponse) GetError() string
- func (x *AllowPortResponse) GetStatus() string
- func (*AllowPortResponse) ProtoMessage()
- func (x *AllowPortResponse) ProtoReflect() protoreflect.Message
- func (x *AllowPortResponse) Reset()
- func (x *AllowPortResponse) String() string
- type ApplyStackRequest
- func (*ApplyStackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ApplyStackRequest) GetAgentId() string
- func (x *ApplyStackRequest) GetComposeContent() string
- func (x *ApplyStackRequest) GetEnvVars() map[string]string
- func (x *ApplyStackRequest) GetForceRecreate() bool
- func (x *ApplyStackRequest) GetPullImages() bool
- func (x *ApplyStackRequest) GetServices() []string
- func (x *ApplyStackRequest) GetStackName() string
- func (*ApplyStackRequest) ProtoMessage()
- func (x *ApplyStackRequest) ProtoReflect() protoreflect.Message
- func (x *ApplyStackRequest) Reset()
- func (x *ApplyStackRequest) String() string
- type BlockIOStats
- type CPUStats
- type CancelOperationRequest
- func (*CancelOperationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelOperationRequest) GetOperationId() string
- func (*CancelOperationRequest) ProtoMessage()
- func (x *CancelOperationRequest) ProtoReflect() protoreflect.Message
- func (x *CancelOperationRequest) Reset()
- func (x *CancelOperationRequest) String() string
- type CancelOperationResponse
- type CapabilitiesRequest
- type CapabilitiesResponse
- func (*CapabilitiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CapabilitiesResponse) GetCapabilities() []string
- func (*CapabilitiesResponse) ProtoMessage()
- func (x *CapabilitiesResponse) ProtoReflect() protoreflect.Message
- func (x *CapabilitiesResponse) Reset()
- func (x *CapabilitiesResponse) String() string
- type Certificate
- func (*Certificate) Descriptor() ([]byte, []int)deprecated
- func (x *Certificate) GetCertPath() string
- func (x *Certificate) GetDomain() string
- func (x *Certificate) GetExpiresAt() string
- func (x *Certificate) GetIssuedAt() string
- func (x *Certificate) GetIssuer() string
- func (x *Certificate) GetKeyPath() string
- func (*Certificate) ProtoMessage()
- func (x *Certificate) ProtoReflect() protoreflect.Message
- func (x *Certificate) Reset()
- func (x *Certificate) String() string
- type Container
- func (*Container) Descriptor() ([]byte, []int)deprecated
- func (x *Container) GetCreated() *timestamppb.Timestamp
- func (x *Container) GetId() string
- func (x *Container) GetImage() string
- func (x *Container) GetLabels() map[string]string
- func (x *Container) GetName() string
- func (x *Container) GetPorts() []*Port
- func (x *Container) GetState() string
- func (x *Container) GetStatus() string
- func (*Container) ProtoMessage()
- func (x *Container) ProtoReflect() protoreflect.Message
- func (x *Container) Reset()
- func (x *Container) String() string
- type ContainerServiceClient
- type ContainerServiceServer
- type ContainerService_ExecClient
- type ContainerService_ExecServer
- type ContainerService_GetStatsClient
- type ContainerService_GetStatsServer
- type ContainerService_StreamLogsClient
- type ContainerService_StreamLogsServer
- type ContainerStats
- func (*ContainerStats) Descriptor() ([]byte, []int)deprecated
- func (x *ContainerStats) GetBlockIo() *BlockIOStats
- func (x *ContainerStats) GetContainerId() string
- func (x *ContainerStats) GetCpu() *CPUStats
- func (x *ContainerStats) GetMemory() *MemoryStats
- func (x *ContainerStats) GetNetwork() *NetworkStats
- func (x *ContainerStats) GetTimestamp() *timestamppb.Timestamp
- func (*ContainerStats) ProtoMessage()
- func (x *ContainerStats) ProtoReflect() protoreflect.Message
- func (x *ContainerStats) Reset()
- func (x *ContainerStats) String() string
- type CoreServiceClient
- type CoreServiceServer
- type CreateDirectoryRequest
- func (*CreateDirectoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDirectoryRequest) GetPath() string
- func (*CreateDirectoryRequest) ProtoMessage()
- func (x *CreateDirectoryRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDirectoryRequest) Reset()
- func (x *CreateDirectoryRequest) String() string
- type CreateDirectoryResponse
- type CreateLoadBalancerRequest
- func (*CreateLoadBalancerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLoadBalancerRequest) GetAgentId() string
- func (x *CreateLoadBalancerRequest) GetAlgorithm() string
- func (x *CreateLoadBalancerRequest) GetBackends() []string
- func (x *CreateLoadBalancerRequest) GetName() string
- func (*CreateLoadBalancerRequest) ProtoMessage()
- func (x *CreateLoadBalancerRequest) ProtoReflect() protoreflect.Message
- func (x *CreateLoadBalancerRequest) Reset()
- func (x *CreateLoadBalancerRequest) String() string
- type CreateLoadBalancerResponse
- func (*CreateLoadBalancerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLoadBalancerResponse) GetError() string
- func (x *CreateLoadBalancerResponse) GetStatus() string
- func (*CreateLoadBalancerResponse) ProtoMessage()
- func (x *CreateLoadBalancerResponse) ProtoReflect() protoreflect.Message
- func (x *CreateLoadBalancerResponse) Reset()
- func (x *CreateLoadBalancerResponse) String() string
- type CreateReverseProxyRequest
- func (*CreateReverseProxyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateReverseProxyRequest) GetAgentId() string
- func (x *CreateReverseProxyRequest) GetDomain() string
- func (x *CreateReverseProxyRequest) GetPort() int32
- func (x *CreateReverseProxyRequest) GetUpstream() string
- func (*CreateReverseProxyRequest) ProtoMessage()
- func (x *CreateReverseProxyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateReverseProxyRequest) Reset()
- func (x *CreateReverseProxyRequest) String() string
- type CreateReverseProxyResponse
- func (*CreateReverseProxyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateReverseProxyResponse) GetError() string
- func (x *CreateReverseProxyResponse) GetStatus() string
- func (*CreateReverseProxyResponse) ProtoMessage()
- func (x *CreateReverseProxyResponse) ProtoReflect() protoreflect.Message
- func (x *CreateReverseProxyResponse) Reset()
- func (x *CreateReverseProxyResponse) String() string
- type CreateServiceRequest
- func (*CreateServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateServiceRequest) GetAfter() []string
- func (x *CreateServiceRequest) GetAgentId() string
- func (x *CreateServiceRequest) GetDescription() string
- func (x *CreateServiceRequest) GetEnvironment() map[string]string
- func (x *CreateServiceRequest) GetExecStart() string
- func (x *CreateServiceRequest) GetExecStop() string
- func (x *CreateServiceRequest) GetGroup() string
- func (x *CreateServiceRequest) GetLimitNofile() int32
- func (x *CreateServiceRequest) GetMemoryLimit() string
- func (x *CreateServiceRequest) GetName() string
- func (x *CreateServiceRequest) GetPrivateTmp() bool
- func (x *CreateServiceRequest) GetProtectSystem() string
- func (x *CreateServiceRequest) GetRestart() string
- func (x *CreateServiceRequest) GetRestartSec() int32
- func (x *CreateServiceRequest) GetType() string
- func (x *CreateServiceRequest) GetUser() string
- func (x *CreateServiceRequest) GetWorkingDir() string
- func (*CreateServiceRequest) ProtoMessage()
- func (x *CreateServiceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateServiceRequest) Reset()
- func (x *CreateServiceRequest) String() string
- type CreateServiceResponse
- func (*CreateServiceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateServiceResponse) GetError() string
- func (x *CreateServiceResponse) GetStatus() string
- func (*CreateServiceResponse) ProtoMessage()
- func (x *CreateServiceResponse) ProtoReflect() protoreflect.Message
- func (x *CreateServiceResponse) Reset()
- func (x *CreateServiceResponse) String() string
- type CreateVirtualHostRequest
- func (*CreateVirtualHostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateVirtualHostRequest) GetAgentId() string
- func (x *CreateVirtualHostRequest) GetIndex() []string
- func (x *CreateVirtualHostRequest) GetListen() int32
- func (x *CreateVirtualHostRequest) GetLocations() []*Location
- func (x *CreateVirtualHostRequest) GetProxyPass() string
- func (x *CreateVirtualHostRequest) GetRoot() string
- func (x *CreateVirtualHostRequest) GetServerName() string
- func (x *CreateVirtualHostRequest) GetSsl() *SSLConfig
- func (*CreateVirtualHostRequest) ProtoMessage()
- func (x *CreateVirtualHostRequest) ProtoReflect() protoreflect.Message
- func (x *CreateVirtualHostRequest) Reset()
- func (x *CreateVirtualHostRequest) String() string
- type CreateVirtualHostResponse
- func (*CreateVirtualHostResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateVirtualHostResponse) GetError() string
- func (x *CreateVirtualHostResponse) GetStatus() string
- func (*CreateVirtualHostResponse) ProtoMessage()
- func (x *CreateVirtualHostResponse) ProtoReflect() protoreflect.Message
- func (x *CreateVirtualHostResponse) Reset()
- func (x *CreateVirtualHostResponse) String() string
- type DeleteFileRequest
- type DeleteFileResponse
- type DeleteFirewallRuleRequest
- func (*DeleteFirewallRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFirewallRuleRequest) GetAgentId() string
- func (x *DeleteFirewallRuleRequest) GetRuleNumber() int32
- func (*DeleteFirewallRuleRequest) ProtoMessage()
- func (x *DeleteFirewallRuleRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFirewallRuleRequest) Reset()
- func (x *DeleteFirewallRuleRequest) String() string
- type DeleteFirewallRuleResponse
- func (*DeleteFirewallRuleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFirewallRuleResponse) GetError() string
- func (x *DeleteFirewallRuleResponse) GetStatus() string
- func (*DeleteFirewallRuleResponse) ProtoMessage()
- func (x *DeleteFirewallRuleResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteFirewallRuleResponse) Reset()
- func (x *DeleteFirewallRuleResponse) String() string
- type DeleteVirtualHostRequest
- func (*DeleteVirtualHostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteVirtualHostRequest) GetAgentId() string
- func (x *DeleteVirtualHostRequest) GetServerName() string
- func (*DeleteVirtualHostRequest) ProtoMessage()
- func (x *DeleteVirtualHostRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteVirtualHostRequest) Reset()
- func (x *DeleteVirtualHostRequest) String() string
- type DeleteVirtualHostResponse
- func (*DeleteVirtualHostResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteVirtualHostResponse) GetError() string
- func (x *DeleteVirtualHostResponse) GetStatus() string
- func (*DeleteVirtualHostResponse) ProtoMessage()
- func (x *DeleteVirtualHostResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteVirtualHostResponse) Reset()
- func (x *DeleteVirtualHostResponse) String() string
- type DenyPortRequest
- func (*DenyPortRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DenyPortRequest) GetAgentId() string
- func (x *DenyPortRequest) GetPort() int32
- func (x *DenyPortRequest) GetProto() string
- func (*DenyPortRequest) ProtoMessage()
- func (x *DenyPortRequest) ProtoReflect() protoreflect.Message
- func (x *DenyPortRequest) Reset()
- func (x *DenyPortRequest) String() string
- type DenyPortResponse
- func (*DenyPortResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DenyPortResponse) GetError() string
- func (x *DenyPortResponse) GetStatus() string
- func (*DenyPortResponse) ProtoMessage()
- func (x *DenyPortResponse) ProtoReflect() protoreflect.Message
- func (x *DenyPortResponse) Reset()
- func (x *DenyPortResponse) String() string
- type DeployWebServiceRequest
- func (*DeployWebServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeployWebServiceRequest) GetAgentId() string
- func (x *DeployWebServiceRequest) GetCommand() string
- func (x *DeployWebServiceRequest) GetDescription() string
- func (x *DeployWebServiceRequest) GetDomain() string
- func (x *DeployWebServiceRequest) GetEnvironment() map[string]string
- func (x *DeployWebServiceRequest) GetName() string
- func (x *DeployWebServiceRequest) GetPort() int32
- func (x *DeployWebServiceRequest) GetSsl() bool
- func (x *DeployWebServiceRequest) GetUser() string
- func (x *DeployWebServiceRequest) GetWorkingDir() string
- func (*DeployWebServiceRequest) ProtoMessage()
- func (x *DeployWebServiceRequest) ProtoReflect() protoreflect.Message
- func (x *DeployWebServiceRequest) Reset()
- func (x *DeployWebServiceRequest) String() string
- type DiffAction
- type DiffStackRequest
- func (*DiffStackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DiffStackRequest) GetNewComposeContent() string
- func (x *DiffStackRequest) GetStackName() string
- func (*DiffStackRequest) ProtoMessage()
- func (x *DiffStackRequest) ProtoReflect() protoreflect.Message
- func (x *DiffStackRequest) Reset()
- func (x *DiffStackRequest) String() string
- type DiffStackResponse
- func (*DiffStackResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DiffStackResponse) GetHasChanges() bool
- func (x *DiffStackResponse) GetServices() []*ServiceDiff
- func (*DiffStackResponse) ProtoMessage()
- func (x *DiffStackResponse) ProtoReflect() protoreflect.Message
- func (x *DiffStackResponse) Reset()
- func (x *DiffStackResponse) String() string
- type DisableFirewallRequest
- func (*DisableFirewallRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisableFirewallRequest) GetAgentId() string
- func (*DisableFirewallRequest) ProtoMessage()
- func (x *DisableFirewallRequest) ProtoReflect() protoreflect.Message
- func (x *DisableFirewallRequest) Reset()
- func (x *DisableFirewallRequest) String() string
- type DisableFirewallResponse
- func (*DisableFirewallResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisableFirewallResponse) GetError() string
- func (x *DisableFirewallResponse) GetStatus() string
- func (*DisableFirewallResponse) ProtoMessage()
- func (x *DisableFirewallResponse) ProtoReflect() protoreflect.Message
- func (x *DisableFirewallResponse) Reset()
- func (x *DisableFirewallResponse) String() string
- type DisableServiceRequest
- func (*DisableServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisableServiceRequest) GetAgentId() string
- func (x *DisableServiceRequest) GetName() string
- func (*DisableServiceRequest) ProtoMessage()
- func (x *DisableServiceRequest) ProtoReflect() protoreflect.Message
- func (x *DisableServiceRequest) Reset()
- func (x *DisableServiceRequest) String() string
- type DisableServiceResponse
- func (*DisableServiceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisableServiceResponse) GetError() string
- func (x *DisableServiceResponse) GetStatus() string
- func (*DisableServiceResponse) ProtoMessage()
- func (x *DisableServiceResponse) ProtoReflect() protoreflect.Message
- func (x *DisableServiceResponse) Reset()
- func (x *DisableServiceResponse) String() string
- type DisableVirtualHostRequest
- func (*DisableVirtualHostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisableVirtualHostRequest) GetAgentId() string
- func (x *DisableVirtualHostRequest) GetServerName() string
- func (*DisableVirtualHostRequest) ProtoMessage()
- func (x *DisableVirtualHostRequest) ProtoReflect() protoreflect.Message
- func (x *DisableVirtualHostRequest) Reset()
- func (x *DisableVirtualHostRequest) String() string
- type DisableVirtualHostResponse
- func (*DisableVirtualHostResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisableVirtualHostResponse) GetError() string
- func (x *DisableVirtualHostResponse) GetStatus() string
- func (*DisableVirtualHostResponse) ProtoMessage()
- func (x *DisableVirtualHostResponse) ProtoReflect() protoreflect.Message
- func (x *DisableVirtualHostResponse) Reset()
- func (x *DisableVirtualHostResponse) String() string
- type EnableFirewallRequest
- func (*EnableFirewallRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EnableFirewallRequest) GetAgentId() string
- func (*EnableFirewallRequest) ProtoMessage()
- func (x *EnableFirewallRequest) ProtoReflect() protoreflect.Message
- func (x *EnableFirewallRequest) Reset()
- func (x *EnableFirewallRequest) String() string
- type EnableFirewallResponse
- func (*EnableFirewallResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EnableFirewallResponse) GetError() string
- func (x *EnableFirewallResponse) GetStatus() string
- func (*EnableFirewallResponse) ProtoMessage()
- func (x *EnableFirewallResponse) ProtoReflect() protoreflect.Message
- func (x *EnableFirewallResponse) Reset()
- func (x *EnableFirewallResponse) String() string
- type EnableServiceRequest
- func (*EnableServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EnableServiceRequest) GetAgentId() string
- func (x *EnableServiceRequest) GetName() string
- func (*EnableServiceRequest) ProtoMessage()
- func (x *EnableServiceRequest) ProtoReflect() protoreflect.Message
- func (x *EnableServiceRequest) Reset()
- func (x *EnableServiceRequest) String() string
- type EnableServiceResponse
- func (*EnableServiceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EnableServiceResponse) GetError() string
- func (x *EnableServiceResponse) GetStatus() string
- func (*EnableServiceResponse) ProtoMessage()
- func (x *EnableServiceResponse) ProtoReflect() protoreflect.Message
- func (x *EnableServiceResponse) Reset()
- func (x *EnableServiceResponse) String() string
- type EnableVirtualHostRequest
- func (*EnableVirtualHostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EnableVirtualHostRequest) GetAgentId() string
- func (x *EnableVirtualHostRequest) GetServerName() string
- func (*EnableVirtualHostRequest) ProtoMessage()
- func (x *EnableVirtualHostRequest) ProtoReflect() protoreflect.Message
- func (x *EnableVirtualHostRequest) Reset()
- func (x *EnableVirtualHostRequest) String() string
- type EnableVirtualHostResponse
- func (*EnableVirtualHostResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EnableVirtualHostResponse) GetError() string
- func (x *EnableVirtualHostResponse) GetStatus() string
- func (*EnableVirtualHostResponse) ProtoMessage()
- func (x *EnableVirtualHostResponse) ProtoReflect() protoreflect.Message
- func (x *EnableVirtualHostResponse) Reset()
- func (x *EnableVirtualHostResponse) String() string
- type ExecRequest
- func (*ExecRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecRequest) GetPayload() isExecRequest_Payload
- func (x *ExecRequest) GetResize() *ExecResize
- func (x *ExecRequest) GetStart() *ExecStart
- func (x *ExecRequest) GetStdin() []byte
- func (*ExecRequest) ProtoMessage()
- func (x *ExecRequest) ProtoReflect() protoreflect.Message
- func (x *ExecRequest) Reset()
- func (x *ExecRequest) String() string
- type ExecRequest_Resize
- type ExecRequest_Start
- type ExecRequest_Stdin
- type ExecResize
- type ExecResponse
- func (*ExecResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecResponse) GetError() string
- func (x *ExecResponse) GetExitCode() int32
- func (x *ExecResponse) GetPayload() isExecResponse_Payload
- func (x *ExecResponse) GetStderr() []byte
- func (x *ExecResponse) GetStdout() []byte
- func (*ExecResponse) ProtoMessage()
- func (x *ExecResponse) ProtoReflect() protoreflect.Message
- func (x *ExecResponse) Reset()
- func (x *ExecResponse) String() string
- type ExecResponse_Error
- type ExecResponse_ExitCode
- type ExecResponse_Stderr
- type ExecResponse_Stdout
- type ExecStart
- func (*ExecStart) Descriptor() ([]byte, []int)deprecated
- func (x *ExecStart) GetCmd() []string
- func (x *ExecStart) GetContainerId() string
- func (x *ExecStart) GetEnv() map[string]string
- func (x *ExecStart) GetTty() bool
- func (x *ExecStart) GetUser() string
- func (x *ExecStart) GetWorkingDir() string
- func (*ExecStart) ProtoMessage()
- func (x *ExecStart) ProtoReflect() protoreflect.Message
- func (x *ExecStart) Reset()
- func (x *ExecStart) String() string
- type FileInfo
- func (*FileInfo) Descriptor() ([]byte, []int)deprecated
- func (x *FileInfo) GetIsDir() bool
- func (x *FileInfo) GetMode() uint32
- func (x *FileInfo) GetModified() *timestamppb.Timestamp
- func (x *FileInfo) GetName() string
- func (x *FileInfo) GetPath() string
- func (x *FileInfo) GetSize() int64
- func (*FileInfo) ProtoMessage()
- func (x *FileInfo) ProtoReflect() protoreflect.Message
- func (x *FileInfo) Reset()
- func (x *FileInfo) String() string
- type FilesystemServiceClient
- type FilesystemServiceServer
- type FirewallServiceClient
- type FirewallServiceServer
- type GetHostInfoRequest
- func (*GetHostInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetHostInfoRequest) GetAgentId() string
- func (*GetHostInfoRequest) ProtoMessage()
- func (x *GetHostInfoRequest) ProtoReflect() protoreflect.Message
- func (x *GetHostInfoRequest) Reset()
- func (x *GetHostInfoRequest) String() string
- type GetHostInfoResponse
- func (*GetHostInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetHostInfoResponse) GetArchitecture() string
- func (x *GetHostInfoResponse) GetCpuCores() int32
- func (x *GetHostInfoResponse) GetDiskGb() int64
- func (x *GetHostInfoResponse) GetHostname() string
- func (x *GetHostInfoResponse) GetKernel() string
- func (x *GetHostInfoResponse) GetMemoryMb() int64
- func (x *GetHostInfoResponse) GetOs() string
- func (x *GetHostInfoResponse) GetUptime() string
- func (*GetHostInfoResponse) ProtoMessage()
- func (x *GetHostInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GetHostInfoResponse) Reset()
- func (x *GetHostInfoResponse) String() string
- type GetOperationRequest
- func (*GetOperationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOperationRequest) GetOperationId() string
- func (*GetOperationRequest) ProtoMessage()
- func (x *GetOperationRequest) ProtoReflect() protoreflect.Message
- func (x *GetOperationRequest) Reset()
- func (x *GetOperationRequest) String() string
- type GetServiceStatusRequest
- func (*GetServiceStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceStatusRequest) GetAgentId() string
- func (x *GetServiceStatusRequest) GetName() string
- func (*GetServiceStatusRequest) ProtoMessage()
- func (x *GetServiceStatusRequest) ProtoReflect() protoreflect.Message
- func (x *GetServiceStatusRequest) Reset()
- func (x *GetServiceStatusRequest) String() string
- type GetServiceStatusResponse
- func (*GetServiceStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceStatusResponse) GetError() string
- func (x *GetServiceStatusResponse) GetStatus() string
- func (*GetServiceStatusResponse) ProtoMessage()
- func (x *GetServiceStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetServiceStatusResponse) Reset()
- func (x *GetServiceStatusResponse) String() string
- type GetStackLogsRequest
- func (*GetStackLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStackLogsRequest) GetAgentId() string
- func (x *GetStackLogsRequest) GetFollow() bool
- func (x *GetStackLogsRequest) GetStackName() string
- func (*GetStackLogsRequest) ProtoMessage()
- func (x *GetStackLogsRequest) ProtoReflect() protoreflect.Message
- func (x *GetStackLogsRequest) Reset()
- func (x *GetStackLogsRequest) String() string
- type GetStackRequest
- type GetStackResponse
- type GetStatsRequest
- type GetSysctlRequest
- func (*GetSysctlRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSysctlRequest) GetAgentId() string
- func (x *GetSysctlRequest) GetKey() string
- func (*GetSysctlRequest) ProtoMessage()
- func (x *GetSysctlRequest) ProtoReflect() protoreflect.Message
- func (x *GetSysctlRequest) Reset()
- func (x *GetSysctlRequest) String() string
- type GetSysctlResponse
- func (*GetSysctlResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSysctlResponse) GetError() string
- func (x *GetSysctlResponse) GetValue() string
- func (*GetSysctlResponse) ProtoMessage()
- func (x *GetSysctlResponse) ProtoReflect() protoreflect.Message
- func (x *GetSysctlResponse) Reset()
- func (x *GetSysctlResponse) String() string
- type HealthRequest
- type HealthResponse
- func (*HealthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HealthResponse) GetHealthy() bool
- func (x *HealthResponse) GetStatus() map[string]string
- func (*HealthResponse) ProtoMessage()
- func (x *HealthResponse) ProtoReflect() protoreflect.Message
- func (x *HealthResponse) Reset()
- func (x *HealthResponse) String() string
- type HeartbeatRequest
- func (*HeartbeatRequest) Descriptor() ([]byte, []int)deprecated
- func (x *HeartbeatRequest) GetAgentId() string
- func (x *HeartbeatRequest) GetStatus() map[string]string
- func (*HeartbeatRequest) ProtoMessage()
- func (x *HeartbeatRequest) ProtoReflect() protoreflect.Message
- func (x *HeartbeatRequest) Reset()
- func (x *HeartbeatRequest) String() string
- type HeartbeatResponse
- func (*HeartbeatResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HeartbeatResponse) GetNextHeartbeat() *durationpb.Duration
- func (x *HeartbeatResponse) GetStatus() string
- func (*HeartbeatResponse) ProtoMessage()
- func (x *HeartbeatResponse) ProtoReflect() protoreflect.Message
- func (x *HeartbeatResponse) Reset()
- func (x *HeartbeatResponse) String() string
- type HostEnvironmentServiceClient
- type HostEnvironmentServiceServer
- type InspectContainerRequest
- func (*InspectContainerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InspectContainerRequest) GetContainerId() string
- func (*InspectContainerRequest) ProtoMessage()
- func (x *InspectContainerRequest) ProtoReflect() protoreflect.Message
- func (x *InspectContainerRequest) Reset()
- func (x *InspectContainerRequest) String() string
- type InspectContainerResponse
- func (*InspectContainerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InspectContainerResponse) GetContainer() *Container
- func (*InspectContainerResponse) ProtoMessage()
- func (x *InspectContainerResponse) ProtoReflect() protoreflect.Message
- func (x *InspectContainerResponse) Reset()
- func (x *InspectContainerResponse) String() string
- type InstallPackageRequest
- func (*InstallPackageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstallPackageRequest) GetAgentId() string
- func (x *InstallPackageRequest) GetPackageName() string
- func (*InstallPackageRequest) ProtoMessage()
- func (x *InstallPackageRequest) ProtoReflect() protoreflect.Message
- func (x *InstallPackageRequest) Reset()
- func (x *InstallPackageRequest) String() string
- type InstallPackageResponse
- func (*InstallPackageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstallPackageResponse) GetError() string
- func (x *InstallPackageResponse) GetStatus() string
- func (*InstallPackageResponse) ProtoMessage()
- func (x *InstallPackageResponse) ProtoReflect() protoreflect.Message
- func (x *InstallPackageResponse) Reset()
- func (x *InstallPackageResponse) String() string
- type ListAgentsRequest
- type ListAgentsResponse
- func (*ListAgentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAgentsResponse) GetAgents() []*Agent
- func (*ListAgentsResponse) ProtoMessage()
- func (x *ListAgentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAgentsResponse) Reset()
- func (x *ListAgentsResponse) String() string
- type ListCertificatesRequest
- func (*ListCertificatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCertificatesRequest) GetAgentId() string
- func (*ListCertificatesRequest) ProtoMessage()
- func (x *ListCertificatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListCertificatesRequest) Reset()
- func (x *ListCertificatesRequest) String() string
- type ListCertificatesResponse
- func (*ListCertificatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCertificatesResponse) GetCertificates() []*Certificate
- func (*ListCertificatesResponse) ProtoMessage()
- func (x *ListCertificatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListCertificatesResponse) Reset()
- func (x *ListCertificatesResponse) String() string
- type ListContainersRequest
- type ListContainersResponse
- func (*ListContainersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListContainersResponse) GetContainers() []*Container
- func (*ListContainersResponse) ProtoMessage()
- func (x *ListContainersResponse) ProtoReflect() protoreflect.Message
- func (x *ListContainersResponse) Reset()
- func (x *ListContainersResponse) String() string
- type ListFilesRequest
- func (*ListFilesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFilesRequest) GetPath() string
- func (x *ListFilesRequest) GetStackName() string
- func (*ListFilesRequest) ProtoMessage()
- func (x *ListFilesRequest) ProtoReflect() protoreflect.Message
- func (x *ListFilesRequest) Reset()
- func (x *ListFilesRequest) String() string
- type ListFilesResponse
- func (*ListFilesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFilesResponse) GetFiles() []*FileInfo
- func (*ListFilesResponse) ProtoMessage()
- func (x *ListFilesResponse) ProtoReflect() protoreflect.Message
- func (x *ListFilesResponse) Reset()
- func (x *ListFilesResponse) String() string
- type ListFirewallRulesRequest
- func (*ListFirewallRulesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFirewallRulesRequest) GetAgentId() string
- func (*ListFirewallRulesRequest) ProtoMessage()
- func (x *ListFirewallRulesRequest) ProtoReflect() protoreflect.Message
- func (x *ListFirewallRulesRequest) Reset()
- func (x *ListFirewallRulesRequest) String() string
- type ListFirewallRulesResponse
- func (*ListFirewallRulesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFirewallRulesResponse) GetRules() []string
- func (*ListFirewallRulesResponse) ProtoMessage()
- func (x *ListFirewallRulesResponse) ProtoReflect() protoreflect.Message
- func (x *ListFirewallRulesResponse) Reset()
- func (x *ListFirewallRulesResponse) String() string
- type ListOperationsRequest
- type ListOperationsResponse
- type ListPackagesRequest
- func (*ListPackagesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPackagesRequest) GetAgentId() string
- func (*ListPackagesRequest) ProtoMessage()
- func (x *ListPackagesRequest) ProtoReflect() protoreflect.Message
- func (x *ListPackagesRequest) Reset()
- func (x *ListPackagesRequest) String() string
- type ListPackagesResponse
- func (*ListPackagesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPackagesResponse) GetPackages() []string
- func (*ListPackagesResponse) ProtoMessage()
- func (x *ListPackagesResponse) ProtoReflect() protoreflect.Message
- func (x *ListPackagesResponse) Reset()
- func (x *ListPackagesResponse) String() string
- type ListServicesRequest
- func (*ListServicesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListServicesRequest) GetAgentId() string
- func (*ListServicesRequest) ProtoMessage()
- func (x *ListServicesRequest) ProtoReflect() protoreflect.Message
- func (x *ListServicesRequest) Reset()
- func (x *ListServicesRequest) String() string
- type ListServicesResponse
- func (*ListServicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListServicesResponse) GetServices() []string
- func (*ListServicesResponse) ProtoMessage()
- func (x *ListServicesResponse) ProtoReflect() protoreflect.Message
- func (x *ListServicesResponse) Reset()
- func (x *ListServicesResponse) String() string
- type ListStacksRequest
- type ListStacksResponse
- func (*ListStacksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListStacksResponse) GetStacks() []*Stack
- func (*ListStacksResponse) ProtoMessage()
- func (x *ListStacksResponse) ProtoReflect() protoreflect.Message
- func (x *ListStacksResponse) Reset()
- func (x *ListStacksResponse) String() string
- type ListVirtualHostsRequest
- func (*ListVirtualHostsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListVirtualHostsRequest) GetAgentId() string
- func (*ListVirtualHostsRequest) ProtoMessage()
- func (x *ListVirtualHostsRequest) ProtoReflect() protoreflect.Message
- func (x *ListVirtualHostsRequest) Reset()
- func (x *ListVirtualHostsRequest) String() string
- type ListVirtualHostsResponse
- func (*ListVirtualHostsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListVirtualHostsResponse) GetVhosts() []string
- func (*ListVirtualHostsResponse) ProtoMessage()
- func (x *ListVirtualHostsResponse) ProtoReflect() protoreflect.Message
- func (x *ListVirtualHostsResponse) Reset()
- func (x *ListVirtualHostsResponse) String() string
- type Location
- func (*Location) Descriptor() ([]byte, []int)deprecated
- func (x *Location) GetHeaders() map[string]string
- func (x *Location) GetPath() string
- func (x *Location) GetProxyPass() string
- func (x *Location) GetRoot() string
- func (x *Location) GetTryFiles() []string
- func (*Location) ProtoMessage()
- func (x *Location) ProtoReflect() protoreflect.Message
- func (x *Location) Reset()
- func (x *Location) String() string
- type LogEntry
- func (*LogEntry) Descriptor() ([]byte, []int)deprecated
- func (x *LogEntry) GetContainerId() string
- func (x *LogEntry) GetContent() []byte
- func (x *LogEntry) GetServiceName() string
- func (x *LogEntry) GetStream() string
- func (x *LogEntry) GetTimestamp() *timestamppb.Timestamp
- func (*LogEntry) ProtoMessage()
- func (x *LogEntry) ProtoReflect() protoreflect.Message
- func (x *LogEntry) Reset()
- func (x *LogEntry) String() string
- type MemoryStats
- type NetworkStats
- type NginxServiceClient
- type NginxServiceServer
- type ObtainCertificateRequest
- func (*ObtainCertificateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObtainCertificateRequest) GetAgentId() string
- func (x *ObtainCertificateRequest) GetDomain() string
- func (x *ObtainCertificateRequest) GetEmail() string
- func (x *ObtainCertificateRequest) GetProduction() bool
- func (*ObtainCertificateRequest) ProtoMessage()
- func (x *ObtainCertificateRequest) ProtoReflect() protoreflect.Message
- func (x *ObtainCertificateRequest) Reset()
- func (x *ObtainCertificateRequest) String() string
- type ObtainCertificateResponse
- func (*ObtainCertificateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObtainCertificateResponse) GetCertificate() *Certificate
- func (x *ObtainCertificateResponse) GetError() string
- func (*ObtainCertificateResponse) ProtoMessage()
- func (x *ObtainCertificateResponse) ProtoReflect() protoreflect.Message
- func (x *ObtainCertificateResponse) Reset()
- func (x *ObtainCertificateResponse) String() string
- type Operation
- func (*Operation) Descriptor() ([]byte, []int)deprecated
- func (x *Operation) GetCompletedAt() *timestamppb.Timestamp
- func (x *Operation) GetCreatedAt() *timestamppb.Timestamp
- func (x *Operation) GetError() string
- func (x *Operation) GetId() string
- func (x *Operation) GetMetadata() map[string]string
- func (x *Operation) GetProgress() int32
- func (x *Operation) GetState() OperationState
- func (x *Operation) GetType() string
- func (*Operation) ProtoMessage()
- func (x *Operation) ProtoReflect() protoreflect.Message
- func (x *Operation) Reset()
- func (x *Operation) String() string
- type OperationEvent
- func (*OperationEvent) Descriptor() ([]byte, []int)deprecated
- func (x *OperationEvent) GetError() string
- func (x *OperationEvent) GetMessage() string
- func (x *OperationEvent) GetOperationId() string
- func (x *OperationEvent) GetProgress() int32
- func (x *OperationEvent) GetState() OperationState
- func (x *OperationEvent) GetTimestamp() *timestamppb.Timestamp
- func (*OperationEvent) ProtoMessage()
- func (x *OperationEvent) ProtoReflect() protoreflect.Message
- func (x *OperationEvent) Reset()
- func (x *OperationEvent) String() string
- type OperationState
- func (OperationState) Descriptor() protoreflect.EnumDescriptor
- func (x OperationState) Enum() *OperationState
- func (OperationState) EnumDescriptor() ([]byte, []int)deprecated
- func (x OperationState) Number() protoreflect.EnumNumber
- func (x OperationState) String() string
- func (OperationState) Type() protoreflect.EnumType
- type OperationsServiceClient
- type OperationsServiceServer
- type OperationsService_StreamOperationClient
- type OperationsService_StreamOperationServer
- type Port
- func (*Port) Descriptor() ([]byte, []int)deprecated
- func (x *Port) GetIp() string
- func (x *Port) GetPrivatePort() uint32
- func (x *Port) GetPublicPort() uint32
- func (x *Port) GetType() string
- func (*Port) ProtoMessage()
- func (x *Port) ProtoReflect() protoreflect.Message
- func (x *Port) Reset()
- func (x *Port) String() string
- type ReadFileRequest
- func (*ReadFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReadFileRequest) GetPath() string
- func (x *ReadFileRequest) GetStackName() string
- func (*ReadFileRequest) ProtoMessage()
- func (x *ReadFileRequest) ProtoReflect() protoreflect.Message
- func (x *ReadFileRequest) Reset()
- func (x *ReadFileRequest) String() string
- type ReadFileResponse
- func (*ReadFileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReadFileResponse) GetContent() []byte
- func (x *ReadFileResponse) GetInfo() *FileInfo
- func (*ReadFileResponse) ProtoMessage()
- func (x *ReadFileResponse) ProtoReflect() protoreflect.Message
- func (x *ReadFileResponse) Reset()
- func (x *ReadFileResponse) String() string
- type RegisterRequest
- func (*RegisterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterRequest) GetAgentId() string
- func (x *RegisterRequest) GetCapabilities() []string
- func (x *RegisterRequest) GetHostname() string
- func (x *RegisterRequest) GetLabels() map[string]string
- func (x *RegisterRequest) GetVersion() string
- func (*RegisterRequest) ProtoMessage()
- func (x *RegisterRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterRequest) Reset()
- func (x *RegisterRequest) String() string
- type RegisterResponse
- func (*RegisterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterResponse) GetAgentId() string
- func (x *RegisterResponse) GetCertificate() []byte
- func (x *RegisterResponse) GetHeartbeatInterval() *durationpb.Duration
- func (*RegisterResponse) ProtoMessage()
- func (x *RegisterResponse) ProtoReflect() protoreflect.Message
- func (x *RegisterResponse) Reset()
- func (x *RegisterResponse) String() string
- type RemovePackageRequest
- func (*RemovePackageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemovePackageRequest) GetAgentId() string
- func (x *RemovePackageRequest) GetPackageName() string
- func (*RemovePackageRequest) ProtoMessage()
- func (x *RemovePackageRequest) ProtoReflect() protoreflect.Message
- func (x *RemovePackageRequest) Reset()
- func (x *RemovePackageRequest) String() string
- type RemovePackageResponse
- func (*RemovePackageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemovePackageResponse) GetError() string
- func (x *RemovePackageResponse) GetStatus() string
- func (*RemovePackageResponse) ProtoMessage()
- func (x *RemovePackageResponse) ProtoReflect() protoreflect.Message
- func (x *RemovePackageResponse) Reset()
- func (x *RemovePackageResponse) String() string
- type RemoveStackRequest
- func (*RemoveStackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveStackRequest) GetStackId() string
- func (*RemoveStackRequest) ProtoMessage()
- func (x *RemoveStackRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveStackRequest) Reset()
- func (x *RemoveStackRequest) String() string
- type RemoveWebServiceRequest
- func (*RemoveWebServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveWebServiceRequest) GetAgentId() string
- func (x *RemoveWebServiceRequest) GetName() string
- func (*RemoveWebServiceRequest) ProtoMessage()
- func (x *RemoveWebServiceRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveWebServiceRequest) Reset()
- func (x *RemoveWebServiceRequest) String() string
- type RenewAllCertificatesRequest
- func (*RenewAllCertificatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenewAllCertificatesRequest) GetAgentId() string
- func (*RenewAllCertificatesRequest) ProtoMessage()
- func (x *RenewAllCertificatesRequest) ProtoReflect() protoreflect.Message
- func (x *RenewAllCertificatesRequest) Reset()
- func (x *RenewAllCertificatesRequest) String() string
- type RenewAllCertificatesResponse
- func (*RenewAllCertificatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenewAllCertificatesResponse) GetError() string
- func (x *RenewAllCertificatesResponse) GetStatus() string
- func (*RenewAllCertificatesResponse) ProtoMessage()
- func (x *RenewAllCertificatesResponse) ProtoReflect() protoreflect.Message
- func (x *RenewAllCertificatesResponse) Reset()
- func (x *RenewAllCertificatesResponse) String() string
- type RenewCertificateRequest
- func (*RenewCertificateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenewCertificateRequest) GetAgentId() string
- func (x *RenewCertificateRequest) GetDomain() string
- func (*RenewCertificateRequest) ProtoMessage()
- func (x *RenewCertificateRequest) ProtoReflect() protoreflect.Message
- func (x *RenewCertificateRequest) Reset()
- func (x *RenewCertificateRequest) String() string
- type RenewCertificateResponse
- func (*RenewCertificateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenewCertificateResponse) GetError() string
- func (x *RenewCertificateResponse) GetStatus() string
- func (*RenewCertificateResponse) ProtoMessage()
- func (x *RenewCertificateResponse) ProtoReflect() protoreflect.Message
- func (x *RenewCertificateResponse) Reset()
- func (x *RenewCertificateResponse) String() string
- type RestartContainerRequest
- func (*RestartContainerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RestartContainerRequest) GetContainerId() string
- func (*RestartContainerRequest) ProtoMessage()
- func (x *RestartContainerRequest) ProtoReflect() protoreflect.Message
- func (x *RestartContainerRequest) Reset()
- func (x *RestartContainerRequest) String() string
- type RestartContainerResponse
- type RestartServiceRequest
- func (*RestartServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RestartServiceRequest) GetAgentId() string
- func (x *RestartServiceRequest) GetName() string
- func (*RestartServiceRequest) ProtoMessage()
- func (x *RestartServiceRequest) ProtoReflect() protoreflect.Message
- func (x *RestartServiceRequest) Reset()
- func (x *RestartServiceRequest) String() string
- type RestartServiceResponse
- func (*RestartServiceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RestartServiceResponse) GetError() string
- func (x *RestartServiceResponse) GetStatus() string
- func (*RestartServiceResponse) ProtoMessage()
- func (x *RestartServiceResponse) ProtoReflect() protoreflect.Message
- func (x *RestartServiceResponse) Reset()
- func (x *RestartServiceResponse) String() string
- type RevokeCertificateRequest
- func (*RevokeCertificateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeCertificateRequest) GetAgentId() string
- func (x *RevokeCertificateRequest) GetDomain() string
- func (*RevokeCertificateRequest) ProtoMessage()
- func (x *RevokeCertificateRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeCertificateRequest) Reset()
- func (x *RevokeCertificateRequest) String() string
- type RevokeCertificateResponse
- func (*RevokeCertificateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeCertificateResponse) GetError() string
- func (x *RevokeCertificateResponse) GetStatus() string
- func (*RevokeCertificateResponse) ProtoMessage()
- func (x *RevokeCertificateResponse) ProtoReflect() protoreflect.Message
- func (x *RevokeCertificateResponse) Reset()
- func (x *RevokeCertificateResponse) String() string
- type SSLConfig
- func (*SSLConfig) Descriptor() ([]byte, []int)deprecated
- func (x *SSLConfig) GetCertificate() string
- func (x *SSLConfig) GetCertificateKey() string
- func (x *SSLConfig) GetCiphers() string
- func (x *SSLConfig) GetProtocols() []string
- func (*SSLConfig) ProtoMessage()
- func (x *SSLConfig) ProtoReflect() protoreflect.Message
- func (x *SSLConfig) Reset()
- func (x *SSLConfig) String() string
- type ServiceDeploymentServiceClient
- type ServiceDeploymentServiceServer
- type ServiceDeploymentService_DeployWebServiceClient
- type ServiceDeploymentService_DeployWebServiceServer
- type ServiceDeploymentService_RemoveWebServiceClient
- type ServiceDeploymentService_RemoveWebServiceServer
- type ServiceDiff
- func (*ServiceDiff) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceDiff) GetAction() DiffAction
- func (x *ServiceDiff) GetChanges() []string
- func (x *ServiceDiff) GetName() string
- func (*ServiceDiff) ProtoMessage()
- func (x *ServiceDiff) ProtoReflect() protoreflect.Message
- func (x *ServiceDiff) Reset()
- func (x *ServiceDiff) String() string
- type ServiceOperationEvent
- func (*ServiceOperationEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceOperationEvent) GetError() string
- func (x *ServiceOperationEvent) GetMessage() string
- func (x *ServiceOperationEvent) GetOperationId() string
- func (x *ServiceOperationEvent) GetProgress() int32
- func (x *ServiceOperationEvent) GetState() string
- func (x *ServiceOperationEvent) GetTimestamp() *timestamppb.Timestamp
- func (*ServiceOperationEvent) ProtoMessage()
- func (x *ServiceOperationEvent) ProtoReflect() protoreflect.Message
- func (x *ServiceOperationEvent) Reset()
- func (x *ServiceOperationEvent) String() string
- type SetSysctlRequest
- func (*SetSysctlRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetSysctlRequest) GetAgentId() string
- func (x *SetSysctlRequest) GetKey() string
- func (x *SetSysctlRequest) GetValue() string
- func (*SetSysctlRequest) ProtoMessage()
- func (x *SetSysctlRequest) ProtoReflect() protoreflect.Message
- func (x *SetSysctlRequest) Reset()
- func (x *SetSysctlRequest) String() string
- type SetSysctlResponse
- func (*SetSysctlResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetSysctlResponse) GetError() string
- func (x *SetSysctlResponse) GetStatus() string
- func (*SetSysctlResponse) ProtoMessage()
- func (x *SetSysctlResponse) ProtoReflect() protoreflect.Message
- func (x *SetSysctlResponse) Reset()
- func (x *SetSysctlResponse) String() string
- type Stack
- func (*Stack) Descriptor() ([]byte, []int)deprecated
- func (x *Stack) GetContainers() []*Container
- func (x *Stack) GetCreatedAt() *timestamppb.Timestamp
- func (x *Stack) GetId() string
- func (x *Stack) GetLabels() map[string]string
- func (x *Stack) GetName() string
- func (x *Stack) GetPath() string
- func (x *Stack) GetState() StackState
- func (x *Stack) GetUpdatedAt() *timestamppb.Timestamp
- func (*Stack) ProtoMessage()
- func (x *Stack) ProtoReflect() protoreflect.Message
- func (x *Stack) Reset()
- func (x *Stack) String() string
- type StackServiceClient
- type StackServiceServer
- type StackService_ApplyStackClient
- type StackService_ApplyStackServer
- type StackService_GetStackLogsClient
- type StackService_GetStackLogsServer
- type StackService_RemoveStackClient
- type StackService_RemoveStackServer
- type StackState
- type StartContainerRequest
- func (*StartContainerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartContainerRequest) GetContainerId() string
- func (*StartContainerRequest) ProtoMessage()
- func (x *StartContainerRequest) ProtoReflect() protoreflect.Message
- func (x *StartContainerRequest) Reset()
- func (x *StartContainerRequest) String() string
- type StartContainerResponse
- type StartServiceRequest
- func (*StartServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartServiceRequest) GetAgentId() string
- func (x *StartServiceRequest) GetName() string
- func (*StartServiceRequest) ProtoMessage()
- func (x *StartServiceRequest) ProtoReflect() protoreflect.Message
- func (x *StartServiceRequest) Reset()
- func (x *StartServiceRequest) String() string
- type StartServiceResponse
- func (*StartServiceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StartServiceResponse) GetError() string
- func (x *StartServiceResponse) GetStatus() string
- func (*StartServiceResponse) ProtoMessage()
- func (x *StartServiceResponse) ProtoReflect() protoreflect.Message
- func (x *StartServiceResponse) Reset()
- func (x *StartServiceResponse) String() string
- type StopContainerRequest
- func (*StopContainerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StopContainerRequest) GetContainerId() string
- func (*StopContainerRequest) ProtoMessage()
- func (x *StopContainerRequest) ProtoReflect() protoreflect.Message
- func (x *StopContainerRequest) Reset()
- func (x *StopContainerRequest) String() string
- type StopContainerResponse
- type StopServiceRequest
- func (*StopServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StopServiceRequest) GetAgentId() string
- func (x *StopServiceRequest) GetName() string
- func (*StopServiceRequest) ProtoMessage()
- func (x *StopServiceRequest) ProtoReflect() protoreflect.Message
- func (x *StopServiceRequest) Reset()
- func (x *StopServiceRequest) String() string
- type StopServiceResponse
- func (*StopServiceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StopServiceResponse) GetError() string
- func (x *StopServiceResponse) GetStatus() string
- func (*StopServiceResponse) ProtoMessage()
- func (x *StopServiceResponse) ProtoReflect() protoreflect.Message
- func (x *StopServiceResponse) Reset()
- func (x *StopServiceResponse) String() string
- type StreamLogsRequest
- func (*StreamLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamLogsRequest) GetContainerId() string
- func (*StreamLogsRequest) ProtoMessage()
- func (x *StreamLogsRequest) ProtoReflect() protoreflect.Message
- func (x *StreamLogsRequest) Reset()
- func (x *StreamLogsRequest) String() string
- type StreamOperationRequest
- func (*StreamOperationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamOperationRequest) GetOperationId() string
- func (*StreamOperationRequest) ProtoMessage()
- func (x *StreamOperationRequest) ProtoReflect() protoreflect.Message
- func (x *StreamOperationRequest) Reset()
- func (x *StreamOperationRequest) String() string
- type SystemdServiceClient
- type SystemdServiceServer
- type UnimplementedACMEServiceServer
- func (UnimplementedACMEServiceServer) ListCertificates(context.Context, *ListCertificatesRequest) (*ListCertificatesResponse, error)
- func (UnimplementedACMEServiceServer) ObtainCertificate(context.Context, *ObtainCertificateRequest) (*ObtainCertificateResponse, error)
- func (UnimplementedACMEServiceServer) RenewAll(context.Context, *RenewAllCertificatesRequest) (*RenewAllCertificatesResponse, error)
- func (UnimplementedACMEServiceServer) RenewCertificate(context.Context, *RenewCertificateRequest) (*RenewCertificateResponse, error)
- func (UnimplementedACMEServiceServer) RevokeCertificate(context.Context, *RevokeCertificateRequest) (*RevokeCertificateResponse, error)
- type UnimplementedAgentServiceServer
- func (UnimplementedAgentServiceServer) GetCapabilities(context.Context, *CapabilitiesRequest) (*CapabilitiesResponse, error)
- func (UnimplementedAgentServiceServer) GetHealth(context.Context, *HealthRequest) (*HealthResponse, error)
- func (UnimplementedAgentServiceServer) Heartbeat(context.Context, *HeartbeatRequest) (*HeartbeatResponse, error)
- func (UnimplementedAgentServiceServer) Register(context.Context, *RegisterRequest) (*RegisterResponse, error)
- type UnimplementedContainerServiceServer
- func (UnimplementedContainerServiceServer) Exec(grpc.BidiStreamingServer[ExecRequest, ExecResponse]) error
- func (UnimplementedContainerServiceServer) GetStats(*GetStatsRequest, grpc.ServerStreamingServer[ContainerStats]) error
- func (UnimplementedContainerServiceServer) InspectContainer(context.Context, *InspectContainerRequest) (*InspectContainerResponse, error)
- func (UnimplementedContainerServiceServer) ListContainers(context.Context, *ListContainersRequest) (*ListContainersResponse, error)
- func (UnimplementedContainerServiceServer) RestartContainer(context.Context, *RestartContainerRequest) (*RestartContainerResponse, error)
- func (UnimplementedContainerServiceServer) StartContainer(context.Context, *StartContainerRequest) (*StartContainerResponse, error)
- func (UnimplementedContainerServiceServer) StopContainer(context.Context, *StopContainerRequest) (*StopContainerResponse, error)
- func (UnimplementedContainerServiceServer) StreamLogs(*StreamLogsRequest, grpc.ServerStreamingServer[LogEntry]) error
- type UnimplementedCoreServiceServer
- func (UnimplementedCoreServiceServer) Heartbeat(context.Context, *HeartbeatRequest) (*HeartbeatResponse, error)
- func (UnimplementedCoreServiceServer) ListAgents(context.Context, *ListAgentsRequest) (*ListAgentsResponse, error)
- func (UnimplementedCoreServiceServer) RegisterAgent(context.Context, *RegisterRequest) (*RegisterResponse, error)
- type UnimplementedFilesystemServiceServer
- func (UnimplementedFilesystemServiceServer) CreateDirectory(context.Context, *CreateDirectoryRequest) (*CreateDirectoryResponse, error)
- func (UnimplementedFilesystemServiceServer) DeleteFile(context.Context, *DeleteFileRequest) (*DeleteFileResponse, error)
- func (UnimplementedFilesystemServiceServer) ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
- func (UnimplementedFilesystemServiceServer) ReadFile(context.Context, *ReadFileRequest) (*ReadFileResponse, error)
- func (UnimplementedFilesystemServiceServer) WriteFile(context.Context, *WriteFileRequest) (*WriteFileResponse, error)
- type UnimplementedFirewallServiceServer
- func (UnimplementedFirewallServiceServer) AddRule(context.Context, *AddFirewallRuleRequest) (*AddFirewallRuleResponse, error)
- func (UnimplementedFirewallServiceServer) AllowPort(context.Context, *AllowPortRequest) (*AllowPortResponse, error)
- func (UnimplementedFirewallServiceServer) DeleteRule(context.Context, *DeleteFirewallRuleRequest) (*DeleteFirewallRuleResponse, error)
- func (UnimplementedFirewallServiceServer) DenyPort(context.Context, *DenyPortRequest) (*DenyPortResponse, error)
- func (UnimplementedFirewallServiceServer) Disable(context.Context, *DisableFirewallRequest) (*DisableFirewallResponse, error)
- func (UnimplementedFirewallServiceServer) Enable(context.Context, *EnableFirewallRequest) (*EnableFirewallResponse, error)
- func (UnimplementedFirewallServiceServer) ListRules(context.Context, *ListFirewallRulesRequest) (*ListFirewallRulesResponse, error)
- type UnimplementedHostEnvironmentServiceServer
- func (UnimplementedHostEnvironmentServiceServer) GetHostInfo(context.Context, *GetHostInfoRequest) (*GetHostInfoResponse, error)
- func (UnimplementedHostEnvironmentServiceServer) GetSysctl(context.Context, *GetSysctlRequest) (*GetSysctlResponse, error)
- func (UnimplementedHostEnvironmentServiceServer) InstallPackage(context.Context, *InstallPackageRequest) (*InstallPackageResponse, error)
- func (UnimplementedHostEnvironmentServiceServer) ListPackages(context.Context, *ListPackagesRequest) (*ListPackagesResponse, error)
- func (UnimplementedHostEnvironmentServiceServer) RemovePackage(context.Context, *RemovePackageRequest) (*RemovePackageResponse, error)
- func (UnimplementedHostEnvironmentServiceServer) SetSysctl(context.Context, *SetSysctlRequest) (*SetSysctlResponse, error)
- func (UnimplementedHostEnvironmentServiceServer) UpdatePackages(context.Context, *UpdatePackagesRequest) (*UpdatePackagesResponse, error)
- type UnimplementedNginxServiceServer
- func (UnimplementedNginxServiceServer) CreateLoadBalancer(context.Context, *CreateLoadBalancerRequest) (*CreateLoadBalancerResponse, error)
- func (UnimplementedNginxServiceServer) CreateReverseProxy(context.Context, *CreateReverseProxyRequest) (*CreateReverseProxyResponse, error)
- func (UnimplementedNginxServiceServer) CreateVirtualHost(context.Context, *CreateVirtualHostRequest) (*CreateVirtualHostResponse, error)
- func (UnimplementedNginxServiceServer) DeleteVirtualHost(context.Context, *DeleteVirtualHostRequest) (*DeleteVirtualHostResponse, error)
- func (UnimplementedNginxServiceServer) DisableVirtualHost(context.Context, *DisableVirtualHostRequest) (*DisableVirtualHostResponse, error)
- func (UnimplementedNginxServiceServer) EnableVirtualHost(context.Context, *EnableVirtualHostRequest) (*EnableVirtualHostResponse, error)
- func (UnimplementedNginxServiceServer) ListVirtualHosts(context.Context, *ListVirtualHostsRequest) (*ListVirtualHostsResponse, error)
- type UnimplementedOperationsServiceServer
- func (UnimplementedOperationsServiceServer) CancelOperation(context.Context, *CancelOperationRequest) (*CancelOperationResponse, error)
- func (UnimplementedOperationsServiceServer) GetOperation(context.Context, *GetOperationRequest) (*Operation, error)
- func (UnimplementedOperationsServiceServer) ListOperations(context.Context, *ListOperationsRequest) (*ListOperationsResponse, error)
- func (UnimplementedOperationsServiceServer) StreamOperation(*StreamOperationRequest, grpc.ServerStreamingServer[OperationEvent]) error
- type UnimplementedServiceDeploymentServiceServer
- func (UnimplementedServiceDeploymentServiceServer) DeployWebService(*DeployWebServiceRequest, grpc.ServerStreamingServer[ServiceOperationEvent]) error
- func (UnimplementedServiceDeploymentServiceServer) RemoveWebService(*RemoveWebServiceRequest, grpc.ServerStreamingServer[ServiceOperationEvent]) error
- type UnimplementedStackServiceServer
- func (UnimplementedStackServiceServer) ApplyStack(*ApplyStackRequest, grpc.ServerStreamingServer[OperationEvent]) error
- func (UnimplementedStackServiceServer) DiffStack(context.Context, *DiffStackRequest) (*DiffStackResponse, error)
- func (UnimplementedStackServiceServer) GetStack(context.Context, *GetStackRequest) (*GetStackResponse, error)
- func (UnimplementedStackServiceServer) GetStackLogs(*GetStackLogsRequest, grpc.ServerStreamingServer[LogEntry]) error
- func (UnimplementedStackServiceServer) ListStacks(context.Context, *ListStacksRequest) (*ListStacksResponse, error)
- func (UnimplementedStackServiceServer) RemoveStack(*RemoveStackRequest, grpc.ServerStreamingServer[OperationEvent]) error
- type UnimplementedSystemdServiceServer
- func (UnimplementedSystemdServiceServer) CreateService(context.Context, *CreateServiceRequest) (*CreateServiceResponse, error)
- func (UnimplementedSystemdServiceServer) DisableService(context.Context, *DisableServiceRequest) (*DisableServiceResponse, error)
- func (UnimplementedSystemdServiceServer) EnableService(context.Context, *EnableServiceRequest) (*EnableServiceResponse, error)
- func (UnimplementedSystemdServiceServer) GetServiceStatus(context.Context, *GetServiceStatusRequest) (*GetServiceStatusResponse, error)
- func (UnimplementedSystemdServiceServer) ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error)
- func (UnimplementedSystemdServiceServer) RestartService(context.Context, *RestartServiceRequest) (*RestartServiceResponse, error)
- func (UnimplementedSystemdServiceServer) StartService(context.Context, *StartServiceRequest) (*StartServiceResponse, error)
- func (UnimplementedSystemdServiceServer) StopService(context.Context, *StopServiceRequest) (*StopServiceResponse, error)
- type UnsafeACMEServiceServer
- type UnsafeAgentServiceServer
- type UnsafeContainerServiceServer
- type UnsafeCoreServiceServer
- type UnsafeFilesystemServiceServer
- type UnsafeFirewallServiceServer
- type UnsafeHostEnvironmentServiceServer
- type UnsafeNginxServiceServer
- type UnsafeOperationsServiceServer
- type UnsafeServiceDeploymentServiceServer
- type UnsafeStackServiceServer
- type UnsafeSystemdServiceServer
- type UpdatePackagesRequest
- func (*UpdatePackagesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePackagesRequest) GetAgentId() string
- func (*UpdatePackagesRequest) ProtoMessage()
- func (x *UpdatePackagesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePackagesRequest) Reset()
- func (x *UpdatePackagesRequest) String() string
- type UpdatePackagesResponse
- func (*UpdatePackagesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePackagesResponse) GetError() string
- func (x *UpdatePackagesResponse) GetStatus() string
- func (*UpdatePackagesResponse) ProtoMessage()
- func (x *UpdatePackagesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdatePackagesResponse) Reset()
- func (x *UpdatePackagesResponse) String() string
- type WriteFileRequest
- func (*WriteFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WriteFileRequest) GetContent() []byte
- func (x *WriteFileRequest) GetMode() uint32
- func (x *WriteFileRequest) GetPath() string
- func (x *WriteFileRequest) GetStackName() string
- func (*WriteFileRequest) ProtoMessage()
- func (x *WriteFileRequest) ProtoReflect() protoreflect.Message
- func (x *WriteFileRequest) Reset()
- func (x *WriteFileRequest) String() string
- type WriteFileResponse
Constants ¶
const ( CoreService_ListAgents_FullMethodName = "/mandau.agent.v1.CoreService/ListAgents" CoreService_RegisterAgent_FullMethodName = "/mandau.agent.v1.CoreService/RegisterAgent" CoreService_Heartbeat_FullMethodName = "/mandau.agent.v1.CoreService/Heartbeat" )
const ( AgentService_Register_FullMethodName = "/mandau.agent.v1.AgentService/Register" AgentService_Heartbeat_FullMethodName = "/mandau.agent.v1.AgentService/Heartbeat" AgentService_GetCapabilities_FullMethodName = "/mandau.agent.v1.AgentService/GetCapabilities" AgentService_GetHealth_FullMethodName = "/mandau.agent.v1.AgentService/GetHealth" )
const ( StackService_ListStacks_FullMethodName = "/mandau.agent.v1.StackService/ListStacks" StackService_GetStack_FullMethodName = "/mandau.agent.v1.StackService/GetStack" StackService_ApplyStack_FullMethodName = "/mandau.agent.v1.StackService/ApplyStack" StackService_RemoveStack_FullMethodName = "/mandau.agent.v1.StackService/RemoveStack" StackService_DiffStack_FullMethodName = "/mandau.agent.v1.StackService/DiffStack" StackService_GetStackLogs_FullMethodName = "/mandau.agent.v1.StackService/GetStackLogs" )
const ( ContainerService_ListContainers_FullMethodName = "/mandau.agent.v1.ContainerService/ListContainers" ContainerService_InspectContainer_FullMethodName = "/mandau.agent.v1.ContainerService/InspectContainer" ContainerService_StreamLogs_FullMethodName = "/mandau.agent.v1.ContainerService/StreamLogs" ContainerService_Exec_FullMethodName = "/mandau.agent.v1.ContainerService/Exec" ContainerService_GetStats_FullMethodName = "/mandau.agent.v1.ContainerService/GetStats" ContainerService_StartContainer_FullMethodName = "/mandau.agent.v1.ContainerService/StartContainer" ContainerService_StopContainer_FullMethodName = "/mandau.agent.v1.ContainerService/StopContainer" ContainerService_RestartContainer_FullMethodName = "/mandau.agent.v1.ContainerService/RestartContainer" )
const ( FilesystemService_ListFiles_FullMethodName = "/mandau.agent.v1.FilesystemService/ListFiles" FilesystemService_ReadFile_FullMethodName = "/mandau.agent.v1.FilesystemService/ReadFile" FilesystemService_WriteFile_FullMethodName = "/mandau.agent.v1.FilesystemService/WriteFile" FilesystemService_DeleteFile_FullMethodName = "/mandau.agent.v1.FilesystemService/DeleteFile" FilesystemService_CreateDirectory_FullMethodName = "/mandau.agent.v1.FilesystemService/CreateDirectory" )
const ( OperationsService_GetOperation_FullMethodName = "/mandau.agent.v1.OperationsService/GetOperation" OperationsService_ListOperations_FullMethodName = "/mandau.agent.v1.OperationsService/ListOperations" OperationsService_CancelOperation_FullMethodName = "/mandau.agent.v1.OperationsService/CancelOperation" OperationsService_StreamOperation_FullMethodName = "/mandau.agent.v1.OperationsService/StreamOperation" )
const ( NginxService_CreateVirtualHost_FullMethodName = "/mandau.services.v1.NginxService/CreateVirtualHost" NginxService_EnableVirtualHost_FullMethodName = "/mandau.services.v1.NginxService/EnableVirtualHost" NginxService_DisableVirtualHost_FullMethodName = "/mandau.services.v1.NginxService/DisableVirtualHost" NginxService_DeleteVirtualHost_FullMethodName = "/mandau.services.v1.NginxService/DeleteVirtualHost" NginxService_ListVirtualHosts_FullMethodName = "/mandau.services.v1.NginxService/ListVirtualHosts" NginxService_CreateReverseProxy_FullMethodName = "/mandau.services.v1.NginxService/CreateReverseProxy" NginxService_CreateLoadBalancer_FullMethodName = "/mandau.services.v1.NginxService/CreateLoadBalancer" )
const ( SystemdService_CreateService_FullMethodName = "/mandau.services.v1.SystemdService/CreateService" SystemdService_EnableService_FullMethodName = "/mandau.services.v1.SystemdService/EnableService" SystemdService_DisableService_FullMethodName = "/mandau.services.v1.SystemdService/DisableService" SystemdService_StartService_FullMethodName = "/mandau.services.v1.SystemdService/StartService" SystemdService_StopService_FullMethodName = "/mandau.services.v1.SystemdService/StopService" SystemdService_RestartService_FullMethodName = "/mandau.services.v1.SystemdService/RestartService" SystemdService_GetServiceStatus_FullMethodName = "/mandau.services.v1.SystemdService/GetServiceStatus" SystemdService_ListServices_FullMethodName = "/mandau.services.v1.SystemdService/ListServices" )
const ( FirewallService_AddRule_FullMethodName = "/mandau.services.v1.FirewallService/AddRule" FirewallService_DeleteRule_FullMethodName = "/mandau.services.v1.FirewallService/DeleteRule" FirewallService_ListRules_FullMethodName = "/mandau.services.v1.FirewallService/ListRules" FirewallService_AllowPort_FullMethodName = "/mandau.services.v1.FirewallService/AllowPort" FirewallService_DenyPort_FullMethodName = "/mandau.services.v1.FirewallService/DenyPort" FirewallService_Enable_FullMethodName = "/mandau.services.v1.FirewallService/Enable" FirewallService_Disable_FullMethodName = "/mandau.services.v1.FirewallService/Disable" )
const ( ACMEService_ObtainCertificate_FullMethodName = "/mandau.services.v1.ACMEService/ObtainCertificate" ACMEService_RenewCertificate_FullMethodName = "/mandau.services.v1.ACMEService/RenewCertificate" ACMEService_RenewAll_FullMethodName = "/mandau.services.v1.ACMEService/RenewAll" ACMEService_RevokeCertificate_FullMethodName = "/mandau.services.v1.ACMEService/RevokeCertificate" ACMEService_ListCertificates_FullMethodName = "/mandau.services.v1.ACMEService/ListCertificates" )
const ( HostEnvironmentService_GetHostInfo_FullMethodName = "/mandau.services.v1.HostEnvironmentService/GetHostInfo" HostEnvironmentService_InstallPackage_FullMethodName = "/mandau.services.v1.HostEnvironmentService/InstallPackage" HostEnvironmentService_RemovePackage_FullMethodName = "/mandau.services.v1.HostEnvironmentService/RemovePackage" HostEnvironmentService_UpdatePackages_FullMethodName = "/mandau.services.v1.HostEnvironmentService/UpdatePackages" HostEnvironmentService_ListPackages_FullMethodName = "/mandau.services.v1.HostEnvironmentService/ListPackages" HostEnvironmentService_SetSysctl_FullMethodName = "/mandau.services.v1.HostEnvironmentService/SetSysctl" HostEnvironmentService_GetSysctl_FullMethodName = "/mandau.services.v1.HostEnvironmentService/GetSysctl" )
const ( ServiceDeploymentService_DeployWebService_FullMethodName = "/mandau.services.v1.ServiceDeploymentService/DeployWebService" ServiceDeploymentService_RemoveWebService_FullMethodName = "/mandau.services.v1.ServiceDeploymentService/RemoveWebService" )
Variables ¶
var ( StackState_name = map[int32]string{ 0: "STACK_STATE_UNKNOWN", 1: "STACK_STATE_RUNNING", 2: "STACK_STATE_STOPPED", 3: "STACK_STATE_ERROR", 4: "STACK_STATE_PARTIAL", } StackState_value = map[string]int32{ "STACK_STATE_UNKNOWN": 0, "STACK_STATE_RUNNING": 1, "STACK_STATE_STOPPED": 2, "STACK_STATE_ERROR": 3, "STACK_STATE_PARTIAL": 4, } )
Enum value maps for StackState.
var ( DiffAction_name = map[int32]string{ 0: "DIFF_ACTION_NONE", 1: "DIFF_ACTION_CREATE", 2: "DIFF_ACTION_UPDATE", 3: "DIFF_ACTION_DELETE", } DiffAction_value = map[string]int32{ "DIFF_ACTION_NONE": 0, "DIFF_ACTION_CREATE": 1, "DIFF_ACTION_UPDATE": 2, "DIFF_ACTION_DELETE": 3, } )
Enum value maps for DiffAction.
var ( OperationState_name = map[int32]string{ 0: "OPERATION_STATE_PENDING", 1: "OPERATION_STATE_RUNNING", 2: "OPERATION_STATE_COMPLETED", 3: "OPERATION_STATE_FAILED", 4: "OPERATION_STATE_CANCELLED", } OperationState_value = map[string]int32{ "OPERATION_STATE_PENDING": 0, "OPERATION_STATE_RUNNING": 1, "OPERATION_STATE_COMPLETED": 2, "OPERATION_STATE_FAILED": 3, "OPERATION_STATE_CANCELLED": 4, } )
Enum value maps for OperationState.
var ACMEService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.services.v1.ACMEService", HandlerType: (*ACMEServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ObtainCertificate", Handler: _ACMEService_ObtainCertificate_Handler, }, { MethodName: "RenewCertificate", Handler: _ACMEService_RenewCertificate_Handler, }, { MethodName: "RenewAll", Handler: _ACMEService_RenewAll_Handler, }, { MethodName: "RevokeCertificate", Handler: _ACMEService_RevokeCertificate_Handler, }, { MethodName: "ListCertificates", Handler: _ACMEService_ListCertificates_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/v1/service.proto", }
ACMEService_ServiceDesc is the grpc.ServiceDesc for ACMEService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var AgentService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.agent.v1.AgentService", HandlerType: (*AgentServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Register", Handler: _AgentService_Register_Handler, }, { MethodName: "Heartbeat", Handler: _AgentService_Heartbeat_Handler, }, { MethodName: "GetCapabilities", Handler: _AgentService_GetCapabilities_Handler, }, { MethodName: "GetHealth", Handler: _AgentService_GetHealth_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/v1/agent.proto", }
AgentService_ServiceDesc is the grpc.ServiceDesc for AgentService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ContainerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.agent.v1.ContainerService", HandlerType: (*ContainerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListContainers", Handler: _ContainerService_ListContainers_Handler, }, { MethodName: "InspectContainer", Handler: _ContainerService_InspectContainer_Handler, }, { MethodName: "StartContainer", Handler: _ContainerService_StartContainer_Handler, }, { MethodName: "StopContainer", Handler: _ContainerService_StopContainer_Handler, }, { MethodName: "RestartContainer", Handler: _ContainerService_RestartContainer_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "StreamLogs", Handler: _ContainerService_StreamLogs_Handler, ServerStreams: true, }, { StreamName: "Exec", Handler: _ContainerService_Exec_Handler, ServerStreams: true, ClientStreams: true, }, { StreamName: "GetStats", Handler: _ContainerService_GetStats_Handler, ServerStreams: true, }, }, Metadata: "api/v1/agent.proto", }
ContainerService_ServiceDesc is the grpc.ServiceDesc for ContainerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var CoreService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.agent.v1.CoreService", HandlerType: (*CoreServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListAgents", Handler: _CoreService_ListAgents_Handler, }, { MethodName: "RegisterAgent", Handler: _CoreService_RegisterAgent_Handler, }, { MethodName: "Heartbeat", Handler: _CoreService_Heartbeat_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/v1/agent.proto", }
CoreService_ServiceDesc is the grpc.ServiceDesc for CoreService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_api_v1_agent_proto protoreflect.FileDescriptor
var File_api_v1_service_proto protoreflect.FileDescriptor
var FilesystemService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.agent.v1.FilesystemService", HandlerType: (*FilesystemServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListFiles", Handler: _FilesystemService_ListFiles_Handler, }, { MethodName: "ReadFile", Handler: _FilesystemService_ReadFile_Handler, }, { MethodName: "WriteFile", Handler: _FilesystemService_WriteFile_Handler, }, { MethodName: "DeleteFile", Handler: _FilesystemService_DeleteFile_Handler, }, { MethodName: "CreateDirectory", Handler: _FilesystemService_CreateDirectory_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/v1/agent.proto", }
FilesystemService_ServiceDesc is the grpc.ServiceDesc for FilesystemService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FirewallService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.services.v1.FirewallService", HandlerType: (*FirewallServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "AddRule", Handler: _FirewallService_AddRule_Handler, }, { MethodName: "DeleteRule", Handler: _FirewallService_DeleteRule_Handler, }, { MethodName: "ListRules", Handler: _FirewallService_ListRules_Handler, }, { MethodName: "AllowPort", Handler: _FirewallService_AllowPort_Handler, }, { MethodName: "DenyPort", Handler: _FirewallService_DenyPort_Handler, }, { MethodName: "Enable", Handler: _FirewallService_Enable_Handler, }, { MethodName: "Disable", Handler: _FirewallService_Disable_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/v1/service.proto", }
FirewallService_ServiceDesc is the grpc.ServiceDesc for FirewallService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var HostEnvironmentService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.services.v1.HostEnvironmentService", HandlerType: (*HostEnvironmentServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetHostInfo", Handler: _HostEnvironmentService_GetHostInfo_Handler, }, { MethodName: "InstallPackage", Handler: _HostEnvironmentService_InstallPackage_Handler, }, { MethodName: "RemovePackage", Handler: _HostEnvironmentService_RemovePackage_Handler, }, { MethodName: "UpdatePackages", Handler: _HostEnvironmentService_UpdatePackages_Handler, }, { MethodName: "ListPackages", Handler: _HostEnvironmentService_ListPackages_Handler, }, { MethodName: "SetSysctl", Handler: _HostEnvironmentService_SetSysctl_Handler, }, { MethodName: "GetSysctl", Handler: _HostEnvironmentService_GetSysctl_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/v1/service.proto", }
HostEnvironmentService_ServiceDesc is the grpc.ServiceDesc for HostEnvironmentService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var NginxService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.services.v1.NginxService", HandlerType: (*NginxServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateVirtualHost", Handler: _NginxService_CreateVirtualHost_Handler, }, { MethodName: "EnableVirtualHost", Handler: _NginxService_EnableVirtualHost_Handler, }, { MethodName: "DisableVirtualHost", Handler: _NginxService_DisableVirtualHost_Handler, }, { MethodName: "DeleteVirtualHost", Handler: _NginxService_DeleteVirtualHost_Handler, }, { MethodName: "ListVirtualHosts", Handler: _NginxService_ListVirtualHosts_Handler, }, { MethodName: "CreateReverseProxy", Handler: _NginxService_CreateReverseProxy_Handler, }, { MethodName: "CreateLoadBalancer", Handler: _NginxService_CreateLoadBalancer_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/v1/service.proto", }
NginxService_ServiceDesc is the grpc.ServiceDesc for NginxService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var OperationsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.agent.v1.OperationsService", HandlerType: (*OperationsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetOperation", Handler: _OperationsService_GetOperation_Handler, }, { MethodName: "ListOperations", Handler: _OperationsService_ListOperations_Handler, }, { MethodName: "CancelOperation", Handler: _OperationsService_CancelOperation_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "StreamOperation", Handler: _OperationsService_StreamOperation_Handler, ServerStreams: true, }, }, Metadata: "api/v1/agent.proto", }
OperationsService_ServiceDesc is the grpc.ServiceDesc for OperationsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ServiceDeploymentService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.services.v1.ServiceDeploymentService", HandlerType: (*ServiceDeploymentServiceServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{ { StreamName: "DeployWebService", Handler: _ServiceDeploymentService_DeployWebService_Handler, ServerStreams: true, }, { StreamName: "RemoveWebService", Handler: _ServiceDeploymentService_RemoveWebService_Handler, ServerStreams: true, }, }, Metadata: "api/v1/service.proto", }
ServiceDeploymentService_ServiceDesc is the grpc.ServiceDesc for ServiceDeploymentService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var StackService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.agent.v1.StackService", HandlerType: (*StackServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListStacks", Handler: _StackService_ListStacks_Handler, }, { MethodName: "GetStack", Handler: _StackService_GetStack_Handler, }, { MethodName: "DiffStack", Handler: _StackService_DiffStack_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "ApplyStack", Handler: _StackService_ApplyStack_Handler, ServerStreams: true, }, { StreamName: "RemoveStack", Handler: _StackService_RemoveStack_Handler, ServerStreams: true, }, { StreamName: "GetStackLogs", Handler: _StackService_GetStackLogs_Handler, ServerStreams: true, }, }, Metadata: "api/v1/agent.proto", }
StackService_ServiceDesc is the grpc.ServiceDesc for StackService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SystemdService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "mandau.services.v1.SystemdService", HandlerType: (*SystemdServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateService", Handler: _SystemdService_CreateService_Handler, }, { MethodName: "EnableService", Handler: _SystemdService_EnableService_Handler, }, { MethodName: "DisableService", Handler: _SystemdService_DisableService_Handler, }, { MethodName: "StartService", Handler: _SystemdService_StartService_Handler, }, { MethodName: "StopService", Handler: _SystemdService_StopService_Handler, }, { MethodName: "RestartService", Handler: _SystemdService_RestartService_Handler, }, { MethodName: "GetServiceStatus", Handler: _SystemdService_GetServiceStatus_Handler, }, { MethodName: "ListServices", Handler: _SystemdService_ListServices_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/v1/service.proto", }
SystemdService_ServiceDesc is the grpc.ServiceDesc for SystemdService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterACMEServiceServer ¶
func RegisterACMEServiceServer(s grpc.ServiceRegistrar, srv ACMEServiceServer)
func RegisterAgentServiceServer ¶
func RegisterAgentServiceServer(s grpc.ServiceRegistrar, srv AgentServiceServer)
func RegisterContainerServiceServer ¶
func RegisterContainerServiceServer(s grpc.ServiceRegistrar, srv ContainerServiceServer)
func RegisterCoreServiceServer ¶
func RegisterCoreServiceServer(s grpc.ServiceRegistrar, srv CoreServiceServer)
func RegisterFilesystemServiceServer ¶
func RegisterFilesystemServiceServer(s grpc.ServiceRegistrar, srv FilesystemServiceServer)
func RegisterFirewallServiceServer ¶
func RegisterFirewallServiceServer(s grpc.ServiceRegistrar, srv FirewallServiceServer)
func RegisterHostEnvironmentServiceServer ¶
func RegisterHostEnvironmentServiceServer(s grpc.ServiceRegistrar, srv HostEnvironmentServiceServer)
func RegisterNginxServiceServer ¶
func RegisterNginxServiceServer(s grpc.ServiceRegistrar, srv NginxServiceServer)
func RegisterOperationsServiceServer ¶
func RegisterOperationsServiceServer(s grpc.ServiceRegistrar, srv OperationsServiceServer)
func RegisterServiceDeploymentServiceServer ¶
func RegisterServiceDeploymentServiceServer(s grpc.ServiceRegistrar, srv ServiceDeploymentServiceServer)
func RegisterStackServiceServer ¶
func RegisterStackServiceServer(s grpc.ServiceRegistrar, srv StackServiceServer)
func RegisterSystemdServiceServer ¶
func RegisterSystemdServiceServer(s grpc.ServiceRegistrar, srv SystemdServiceServer)
Types ¶
type ACMEServiceClient ¶
type ACMEServiceClient interface {
ObtainCertificate(ctx context.Context, in *ObtainCertificateRequest, opts ...grpc.CallOption) (*ObtainCertificateResponse, error)
RenewCertificate(ctx context.Context, in *RenewCertificateRequest, opts ...grpc.CallOption) (*RenewCertificateResponse, error)
RenewAll(ctx context.Context, in *RenewAllCertificatesRequest, opts ...grpc.CallOption) (*RenewAllCertificatesResponse, error)
RevokeCertificate(ctx context.Context, in *RevokeCertificateRequest, opts ...grpc.CallOption) (*RevokeCertificateResponse, error)
ListCertificates(ctx context.Context, in *ListCertificatesRequest, opts ...grpc.CallOption) (*ListCertificatesResponse, error)
}
ACMEServiceClient is the client API for ACMEService 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.
ACME/SSL Certificate Service
func NewACMEServiceClient ¶
func NewACMEServiceClient(cc grpc.ClientConnInterface) ACMEServiceClient
type ACMEServiceServer ¶
type ACMEServiceServer interface {
ObtainCertificate(context.Context, *ObtainCertificateRequest) (*ObtainCertificateResponse, error)
RenewCertificate(context.Context, *RenewCertificateRequest) (*RenewCertificateResponse, error)
RenewAll(context.Context, *RenewAllCertificatesRequest) (*RenewAllCertificatesResponse, error)
RevokeCertificate(context.Context, *RevokeCertificateRequest) (*RevokeCertificateResponse, error)
ListCertificates(context.Context, *ListCertificatesRequest) (*ListCertificatesResponse, error)
// contains filtered or unexported methods
}
ACMEServiceServer is the server API for ACMEService service. All implementations must embed UnimplementedACMEServiceServer for forward compatibility.
ACME/SSL Certificate Service
type AddFirewallRuleRequest ¶
type AddFirewallRuleRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"` // allow, deny, reject
Proto string `protobuf:"bytes,3,opt,name=proto,proto3" json:"proto,omitempty"` // tcp, udp, any
FromIp string `protobuf:"bytes,4,opt,name=from_ip,json=fromIp,proto3" json:"from_ip,omitempty"`
FromPort int32 `protobuf:"varint,5,opt,name=from_port,json=fromPort,proto3" json:"from_port,omitempty"`
ToIp string `protobuf:"bytes,6,opt,name=to_ip,json=toIp,proto3" json:"to_ip,omitempty"`
ToPort int32 `protobuf:"varint,7,opt,name=to_port,json=toPort,proto3" json:"to_port,omitempty"`
Comment string `protobuf:"bytes,8,opt,name=comment,proto3" json:"comment,omitempty"`
// contains filtered or unexported fields
}
func (*AddFirewallRuleRequest) Descriptor
deprecated
func (*AddFirewallRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddFirewallRuleRequest.ProtoReflect.Descriptor instead.
func (*AddFirewallRuleRequest) GetAction ¶
func (x *AddFirewallRuleRequest) GetAction() string
func (*AddFirewallRuleRequest) GetAgentId ¶
func (x *AddFirewallRuleRequest) GetAgentId() string
func (*AddFirewallRuleRequest) GetComment ¶
func (x *AddFirewallRuleRequest) GetComment() string
func (*AddFirewallRuleRequest) GetFromIp ¶
func (x *AddFirewallRuleRequest) GetFromIp() string
func (*AddFirewallRuleRequest) GetFromPort ¶
func (x *AddFirewallRuleRequest) GetFromPort() int32
func (*AddFirewallRuleRequest) GetProto ¶
func (x *AddFirewallRuleRequest) GetProto() string
func (*AddFirewallRuleRequest) GetToIp ¶
func (x *AddFirewallRuleRequest) GetToIp() string
func (*AddFirewallRuleRequest) GetToPort ¶
func (x *AddFirewallRuleRequest) GetToPort() int32
func (*AddFirewallRuleRequest) ProtoMessage ¶
func (*AddFirewallRuleRequest) ProtoMessage()
func (*AddFirewallRuleRequest) ProtoReflect ¶
func (x *AddFirewallRuleRequest) ProtoReflect() protoreflect.Message
func (*AddFirewallRuleRequest) Reset ¶
func (x *AddFirewallRuleRequest) Reset()
func (*AddFirewallRuleRequest) String ¶
func (x *AddFirewallRuleRequest) String() string
type AddFirewallRuleResponse ¶
type AddFirewallRuleResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*AddFirewallRuleResponse) Descriptor
deprecated
func (*AddFirewallRuleResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddFirewallRuleResponse.ProtoReflect.Descriptor instead.
func (*AddFirewallRuleResponse) GetError ¶
func (x *AddFirewallRuleResponse) GetError() string
func (*AddFirewallRuleResponse) GetStatus ¶
func (x *AddFirewallRuleResponse) GetStatus() string
func (*AddFirewallRuleResponse) ProtoMessage ¶
func (*AddFirewallRuleResponse) ProtoMessage()
func (*AddFirewallRuleResponse) ProtoReflect ¶
func (x *AddFirewallRuleResponse) ProtoReflect() protoreflect.Message
func (*AddFirewallRuleResponse) Reset ¶
func (x *AddFirewallRuleResponse) Reset()
func (*AddFirewallRuleResponse) String ¶
func (x *AddFirewallRuleResponse) String() string
type Agent ¶
type Agent struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Hostname string `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
Labels map[string]string `` /* 139-byte string literal not displayed */
Capabilities []string `protobuf:"bytes,5,rep,name=capabilities,proto3" json:"capabilities,omitempty"`
LastSeen *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen,omitempty"`
// contains filtered or unexported fields
}
func (*Agent) Descriptor
deprecated
func (*Agent) GetCapabilities ¶
func (*Agent) GetHostname ¶
func (*Agent) GetLastSeen ¶
func (x *Agent) GetLastSeen() *timestamppb.Timestamp
func (*Agent) ProtoMessage ¶
func (*Agent) ProtoMessage()
func (*Agent) ProtoReflect ¶
func (x *Agent) ProtoReflect() protoreflect.Message
type AgentServiceClient ¶
type AgentServiceClient interface {
Register(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterResponse, error)
Heartbeat(ctx context.Context, in *HeartbeatRequest, opts ...grpc.CallOption) (*HeartbeatResponse, error)
GetCapabilities(ctx context.Context, in *CapabilitiesRequest, opts ...grpc.CallOption) (*CapabilitiesResponse, error)
GetHealth(ctx context.Context, in *HealthRequest, opts ...grpc.CallOption) (*HealthResponse, error)
}
AgentServiceClient is the client API for AgentService 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.
Agent Identity & Lifecycle Service
func NewAgentServiceClient ¶
func NewAgentServiceClient(cc grpc.ClientConnInterface) AgentServiceClient
type AgentServiceServer ¶
type AgentServiceServer interface {
Register(context.Context, *RegisterRequest) (*RegisterResponse, error)
Heartbeat(context.Context, *HeartbeatRequest) (*HeartbeatResponse, error)
GetCapabilities(context.Context, *CapabilitiesRequest) (*CapabilitiesResponse, error)
GetHealth(context.Context, *HealthRequest) (*HealthResponse, error)
// contains filtered or unexported methods
}
AgentServiceServer is the server API for AgentService service. All implementations must embed UnimplementedAgentServiceServer for forward compatibility.
Agent Identity & Lifecycle Service
type AllowPortRequest ¶
type AllowPortRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
Proto string `protobuf:"bytes,3,opt,name=proto,proto3" json:"proto,omitempty"`
// contains filtered or unexported fields
}
func (*AllowPortRequest) Descriptor
deprecated
func (*AllowPortRequest) Descriptor() ([]byte, []int)
Deprecated: Use AllowPortRequest.ProtoReflect.Descriptor instead.
func (*AllowPortRequest) GetAgentId ¶
func (x *AllowPortRequest) GetAgentId() string
func (*AllowPortRequest) GetPort ¶
func (x *AllowPortRequest) GetPort() int32
func (*AllowPortRequest) GetProto ¶
func (x *AllowPortRequest) GetProto() string
func (*AllowPortRequest) ProtoMessage ¶
func (*AllowPortRequest) ProtoMessage()
func (*AllowPortRequest) ProtoReflect ¶
func (x *AllowPortRequest) ProtoReflect() protoreflect.Message
func (*AllowPortRequest) Reset ¶
func (x *AllowPortRequest) Reset()
func (*AllowPortRequest) String ¶
func (x *AllowPortRequest) String() string
type AllowPortResponse ¶
type AllowPortResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*AllowPortResponse) Descriptor
deprecated
func (*AllowPortResponse) Descriptor() ([]byte, []int)
Deprecated: Use AllowPortResponse.ProtoReflect.Descriptor instead.
func (*AllowPortResponse) GetError ¶
func (x *AllowPortResponse) GetError() string
func (*AllowPortResponse) GetStatus ¶
func (x *AllowPortResponse) GetStatus() string
func (*AllowPortResponse) ProtoMessage ¶
func (*AllowPortResponse) ProtoMessage()
func (*AllowPortResponse) ProtoReflect ¶
func (x *AllowPortResponse) ProtoReflect() protoreflect.Message
func (*AllowPortResponse) Reset ¶
func (x *AllowPortResponse) Reset()
func (*AllowPortResponse) String ¶
func (x *AllowPortResponse) String() string
type ApplyStackRequest ¶
type ApplyStackRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
StackName string `protobuf:"bytes,2,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
ComposeContent string `protobuf:"bytes,3,opt,name=compose_content,json=composeContent,proto3" json:"compose_content,omitempty"`
EnvVars map[string]string `` /* 156-byte string literal not displayed */
ForceRecreate bool `protobuf:"varint,5,opt,name=force_recreate,json=forceRecreate,proto3" json:"force_recreate,omitempty"`
Services []string `protobuf:"bytes,6,rep,name=services,proto3" json:"services,omitempty"`
PullImages bool `protobuf:"varint,7,opt,name=pull_images,json=pullImages,proto3" json:"pull_images,omitempty"`
// contains filtered or unexported fields
}
func (*ApplyStackRequest) Descriptor
deprecated
func (*ApplyStackRequest) Descriptor() ([]byte, []int)
Deprecated: Use ApplyStackRequest.ProtoReflect.Descriptor instead.
func (*ApplyStackRequest) GetAgentId ¶
func (x *ApplyStackRequest) GetAgentId() string
func (*ApplyStackRequest) GetComposeContent ¶
func (x *ApplyStackRequest) GetComposeContent() string
func (*ApplyStackRequest) GetEnvVars ¶
func (x *ApplyStackRequest) GetEnvVars() map[string]string
func (*ApplyStackRequest) GetForceRecreate ¶
func (x *ApplyStackRequest) GetForceRecreate() bool
func (*ApplyStackRequest) GetPullImages ¶
func (x *ApplyStackRequest) GetPullImages() bool
func (*ApplyStackRequest) GetServices ¶
func (x *ApplyStackRequest) GetServices() []string
func (*ApplyStackRequest) GetStackName ¶
func (x *ApplyStackRequest) GetStackName() string
func (*ApplyStackRequest) ProtoMessage ¶
func (*ApplyStackRequest) ProtoMessage()
func (*ApplyStackRequest) ProtoReflect ¶
func (x *ApplyStackRequest) ProtoReflect() protoreflect.Message
func (*ApplyStackRequest) Reset ¶
func (x *ApplyStackRequest) Reset()
func (*ApplyStackRequest) String ¶
func (x *ApplyStackRequest) String() string
type BlockIOStats ¶
type BlockIOStats struct {
// contains filtered or unexported fields
}
func (*BlockIOStats) Descriptor
deprecated
func (*BlockIOStats) Descriptor() ([]byte, []int)
Deprecated: Use BlockIOStats.ProtoReflect.Descriptor instead.
func (*BlockIOStats) ProtoMessage ¶
func (*BlockIOStats) ProtoMessage()
func (*BlockIOStats) ProtoReflect ¶
func (x *BlockIOStats) ProtoReflect() protoreflect.Message
func (*BlockIOStats) Reset ¶
func (x *BlockIOStats) Reset()
func (*BlockIOStats) String ¶
func (x *BlockIOStats) String() string
type CPUStats ¶
type CPUStats struct {
// contains filtered or unexported fields
}
func (*CPUStats) Descriptor
deprecated
func (*CPUStats) ProtoMessage ¶
func (*CPUStats) ProtoMessage()
func (*CPUStats) ProtoReflect ¶
func (x *CPUStats) ProtoReflect() protoreflect.Message
type CancelOperationRequest ¶
type CancelOperationRequest struct {
OperationId string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
// contains filtered or unexported fields
}
func (*CancelOperationRequest) Descriptor
deprecated
func (*CancelOperationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelOperationRequest.ProtoReflect.Descriptor instead.
func (*CancelOperationRequest) GetOperationId ¶
func (x *CancelOperationRequest) GetOperationId() string
func (*CancelOperationRequest) ProtoMessage ¶
func (*CancelOperationRequest) ProtoMessage()
func (*CancelOperationRequest) ProtoReflect ¶
func (x *CancelOperationRequest) ProtoReflect() protoreflect.Message
func (*CancelOperationRequest) Reset ¶
func (x *CancelOperationRequest) Reset()
func (*CancelOperationRequest) String ¶
func (x *CancelOperationRequest) String() string
type CancelOperationResponse ¶
type CancelOperationResponse struct {
// contains filtered or unexported fields
}
func (*CancelOperationResponse) Descriptor
deprecated
func (*CancelOperationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CancelOperationResponse.ProtoReflect.Descriptor instead.
func (*CancelOperationResponse) ProtoMessage ¶
func (*CancelOperationResponse) ProtoMessage()
func (*CancelOperationResponse) ProtoReflect ¶
func (x *CancelOperationResponse) ProtoReflect() protoreflect.Message
func (*CancelOperationResponse) Reset ¶
func (x *CancelOperationResponse) Reset()
func (*CancelOperationResponse) String ¶
func (x *CancelOperationResponse) String() string
type CapabilitiesRequest ¶
type CapabilitiesRequest struct {
// contains filtered or unexported fields
}
func (*CapabilitiesRequest) Descriptor
deprecated
func (*CapabilitiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use CapabilitiesRequest.ProtoReflect.Descriptor instead.
func (*CapabilitiesRequest) ProtoMessage ¶
func (*CapabilitiesRequest) ProtoMessage()
func (*CapabilitiesRequest) ProtoReflect ¶
func (x *CapabilitiesRequest) ProtoReflect() protoreflect.Message
func (*CapabilitiesRequest) Reset ¶
func (x *CapabilitiesRequest) Reset()
func (*CapabilitiesRequest) String ¶
func (x *CapabilitiesRequest) String() string
type CapabilitiesResponse ¶
type CapabilitiesResponse struct {
Capabilities []string `protobuf:"bytes,1,rep,name=capabilities,proto3" json:"capabilities,omitempty"`
// contains filtered or unexported fields
}
func (*CapabilitiesResponse) Descriptor
deprecated
func (*CapabilitiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use CapabilitiesResponse.ProtoReflect.Descriptor instead.
func (*CapabilitiesResponse) GetCapabilities ¶
func (x *CapabilitiesResponse) GetCapabilities() []string
func (*CapabilitiesResponse) ProtoMessage ¶
func (*CapabilitiesResponse) ProtoMessage()
func (*CapabilitiesResponse) ProtoReflect ¶
func (x *CapabilitiesResponse) ProtoReflect() protoreflect.Message
func (*CapabilitiesResponse) Reset ¶
func (x *CapabilitiesResponse) Reset()
func (*CapabilitiesResponse) String ¶
func (x *CapabilitiesResponse) String() string
type Certificate ¶
type Certificate struct {
Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
CertPath string `protobuf:"bytes,2,opt,name=cert_path,json=certPath,proto3" json:"cert_path,omitempty"`
KeyPath string `protobuf:"bytes,3,opt,name=key_path,json=keyPath,proto3" json:"key_path,omitempty"`
ExpiresAt string `protobuf:"bytes,4,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
IssuedAt string `protobuf:"bytes,5,opt,name=issued_at,json=issuedAt,proto3" json:"issued_at,omitempty"`
Issuer string `protobuf:"bytes,6,opt,name=issuer,proto3" json:"issuer,omitempty"`
// contains filtered or unexported fields
}
func (*Certificate) Descriptor
deprecated
func (*Certificate) Descriptor() ([]byte, []int)
Deprecated: Use Certificate.ProtoReflect.Descriptor instead.
func (*Certificate) GetCertPath ¶
func (x *Certificate) GetCertPath() string
func (*Certificate) GetDomain ¶
func (x *Certificate) GetDomain() string
func (*Certificate) GetExpiresAt ¶
func (x *Certificate) GetExpiresAt() string
func (*Certificate) GetIssuedAt ¶
func (x *Certificate) GetIssuedAt() string
func (*Certificate) GetIssuer ¶
func (x *Certificate) GetIssuer() string
func (*Certificate) GetKeyPath ¶
func (x *Certificate) GetKeyPath() string
func (*Certificate) ProtoMessage ¶
func (*Certificate) ProtoMessage()
func (*Certificate) ProtoReflect ¶
func (x *Certificate) ProtoReflect() protoreflect.Message
func (*Certificate) Reset ¶
func (x *Certificate) Reset()
func (*Certificate) String ¶
func (x *Certificate) String() string
type Container ¶
type Container struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"`
State string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
Created *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created,proto3" json:"created,omitempty"`
Labels map[string]string `` /* 139-byte string literal not displayed */
Ports []*Port `protobuf:"bytes,8,rep,name=ports,proto3" json:"ports,omitempty"`
// contains filtered or unexported fields
}
func (*Container) Descriptor
deprecated
func (*Container) GetCreated ¶
func (x *Container) GetCreated() *timestamppb.Timestamp
func (*Container) ProtoMessage ¶
func (*Container) ProtoMessage()
func (*Container) ProtoReflect ¶
func (x *Container) ProtoReflect() protoreflect.Message
type ContainerServiceClient ¶
type ContainerServiceClient interface {
ListContainers(ctx context.Context, in *ListContainersRequest, opts ...grpc.CallOption) (*ListContainersResponse, error)
InspectContainer(ctx context.Context, in *InspectContainerRequest, opts ...grpc.CallOption) (*InspectContainerResponse, error)
StreamLogs(ctx context.Context, in *StreamLogsRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[LogEntry], error)
Exec(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[ExecRequest, ExecResponse], error)
GetStats(ctx context.Context, in *GetStatsRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ContainerStats], error)
StartContainer(ctx context.Context, in *StartContainerRequest, opts ...grpc.CallOption) (*StartContainerResponse, error)
StopContainer(ctx context.Context, in *StopContainerRequest, opts ...grpc.CallOption) (*StopContainerResponse, error)
RestartContainer(ctx context.Context, in *RestartContainerRequest, opts ...grpc.CallOption) (*RestartContainerResponse, error)
}
ContainerServiceClient is the client API for ContainerService 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.
Container Management Service
func NewContainerServiceClient ¶
func NewContainerServiceClient(cc grpc.ClientConnInterface) ContainerServiceClient
type ContainerServiceServer ¶
type ContainerServiceServer interface {
ListContainers(context.Context, *ListContainersRequest) (*ListContainersResponse, error)
InspectContainer(context.Context, *InspectContainerRequest) (*InspectContainerResponse, error)
StreamLogs(*StreamLogsRequest, grpc.ServerStreamingServer[LogEntry]) error
Exec(grpc.BidiStreamingServer[ExecRequest, ExecResponse]) error
GetStats(*GetStatsRequest, grpc.ServerStreamingServer[ContainerStats]) error
StartContainer(context.Context, *StartContainerRequest) (*StartContainerResponse, error)
StopContainer(context.Context, *StopContainerRequest) (*StopContainerResponse, error)
RestartContainer(context.Context, *RestartContainerRequest) (*RestartContainerResponse, error)
// contains filtered or unexported methods
}
ContainerServiceServer is the server API for ContainerService service. All implementations must embed UnimplementedContainerServiceServer for forward compatibility.
Container Management Service
type ContainerService_ExecClient ¶
type ContainerService_ExecClient = grpc.BidiStreamingClient[ExecRequest, ExecResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ContainerService_ExecServer ¶
type ContainerService_ExecServer = grpc.BidiStreamingServer[ExecRequest, ExecResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ContainerService_GetStatsClient ¶
type ContainerService_GetStatsClient = grpc.ServerStreamingClient[ContainerStats]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ContainerService_GetStatsServer ¶
type ContainerService_GetStatsServer = grpc.ServerStreamingServer[ContainerStats]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ContainerService_StreamLogsClient ¶
type ContainerService_StreamLogsClient = grpc.ServerStreamingClient[LogEntry]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ContainerService_StreamLogsServer ¶
type ContainerService_StreamLogsServer = grpc.ServerStreamingServer[LogEntry]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ContainerStats ¶
type ContainerStats struct {
ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
Cpu *CPUStats `protobuf:"bytes,3,opt,name=cpu,proto3" json:"cpu,omitempty"`
Memory *MemoryStats `protobuf:"bytes,4,opt,name=memory,proto3" json:"memory,omitempty"`
Network *NetworkStats `protobuf:"bytes,5,opt,name=network,proto3" json:"network,omitempty"`
BlockIo *BlockIOStats `protobuf:"bytes,6,opt,name=block_io,json=blockIo,proto3" json:"block_io,omitempty"`
// contains filtered or unexported fields
}
func (*ContainerStats) Descriptor
deprecated
func (*ContainerStats) Descriptor() ([]byte, []int)
Deprecated: Use ContainerStats.ProtoReflect.Descriptor instead.
func (*ContainerStats) GetBlockIo ¶
func (x *ContainerStats) GetBlockIo() *BlockIOStats
func (*ContainerStats) GetContainerId ¶
func (x *ContainerStats) GetContainerId() string
func (*ContainerStats) GetCpu ¶
func (x *ContainerStats) GetCpu() *CPUStats
func (*ContainerStats) GetMemory ¶
func (x *ContainerStats) GetMemory() *MemoryStats
func (*ContainerStats) GetNetwork ¶
func (x *ContainerStats) GetNetwork() *NetworkStats
func (*ContainerStats) GetTimestamp ¶
func (x *ContainerStats) GetTimestamp() *timestamppb.Timestamp
func (*ContainerStats) ProtoMessage ¶
func (*ContainerStats) ProtoMessage()
func (*ContainerStats) ProtoReflect ¶
func (x *ContainerStats) ProtoReflect() protoreflect.Message
func (*ContainerStats) Reset ¶
func (x *ContainerStats) Reset()
func (*ContainerStats) String ¶
func (x *ContainerStats) String() string
type CoreServiceClient ¶
type CoreServiceClient interface {
ListAgents(ctx context.Context, in *ListAgentsRequest, opts ...grpc.CallOption) (*ListAgentsResponse, error)
RegisterAgent(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterResponse, error)
Heartbeat(ctx context.Context, in *HeartbeatRequest, opts ...grpc.CallOption) (*HeartbeatResponse, error)
}
CoreServiceClient is the client API for CoreService 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.
Core Service - Central control plane
func NewCoreServiceClient ¶
func NewCoreServiceClient(cc grpc.ClientConnInterface) CoreServiceClient
type CoreServiceServer ¶
type CoreServiceServer interface {
ListAgents(context.Context, *ListAgentsRequest) (*ListAgentsResponse, error)
RegisterAgent(context.Context, *RegisterRequest) (*RegisterResponse, error)
Heartbeat(context.Context, *HeartbeatRequest) (*HeartbeatResponse, error)
// contains filtered or unexported methods
}
CoreServiceServer is the server API for CoreService service. All implementations must embed UnimplementedCoreServiceServer for forward compatibility.
Core Service - Central control plane
type CreateDirectoryRequest ¶
type CreateDirectoryRequest struct {
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
// contains filtered or unexported fields
}
func (*CreateDirectoryRequest) Descriptor
deprecated
func (*CreateDirectoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDirectoryRequest.ProtoReflect.Descriptor instead.
func (*CreateDirectoryRequest) GetPath ¶
func (x *CreateDirectoryRequest) GetPath() string
func (*CreateDirectoryRequest) ProtoMessage ¶
func (*CreateDirectoryRequest) ProtoMessage()
func (*CreateDirectoryRequest) ProtoReflect ¶
func (x *CreateDirectoryRequest) ProtoReflect() protoreflect.Message
func (*CreateDirectoryRequest) Reset ¶
func (x *CreateDirectoryRequest) Reset()
func (*CreateDirectoryRequest) String ¶
func (x *CreateDirectoryRequest) String() string
type CreateDirectoryResponse ¶
type CreateDirectoryResponse struct {
// contains filtered or unexported fields
}
func (*CreateDirectoryResponse) Descriptor
deprecated
func (*CreateDirectoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateDirectoryResponse.ProtoReflect.Descriptor instead.
func (*CreateDirectoryResponse) ProtoMessage ¶
func (*CreateDirectoryResponse) ProtoMessage()
func (*CreateDirectoryResponse) ProtoReflect ¶
func (x *CreateDirectoryResponse) ProtoReflect() protoreflect.Message
func (*CreateDirectoryResponse) Reset ¶
func (x *CreateDirectoryResponse) Reset()
func (*CreateDirectoryResponse) String ¶
func (x *CreateDirectoryResponse) String() string
type CreateLoadBalancerRequest ¶
type CreateLoadBalancerRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Backends []string `protobuf:"bytes,3,rep,name=backends,proto3" json:"backends,omitempty"`
Algorithm string `protobuf:"bytes,4,opt,name=algorithm,proto3" json:"algorithm,omitempty"`
// contains filtered or unexported fields
}
func (*CreateLoadBalancerRequest) Descriptor
deprecated
func (*CreateLoadBalancerRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateLoadBalancerRequest.ProtoReflect.Descriptor instead.
func (*CreateLoadBalancerRequest) GetAgentId ¶
func (x *CreateLoadBalancerRequest) GetAgentId() string
func (*CreateLoadBalancerRequest) GetAlgorithm ¶
func (x *CreateLoadBalancerRequest) GetAlgorithm() string
func (*CreateLoadBalancerRequest) GetBackends ¶
func (x *CreateLoadBalancerRequest) GetBackends() []string
func (*CreateLoadBalancerRequest) GetName ¶
func (x *CreateLoadBalancerRequest) GetName() string
func (*CreateLoadBalancerRequest) ProtoMessage ¶
func (*CreateLoadBalancerRequest) ProtoMessage()
func (*CreateLoadBalancerRequest) ProtoReflect ¶
func (x *CreateLoadBalancerRequest) ProtoReflect() protoreflect.Message
func (*CreateLoadBalancerRequest) Reset ¶
func (x *CreateLoadBalancerRequest) Reset()
func (*CreateLoadBalancerRequest) String ¶
func (x *CreateLoadBalancerRequest) String() string
type CreateLoadBalancerResponse ¶
type CreateLoadBalancerResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*CreateLoadBalancerResponse) Descriptor
deprecated
func (*CreateLoadBalancerResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateLoadBalancerResponse.ProtoReflect.Descriptor instead.
func (*CreateLoadBalancerResponse) GetError ¶
func (x *CreateLoadBalancerResponse) GetError() string
func (*CreateLoadBalancerResponse) GetStatus ¶
func (x *CreateLoadBalancerResponse) GetStatus() string
func (*CreateLoadBalancerResponse) ProtoMessage ¶
func (*CreateLoadBalancerResponse) ProtoMessage()
func (*CreateLoadBalancerResponse) ProtoReflect ¶
func (x *CreateLoadBalancerResponse) ProtoReflect() protoreflect.Message
func (*CreateLoadBalancerResponse) Reset ¶
func (x *CreateLoadBalancerResponse) Reset()
func (*CreateLoadBalancerResponse) String ¶
func (x *CreateLoadBalancerResponse) String() string
type CreateReverseProxyRequest ¶
type CreateReverseProxyRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
Upstream string `protobuf:"bytes,3,opt,name=upstream,proto3" json:"upstream,omitempty"`
Port int32 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"`
// contains filtered or unexported fields
}
func (*CreateReverseProxyRequest) Descriptor
deprecated
func (*CreateReverseProxyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateReverseProxyRequest.ProtoReflect.Descriptor instead.
func (*CreateReverseProxyRequest) GetAgentId ¶
func (x *CreateReverseProxyRequest) GetAgentId() string
func (*CreateReverseProxyRequest) GetDomain ¶
func (x *CreateReverseProxyRequest) GetDomain() string
func (*CreateReverseProxyRequest) GetPort ¶
func (x *CreateReverseProxyRequest) GetPort() int32
func (*CreateReverseProxyRequest) GetUpstream ¶
func (x *CreateReverseProxyRequest) GetUpstream() string
func (*CreateReverseProxyRequest) ProtoMessage ¶
func (*CreateReverseProxyRequest) ProtoMessage()
func (*CreateReverseProxyRequest) ProtoReflect ¶
func (x *CreateReverseProxyRequest) ProtoReflect() protoreflect.Message
func (*CreateReverseProxyRequest) Reset ¶
func (x *CreateReverseProxyRequest) Reset()
func (*CreateReverseProxyRequest) String ¶
func (x *CreateReverseProxyRequest) String() string
type CreateReverseProxyResponse ¶
type CreateReverseProxyResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*CreateReverseProxyResponse) Descriptor
deprecated
func (*CreateReverseProxyResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateReverseProxyResponse.ProtoReflect.Descriptor instead.
func (*CreateReverseProxyResponse) GetError ¶
func (x *CreateReverseProxyResponse) GetError() string
func (*CreateReverseProxyResponse) GetStatus ¶
func (x *CreateReverseProxyResponse) GetStatus() string
func (*CreateReverseProxyResponse) ProtoMessage ¶
func (*CreateReverseProxyResponse) ProtoMessage()
func (*CreateReverseProxyResponse) ProtoReflect ¶
func (x *CreateReverseProxyResponse) ProtoReflect() protoreflect.Message
func (*CreateReverseProxyResponse) Reset ¶
func (x *CreateReverseProxyResponse) Reset()
func (*CreateReverseProxyResponse) String ¶
func (x *CreateReverseProxyResponse) String() string
type CreateServiceRequest ¶
type CreateServiceRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
After []string `protobuf:"bytes,4,rep,name=after,proto3" json:"after,omitempty"`
Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
User string `protobuf:"bytes,6,opt,name=user,proto3" json:"user,omitempty"`
Group string `protobuf:"bytes,7,opt,name=group,proto3" json:"group,omitempty"`
WorkingDir string `protobuf:"bytes,8,opt,name=working_dir,json=workingDir,proto3" json:"working_dir,omitempty"`
ExecStart string `protobuf:"bytes,9,opt,name=exec_start,json=execStart,proto3" json:"exec_start,omitempty"`
ExecStop string `protobuf:"bytes,10,opt,name=exec_stop,json=execStop,proto3" json:"exec_stop,omitempty"`
Environment map[string]string `` /* 150-byte string literal not displayed */
Restart string `protobuf:"bytes,12,opt,name=restart,proto3" json:"restart,omitempty"`
RestartSec int32 `protobuf:"varint,13,opt,name=restart_sec,json=restartSec,proto3" json:"restart_sec,omitempty"`
LimitNofile int32 `protobuf:"varint,14,opt,name=limit_nofile,json=limitNofile,proto3" json:"limit_nofile,omitempty"`
MemoryLimit string `protobuf:"bytes,15,opt,name=memory_limit,json=memoryLimit,proto3" json:"memory_limit,omitempty"`
PrivateTmp bool `protobuf:"varint,16,opt,name=private_tmp,json=privateTmp,proto3" json:"private_tmp,omitempty"`
ProtectSystem string `protobuf:"bytes,17,opt,name=protect_system,json=protectSystem,proto3" json:"protect_system,omitempty"`
// contains filtered or unexported fields
}
func (*CreateServiceRequest) Descriptor
deprecated
func (*CreateServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateServiceRequest.ProtoReflect.Descriptor instead.
func (*CreateServiceRequest) GetAfter ¶
func (x *CreateServiceRequest) GetAfter() []string
func (*CreateServiceRequest) GetAgentId ¶
func (x *CreateServiceRequest) GetAgentId() string
func (*CreateServiceRequest) GetDescription ¶
func (x *CreateServiceRequest) GetDescription() string
func (*CreateServiceRequest) GetEnvironment ¶
func (x *CreateServiceRequest) GetEnvironment() map[string]string
func (*CreateServiceRequest) GetExecStart ¶
func (x *CreateServiceRequest) GetExecStart() string
func (*CreateServiceRequest) GetExecStop ¶
func (x *CreateServiceRequest) GetExecStop() string
func (*CreateServiceRequest) GetGroup ¶
func (x *CreateServiceRequest) GetGroup() string
func (*CreateServiceRequest) GetLimitNofile ¶
func (x *CreateServiceRequest) GetLimitNofile() int32
func (*CreateServiceRequest) GetMemoryLimit ¶
func (x *CreateServiceRequest) GetMemoryLimit() string
func (*CreateServiceRequest) GetName ¶
func (x *CreateServiceRequest) GetName() string
func (*CreateServiceRequest) GetPrivateTmp ¶
func (x *CreateServiceRequest) GetPrivateTmp() bool
func (*CreateServiceRequest) GetProtectSystem ¶
func (x *CreateServiceRequest) GetProtectSystem() string
func (*CreateServiceRequest) GetRestart ¶
func (x *CreateServiceRequest) GetRestart() string
func (*CreateServiceRequest) GetRestartSec ¶
func (x *CreateServiceRequest) GetRestartSec() int32
func (*CreateServiceRequest) GetType ¶
func (x *CreateServiceRequest) GetType() string
func (*CreateServiceRequest) GetUser ¶
func (x *CreateServiceRequest) GetUser() string
func (*CreateServiceRequest) GetWorkingDir ¶
func (x *CreateServiceRequest) GetWorkingDir() string
func (*CreateServiceRequest) ProtoMessage ¶
func (*CreateServiceRequest) ProtoMessage()
func (*CreateServiceRequest) ProtoReflect ¶
func (x *CreateServiceRequest) ProtoReflect() protoreflect.Message
func (*CreateServiceRequest) Reset ¶
func (x *CreateServiceRequest) Reset()
func (*CreateServiceRequest) String ¶
func (x *CreateServiceRequest) String() string
type CreateServiceResponse ¶
type CreateServiceResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*CreateServiceResponse) Descriptor
deprecated
func (*CreateServiceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateServiceResponse.ProtoReflect.Descriptor instead.
func (*CreateServiceResponse) GetError ¶
func (x *CreateServiceResponse) GetError() string
func (*CreateServiceResponse) GetStatus ¶
func (x *CreateServiceResponse) GetStatus() string
func (*CreateServiceResponse) ProtoMessage ¶
func (*CreateServiceResponse) ProtoMessage()
func (*CreateServiceResponse) ProtoReflect ¶
func (x *CreateServiceResponse) ProtoReflect() protoreflect.Message
func (*CreateServiceResponse) Reset ¶
func (x *CreateServiceResponse) Reset()
func (*CreateServiceResponse) String ¶
func (x *CreateServiceResponse) String() string
type CreateVirtualHostRequest ¶
type CreateVirtualHostRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
ServerName string `protobuf:"bytes,2,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
Listen int32 `protobuf:"varint,3,opt,name=listen,proto3" json:"listen,omitempty"`
Root string `protobuf:"bytes,4,opt,name=root,proto3" json:"root,omitempty"`
Index []string `protobuf:"bytes,5,rep,name=index,proto3" json:"index,omitempty"`
Locations []*Location `protobuf:"bytes,6,rep,name=locations,proto3" json:"locations,omitempty"`
Ssl *SSLConfig `protobuf:"bytes,7,opt,name=ssl,proto3" json:"ssl,omitempty"`
ProxyPass string `protobuf:"bytes,8,opt,name=proxy_pass,json=proxyPass,proto3" json:"proxy_pass,omitempty"`
// contains filtered or unexported fields
}
func (*CreateVirtualHostRequest) Descriptor
deprecated
func (*CreateVirtualHostRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateVirtualHostRequest.ProtoReflect.Descriptor instead.
func (*CreateVirtualHostRequest) GetAgentId ¶
func (x *CreateVirtualHostRequest) GetAgentId() string
func (*CreateVirtualHostRequest) GetIndex ¶
func (x *CreateVirtualHostRequest) GetIndex() []string
func (*CreateVirtualHostRequest) GetListen ¶
func (x *CreateVirtualHostRequest) GetListen() int32
func (*CreateVirtualHostRequest) GetLocations ¶
func (x *CreateVirtualHostRequest) GetLocations() []*Location
func (*CreateVirtualHostRequest) GetProxyPass ¶
func (x *CreateVirtualHostRequest) GetProxyPass() string
func (*CreateVirtualHostRequest) GetRoot ¶
func (x *CreateVirtualHostRequest) GetRoot() string
func (*CreateVirtualHostRequest) GetServerName ¶
func (x *CreateVirtualHostRequest) GetServerName() string
func (*CreateVirtualHostRequest) GetSsl ¶
func (x *CreateVirtualHostRequest) GetSsl() *SSLConfig
func (*CreateVirtualHostRequest) ProtoMessage ¶
func (*CreateVirtualHostRequest) ProtoMessage()
func (*CreateVirtualHostRequest) ProtoReflect ¶
func (x *CreateVirtualHostRequest) ProtoReflect() protoreflect.Message
func (*CreateVirtualHostRequest) Reset ¶
func (x *CreateVirtualHostRequest) Reset()
func (*CreateVirtualHostRequest) String ¶
func (x *CreateVirtualHostRequest) String() string
type CreateVirtualHostResponse ¶
type CreateVirtualHostResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*CreateVirtualHostResponse) Descriptor
deprecated
func (*CreateVirtualHostResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateVirtualHostResponse.ProtoReflect.Descriptor instead.
func (*CreateVirtualHostResponse) GetError ¶
func (x *CreateVirtualHostResponse) GetError() string
func (*CreateVirtualHostResponse) GetStatus ¶
func (x *CreateVirtualHostResponse) GetStatus() string
func (*CreateVirtualHostResponse) ProtoMessage ¶
func (*CreateVirtualHostResponse) ProtoMessage()
func (*CreateVirtualHostResponse) ProtoReflect ¶
func (x *CreateVirtualHostResponse) ProtoReflect() protoreflect.Message
func (*CreateVirtualHostResponse) Reset ¶
func (x *CreateVirtualHostResponse) Reset()
func (*CreateVirtualHostResponse) String ¶
func (x *CreateVirtualHostResponse) String() string
type DeleteFileRequest ¶
type DeleteFileRequest struct {
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteFileRequest) Descriptor
deprecated
func (*DeleteFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFileRequest.ProtoReflect.Descriptor instead.
func (*DeleteFileRequest) GetPath ¶
func (x *DeleteFileRequest) GetPath() string
func (*DeleteFileRequest) ProtoMessage ¶
func (*DeleteFileRequest) ProtoMessage()
func (*DeleteFileRequest) ProtoReflect ¶
func (x *DeleteFileRequest) ProtoReflect() protoreflect.Message
func (*DeleteFileRequest) Reset ¶
func (x *DeleteFileRequest) Reset()
func (*DeleteFileRequest) String ¶
func (x *DeleteFileRequest) String() string
type DeleteFileResponse ¶
type DeleteFileResponse struct {
// contains filtered or unexported fields
}
func (*DeleteFileResponse) Descriptor
deprecated
func (*DeleteFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFileResponse.ProtoReflect.Descriptor instead.
func (*DeleteFileResponse) ProtoMessage ¶
func (*DeleteFileResponse) ProtoMessage()
func (*DeleteFileResponse) ProtoReflect ¶
func (x *DeleteFileResponse) ProtoReflect() protoreflect.Message
func (*DeleteFileResponse) Reset ¶
func (x *DeleteFileResponse) Reset()
func (*DeleteFileResponse) String ¶
func (x *DeleteFileResponse) String() string
type DeleteFirewallRuleRequest ¶
type DeleteFirewallRuleRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
RuleNumber int32 `protobuf:"varint,2,opt,name=rule_number,json=ruleNumber,proto3" json:"rule_number,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteFirewallRuleRequest) Descriptor
deprecated
func (*DeleteFirewallRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFirewallRuleRequest.ProtoReflect.Descriptor instead.
func (*DeleteFirewallRuleRequest) GetAgentId ¶
func (x *DeleteFirewallRuleRequest) GetAgentId() string
func (*DeleteFirewallRuleRequest) GetRuleNumber ¶
func (x *DeleteFirewallRuleRequest) GetRuleNumber() int32
func (*DeleteFirewallRuleRequest) ProtoMessage ¶
func (*DeleteFirewallRuleRequest) ProtoMessage()
func (*DeleteFirewallRuleRequest) ProtoReflect ¶
func (x *DeleteFirewallRuleRequest) ProtoReflect() protoreflect.Message
func (*DeleteFirewallRuleRequest) Reset ¶
func (x *DeleteFirewallRuleRequest) Reset()
func (*DeleteFirewallRuleRequest) String ¶
func (x *DeleteFirewallRuleRequest) String() string
type DeleteFirewallRuleResponse ¶
type DeleteFirewallRuleResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteFirewallRuleResponse) Descriptor
deprecated
func (*DeleteFirewallRuleResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFirewallRuleResponse.ProtoReflect.Descriptor instead.
func (*DeleteFirewallRuleResponse) GetError ¶
func (x *DeleteFirewallRuleResponse) GetError() string
func (*DeleteFirewallRuleResponse) GetStatus ¶
func (x *DeleteFirewallRuleResponse) GetStatus() string
func (*DeleteFirewallRuleResponse) ProtoMessage ¶
func (*DeleteFirewallRuleResponse) ProtoMessage()
func (*DeleteFirewallRuleResponse) ProtoReflect ¶
func (x *DeleteFirewallRuleResponse) ProtoReflect() protoreflect.Message
func (*DeleteFirewallRuleResponse) Reset ¶
func (x *DeleteFirewallRuleResponse) Reset()
func (*DeleteFirewallRuleResponse) String ¶
func (x *DeleteFirewallRuleResponse) String() string
type DeleteVirtualHostRequest ¶
type DeleteVirtualHostRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
ServerName string `protobuf:"bytes,2,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteVirtualHostRequest) Descriptor
deprecated
func (*DeleteVirtualHostRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteVirtualHostRequest.ProtoReflect.Descriptor instead.
func (*DeleteVirtualHostRequest) GetAgentId ¶
func (x *DeleteVirtualHostRequest) GetAgentId() string
func (*DeleteVirtualHostRequest) GetServerName ¶
func (x *DeleteVirtualHostRequest) GetServerName() string
func (*DeleteVirtualHostRequest) ProtoMessage ¶
func (*DeleteVirtualHostRequest) ProtoMessage()
func (*DeleteVirtualHostRequest) ProtoReflect ¶
func (x *DeleteVirtualHostRequest) ProtoReflect() protoreflect.Message
func (*DeleteVirtualHostRequest) Reset ¶
func (x *DeleteVirtualHostRequest) Reset()
func (*DeleteVirtualHostRequest) String ¶
func (x *DeleteVirtualHostRequest) String() string
type DeleteVirtualHostResponse ¶
type DeleteVirtualHostResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteVirtualHostResponse) Descriptor
deprecated
func (*DeleteVirtualHostResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteVirtualHostResponse.ProtoReflect.Descriptor instead.
func (*DeleteVirtualHostResponse) GetError ¶
func (x *DeleteVirtualHostResponse) GetError() string
func (*DeleteVirtualHostResponse) GetStatus ¶
func (x *DeleteVirtualHostResponse) GetStatus() string
func (*DeleteVirtualHostResponse) ProtoMessage ¶
func (*DeleteVirtualHostResponse) ProtoMessage()
func (*DeleteVirtualHostResponse) ProtoReflect ¶
func (x *DeleteVirtualHostResponse) ProtoReflect() protoreflect.Message
func (*DeleteVirtualHostResponse) Reset ¶
func (x *DeleteVirtualHostResponse) Reset()
func (*DeleteVirtualHostResponse) String ¶
func (x *DeleteVirtualHostResponse) String() string
type DenyPortRequest ¶
type DenyPortRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
Proto string `protobuf:"bytes,3,opt,name=proto,proto3" json:"proto,omitempty"`
// contains filtered or unexported fields
}
func (*DenyPortRequest) Descriptor
deprecated
func (*DenyPortRequest) Descriptor() ([]byte, []int)
Deprecated: Use DenyPortRequest.ProtoReflect.Descriptor instead.
func (*DenyPortRequest) GetAgentId ¶
func (x *DenyPortRequest) GetAgentId() string
func (*DenyPortRequest) GetPort ¶
func (x *DenyPortRequest) GetPort() int32
func (*DenyPortRequest) GetProto ¶
func (x *DenyPortRequest) GetProto() string
func (*DenyPortRequest) ProtoMessage ¶
func (*DenyPortRequest) ProtoMessage()
func (*DenyPortRequest) ProtoReflect ¶
func (x *DenyPortRequest) ProtoReflect() protoreflect.Message
func (*DenyPortRequest) Reset ¶
func (x *DenyPortRequest) Reset()
func (*DenyPortRequest) String ¶
func (x *DenyPortRequest) String() string
type DenyPortResponse ¶
type DenyPortResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*DenyPortResponse) Descriptor
deprecated
func (*DenyPortResponse) Descriptor() ([]byte, []int)
Deprecated: Use DenyPortResponse.ProtoReflect.Descriptor instead.
func (*DenyPortResponse) GetError ¶
func (x *DenyPortResponse) GetError() string
func (*DenyPortResponse) GetStatus ¶
func (x *DenyPortResponse) GetStatus() string
func (*DenyPortResponse) ProtoMessage ¶
func (*DenyPortResponse) ProtoMessage()
func (*DenyPortResponse) ProtoReflect ¶
func (x *DenyPortResponse) ProtoReflect() protoreflect.Message
func (*DenyPortResponse) Reset ¶
func (x *DenyPortResponse) Reset()
func (*DenyPortResponse) String ¶
func (x *DenyPortResponse) String() string
type DeployWebServiceRequest ¶
type DeployWebServiceRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
Domain string `protobuf:"bytes,4,opt,name=domain,proto3" json:"domain,omitempty"`
Port int32 `protobuf:"varint,5,opt,name=port,proto3" json:"port,omitempty"`
Command string `protobuf:"bytes,6,opt,name=command,proto3" json:"command,omitempty"`
WorkingDir string `protobuf:"bytes,7,opt,name=working_dir,json=workingDir,proto3" json:"working_dir,omitempty"`
User string `protobuf:"bytes,8,opt,name=user,proto3" json:"user,omitempty"`
Ssl bool `protobuf:"varint,9,opt,name=ssl,proto3" json:"ssl,omitempty"`
Environment map[string]string `` /* 150-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*DeployWebServiceRequest) Descriptor
deprecated
func (*DeployWebServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeployWebServiceRequest.ProtoReflect.Descriptor instead.
func (*DeployWebServiceRequest) GetAgentId ¶
func (x *DeployWebServiceRequest) GetAgentId() string
func (*DeployWebServiceRequest) GetCommand ¶
func (x *DeployWebServiceRequest) GetCommand() string
func (*DeployWebServiceRequest) GetDescription ¶
func (x *DeployWebServiceRequest) GetDescription() string
func (*DeployWebServiceRequest) GetDomain ¶
func (x *DeployWebServiceRequest) GetDomain() string
func (*DeployWebServiceRequest) GetEnvironment ¶
func (x *DeployWebServiceRequest) GetEnvironment() map[string]string
func (*DeployWebServiceRequest) GetName ¶
func (x *DeployWebServiceRequest) GetName() string
func (*DeployWebServiceRequest) GetPort ¶
func (x *DeployWebServiceRequest) GetPort() int32
func (*DeployWebServiceRequest) GetSsl ¶
func (x *DeployWebServiceRequest) GetSsl() bool
func (*DeployWebServiceRequest) GetUser ¶
func (x *DeployWebServiceRequest) GetUser() string
func (*DeployWebServiceRequest) GetWorkingDir ¶
func (x *DeployWebServiceRequest) GetWorkingDir() string
func (*DeployWebServiceRequest) ProtoMessage ¶
func (*DeployWebServiceRequest) ProtoMessage()
func (*DeployWebServiceRequest) ProtoReflect ¶
func (x *DeployWebServiceRequest) ProtoReflect() protoreflect.Message
func (*DeployWebServiceRequest) Reset ¶
func (x *DeployWebServiceRequest) Reset()
func (*DeployWebServiceRequest) String ¶
func (x *DeployWebServiceRequest) String() string
type DiffAction ¶
type DiffAction int32
const ( DiffAction_DIFF_ACTION_NONE DiffAction = 0 DiffAction_DIFF_ACTION_CREATE DiffAction = 1 DiffAction_DIFF_ACTION_UPDATE DiffAction = 2 DiffAction_DIFF_ACTION_DELETE DiffAction = 3 )
func (DiffAction) Descriptor ¶
func (DiffAction) Descriptor() protoreflect.EnumDescriptor
func (DiffAction) Enum ¶
func (x DiffAction) Enum() *DiffAction
func (DiffAction) EnumDescriptor
deprecated
func (DiffAction) EnumDescriptor() ([]byte, []int)
Deprecated: Use DiffAction.Descriptor instead.
func (DiffAction) Number ¶
func (x DiffAction) Number() protoreflect.EnumNumber
func (DiffAction) String ¶
func (x DiffAction) String() string
func (DiffAction) Type ¶
func (DiffAction) Type() protoreflect.EnumType
type DiffStackRequest ¶
type DiffStackRequest struct {
StackName string `protobuf:"bytes,1,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
NewComposeContent string `protobuf:"bytes,2,opt,name=new_compose_content,json=newComposeContent,proto3" json:"new_compose_content,omitempty"`
// contains filtered or unexported fields
}
func (*DiffStackRequest) Descriptor
deprecated
func (*DiffStackRequest) Descriptor() ([]byte, []int)
Deprecated: Use DiffStackRequest.ProtoReflect.Descriptor instead.
func (*DiffStackRequest) GetNewComposeContent ¶
func (x *DiffStackRequest) GetNewComposeContent() string
func (*DiffStackRequest) GetStackName ¶
func (x *DiffStackRequest) GetStackName() string
func (*DiffStackRequest) ProtoMessage ¶
func (*DiffStackRequest) ProtoMessage()
func (*DiffStackRequest) ProtoReflect ¶
func (x *DiffStackRequest) ProtoReflect() protoreflect.Message
func (*DiffStackRequest) Reset ¶
func (x *DiffStackRequest) Reset()
func (*DiffStackRequest) String ¶
func (x *DiffStackRequest) String() string
type DiffStackResponse ¶
type DiffStackResponse struct {
Services []*ServiceDiff `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
HasChanges bool `protobuf:"varint,2,opt,name=has_changes,json=hasChanges,proto3" json:"has_changes,omitempty"`
// contains filtered or unexported fields
}
func (*DiffStackResponse) Descriptor
deprecated
func (*DiffStackResponse) Descriptor() ([]byte, []int)
Deprecated: Use DiffStackResponse.ProtoReflect.Descriptor instead.
func (*DiffStackResponse) GetHasChanges ¶
func (x *DiffStackResponse) GetHasChanges() bool
func (*DiffStackResponse) GetServices ¶
func (x *DiffStackResponse) GetServices() []*ServiceDiff
func (*DiffStackResponse) ProtoMessage ¶
func (*DiffStackResponse) ProtoMessage()
func (*DiffStackResponse) ProtoReflect ¶
func (x *DiffStackResponse) ProtoReflect() protoreflect.Message
func (*DiffStackResponse) Reset ¶
func (x *DiffStackResponse) Reset()
func (*DiffStackResponse) String ¶
func (x *DiffStackResponse) String() string
type DisableFirewallRequest ¶
type DisableFirewallRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*DisableFirewallRequest) Descriptor
deprecated
func (*DisableFirewallRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisableFirewallRequest.ProtoReflect.Descriptor instead.
func (*DisableFirewallRequest) GetAgentId ¶
func (x *DisableFirewallRequest) GetAgentId() string
func (*DisableFirewallRequest) ProtoMessage ¶
func (*DisableFirewallRequest) ProtoMessage()
func (*DisableFirewallRequest) ProtoReflect ¶
func (x *DisableFirewallRequest) ProtoReflect() protoreflect.Message
func (*DisableFirewallRequest) Reset ¶
func (x *DisableFirewallRequest) Reset()
func (*DisableFirewallRequest) String ¶
func (x *DisableFirewallRequest) String() string
type DisableFirewallResponse ¶
type DisableFirewallResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*DisableFirewallResponse) Descriptor
deprecated
func (*DisableFirewallResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisableFirewallResponse.ProtoReflect.Descriptor instead.
func (*DisableFirewallResponse) GetError ¶
func (x *DisableFirewallResponse) GetError() string
func (*DisableFirewallResponse) GetStatus ¶
func (x *DisableFirewallResponse) GetStatus() string
func (*DisableFirewallResponse) ProtoMessage ¶
func (*DisableFirewallResponse) ProtoMessage()
func (*DisableFirewallResponse) ProtoReflect ¶
func (x *DisableFirewallResponse) ProtoReflect() protoreflect.Message
func (*DisableFirewallResponse) Reset ¶
func (x *DisableFirewallResponse) Reset()
func (*DisableFirewallResponse) String ¶
func (x *DisableFirewallResponse) String() string
type DisableServiceRequest ¶
type DisableServiceRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*DisableServiceRequest) Descriptor
deprecated
func (*DisableServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisableServiceRequest.ProtoReflect.Descriptor instead.
func (*DisableServiceRequest) GetAgentId ¶
func (x *DisableServiceRequest) GetAgentId() string
func (*DisableServiceRequest) GetName ¶
func (x *DisableServiceRequest) GetName() string
func (*DisableServiceRequest) ProtoMessage ¶
func (*DisableServiceRequest) ProtoMessage()
func (*DisableServiceRequest) ProtoReflect ¶
func (x *DisableServiceRequest) ProtoReflect() protoreflect.Message
func (*DisableServiceRequest) Reset ¶
func (x *DisableServiceRequest) Reset()
func (*DisableServiceRequest) String ¶
func (x *DisableServiceRequest) String() string
type DisableServiceResponse ¶
type DisableServiceResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*DisableServiceResponse) Descriptor
deprecated
func (*DisableServiceResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisableServiceResponse.ProtoReflect.Descriptor instead.
func (*DisableServiceResponse) GetError ¶
func (x *DisableServiceResponse) GetError() string
func (*DisableServiceResponse) GetStatus ¶
func (x *DisableServiceResponse) GetStatus() string
func (*DisableServiceResponse) ProtoMessage ¶
func (*DisableServiceResponse) ProtoMessage()
func (*DisableServiceResponse) ProtoReflect ¶
func (x *DisableServiceResponse) ProtoReflect() protoreflect.Message
func (*DisableServiceResponse) Reset ¶
func (x *DisableServiceResponse) Reset()
func (*DisableServiceResponse) String ¶
func (x *DisableServiceResponse) String() string
type DisableVirtualHostRequest ¶
type DisableVirtualHostRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
ServerName string `protobuf:"bytes,2,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
// contains filtered or unexported fields
}
func (*DisableVirtualHostRequest) Descriptor
deprecated
func (*DisableVirtualHostRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisableVirtualHostRequest.ProtoReflect.Descriptor instead.
func (*DisableVirtualHostRequest) GetAgentId ¶
func (x *DisableVirtualHostRequest) GetAgentId() string
func (*DisableVirtualHostRequest) GetServerName ¶
func (x *DisableVirtualHostRequest) GetServerName() string
func (*DisableVirtualHostRequest) ProtoMessage ¶
func (*DisableVirtualHostRequest) ProtoMessage()
func (*DisableVirtualHostRequest) ProtoReflect ¶
func (x *DisableVirtualHostRequest) ProtoReflect() protoreflect.Message
func (*DisableVirtualHostRequest) Reset ¶
func (x *DisableVirtualHostRequest) Reset()
func (*DisableVirtualHostRequest) String ¶
func (x *DisableVirtualHostRequest) String() string
type DisableVirtualHostResponse ¶
type DisableVirtualHostResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*DisableVirtualHostResponse) Descriptor
deprecated
func (*DisableVirtualHostResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisableVirtualHostResponse.ProtoReflect.Descriptor instead.
func (*DisableVirtualHostResponse) GetError ¶
func (x *DisableVirtualHostResponse) GetError() string
func (*DisableVirtualHostResponse) GetStatus ¶
func (x *DisableVirtualHostResponse) GetStatus() string
func (*DisableVirtualHostResponse) ProtoMessage ¶
func (*DisableVirtualHostResponse) ProtoMessage()
func (*DisableVirtualHostResponse) ProtoReflect ¶
func (x *DisableVirtualHostResponse) ProtoReflect() protoreflect.Message
func (*DisableVirtualHostResponse) Reset ¶
func (x *DisableVirtualHostResponse) Reset()
func (*DisableVirtualHostResponse) String ¶
func (x *DisableVirtualHostResponse) String() string
type EnableFirewallRequest ¶
type EnableFirewallRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*EnableFirewallRequest) Descriptor
deprecated
func (*EnableFirewallRequest) Descriptor() ([]byte, []int)
Deprecated: Use EnableFirewallRequest.ProtoReflect.Descriptor instead.
func (*EnableFirewallRequest) GetAgentId ¶
func (x *EnableFirewallRequest) GetAgentId() string
func (*EnableFirewallRequest) ProtoMessage ¶
func (*EnableFirewallRequest) ProtoMessage()
func (*EnableFirewallRequest) ProtoReflect ¶
func (x *EnableFirewallRequest) ProtoReflect() protoreflect.Message
func (*EnableFirewallRequest) Reset ¶
func (x *EnableFirewallRequest) Reset()
func (*EnableFirewallRequest) String ¶
func (x *EnableFirewallRequest) String() string
type EnableFirewallResponse ¶
type EnableFirewallResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*EnableFirewallResponse) Descriptor
deprecated
func (*EnableFirewallResponse) Descriptor() ([]byte, []int)
Deprecated: Use EnableFirewallResponse.ProtoReflect.Descriptor instead.
func (*EnableFirewallResponse) GetError ¶
func (x *EnableFirewallResponse) GetError() string
func (*EnableFirewallResponse) GetStatus ¶
func (x *EnableFirewallResponse) GetStatus() string
func (*EnableFirewallResponse) ProtoMessage ¶
func (*EnableFirewallResponse) ProtoMessage()
func (*EnableFirewallResponse) ProtoReflect ¶
func (x *EnableFirewallResponse) ProtoReflect() protoreflect.Message
func (*EnableFirewallResponse) Reset ¶
func (x *EnableFirewallResponse) Reset()
func (*EnableFirewallResponse) String ¶
func (x *EnableFirewallResponse) String() string
type EnableServiceRequest ¶
type EnableServiceRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*EnableServiceRequest) Descriptor
deprecated
func (*EnableServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use EnableServiceRequest.ProtoReflect.Descriptor instead.
func (*EnableServiceRequest) GetAgentId ¶
func (x *EnableServiceRequest) GetAgentId() string
func (*EnableServiceRequest) GetName ¶
func (x *EnableServiceRequest) GetName() string
func (*EnableServiceRequest) ProtoMessage ¶
func (*EnableServiceRequest) ProtoMessage()
func (*EnableServiceRequest) ProtoReflect ¶
func (x *EnableServiceRequest) ProtoReflect() protoreflect.Message
func (*EnableServiceRequest) Reset ¶
func (x *EnableServiceRequest) Reset()
func (*EnableServiceRequest) String ¶
func (x *EnableServiceRequest) String() string
type EnableServiceResponse ¶
type EnableServiceResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*EnableServiceResponse) Descriptor
deprecated
func (*EnableServiceResponse) Descriptor() ([]byte, []int)
Deprecated: Use EnableServiceResponse.ProtoReflect.Descriptor instead.
func (*EnableServiceResponse) GetError ¶
func (x *EnableServiceResponse) GetError() string
func (*EnableServiceResponse) GetStatus ¶
func (x *EnableServiceResponse) GetStatus() string
func (*EnableServiceResponse) ProtoMessage ¶
func (*EnableServiceResponse) ProtoMessage()
func (*EnableServiceResponse) ProtoReflect ¶
func (x *EnableServiceResponse) ProtoReflect() protoreflect.Message
func (*EnableServiceResponse) Reset ¶
func (x *EnableServiceResponse) Reset()
func (*EnableServiceResponse) String ¶
func (x *EnableServiceResponse) String() string
type EnableVirtualHostRequest ¶
type EnableVirtualHostRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
ServerName string `protobuf:"bytes,2,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
// contains filtered or unexported fields
}
func (*EnableVirtualHostRequest) Descriptor
deprecated
func (*EnableVirtualHostRequest) Descriptor() ([]byte, []int)
Deprecated: Use EnableVirtualHostRequest.ProtoReflect.Descriptor instead.
func (*EnableVirtualHostRequest) GetAgentId ¶
func (x *EnableVirtualHostRequest) GetAgentId() string
func (*EnableVirtualHostRequest) GetServerName ¶
func (x *EnableVirtualHostRequest) GetServerName() string
func (*EnableVirtualHostRequest) ProtoMessage ¶
func (*EnableVirtualHostRequest) ProtoMessage()
func (*EnableVirtualHostRequest) ProtoReflect ¶
func (x *EnableVirtualHostRequest) ProtoReflect() protoreflect.Message
func (*EnableVirtualHostRequest) Reset ¶
func (x *EnableVirtualHostRequest) Reset()
func (*EnableVirtualHostRequest) String ¶
func (x *EnableVirtualHostRequest) String() string
type EnableVirtualHostResponse ¶
type EnableVirtualHostResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*EnableVirtualHostResponse) Descriptor
deprecated
func (*EnableVirtualHostResponse) Descriptor() ([]byte, []int)
Deprecated: Use EnableVirtualHostResponse.ProtoReflect.Descriptor instead.
func (*EnableVirtualHostResponse) GetError ¶
func (x *EnableVirtualHostResponse) GetError() string
func (*EnableVirtualHostResponse) GetStatus ¶
func (x *EnableVirtualHostResponse) GetStatus() string
func (*EnableVirtualHostResponse) ProtoMessage ¶
func (*EnableVirtualHostResponse) ProtoMessage()
func (*EnableVirtualHostResponse) ProtoReflect ¶
func (x *EnableVirtualHostResponse) ProtoReflect() protoreflect.Message
func (*EnableVirtualHostResponse) Reset ¶
func (x *EnableVirtualHostResponse) Reset()
func (*EnableVirtualHostResponse) String ¶
func (x *EnableVirtualHostResponse) String() string
type ExecRequest ¶
type ExecRequest struct {
// Types that are valid to be assigned to Payload:
//
// *ExecRequest_Start
// *ExecRequest_Stdin
// *ExecRequest_Resize
Payload isExecRequest_Payload `protobuf_oneof:"payload"`
// contains filtered or unexported fields
}
func (*ExecRequest) Descriptor
deprecated
func (*ExecRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecRequest.ProtoReflect.Descriptor instead.
func (*ExecRequest) GetPayload ¶
func (x *ExecRequest) GetPayload() isExecRequest_Payload
func (*ExecRequest) GetResize ¶
func (x *ExecRequest) GetResize() *ExecResize
func (*ExecRequest) GetStart ¶
func (x *ExecRequest) GetStart() *ExecStart
func (*ExecRequest) GetStdin ¶
func (x *ExecRequest) GetStdin() []byte
func (*ExecRequest) ProtoMessage ¶
func (*ExecRequest) ProtoMessage()
func (*ExecRequest) ProtoReflect ¶
func (x *ExecRequest) ProtoReflect() protoreflect.Message
func (*ExecRequest) Reset ¶
func (x *ExecRequest) Reset()
func (*ExecRequest) String ¶
func (x *ExecRequest) String() string
type ExecRequest_Resize ¶
type ExecRequest_Resize struct {
Resize *ExecResize `protobuf:"bytes,3,opt,name=resize,proto3,oneof"`
}
type ExecRequest_Start ¶
type ExecRequest_Start struct {
Start *ExecStart `protobuf:"bytes,1,opt,name=start,proto3,oneof"`
}
type ExecRequest_Stdin ¶
type ExecRequest_Stdin struct {
Stdin []byte `protobuf:"bytes,2,opt,name=stdin,proto3,oneof"`
}
type ExecResize ¶
type ExecResize struct {
Height uint32 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
Width uint32 `protobuf:"varint,2,opt,name=width,proto3" json:"width,omitempty"`
// contains filtered or unexported fields
}
func (*ExecResize) Descriptor
deprecated
func (*ExecResize) Descriptor() ([]byte, []int)
Deprecated: Use ExecResize.ProtoReflect.Descriptor instead.
func (*ExecResize) GetHeight ¶
func (x *ExecResize) GetHeight() uint32
func (*ExecResize) GetWidth ¶
func (x *ExecResize) GetWidth() uint32
func (*ExecResize) ProtoMessage ¶
func (*ExecResize) ProtoMessage()
func (*ExecResize) ProtoReflect ¶
func (x *ExecResize) ProtoReflect() protoreflect.Message
func (*ExecResize) Reset ¶
func (x *ExecResize) Reset()
func (*ExecResize) String ¶
func (x *ExecResize) String() string
type ExecResponse ¶
type ExecResponse struct {
// Types that are valid to be assigned to Payload:
//
// *ExecResponse_Stdout
// *ExecResponse_Stderr
// *ExecResponse_ExitCode
// *ExecResponse_Error
Payload isExecResponse_Payload `protobuf_oneof:"payload"`
// contains filtered or unexported fields
}
func (*ExecResponse) Descriptor
deprecated
func (*ExecResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecResponse.ProtoReflect.Descriptor instead.
func (*ExecResponse) GetError ¶
func (x *ExecResponse) GetError() string
func (*ExecResponse) GetExitCode ¶
func (x *ExecResponse) GetExitCode() int32
func (*ExecResponse) GetPayload ¶
func (x *ExecResponse) GetPayload() isExecResponse_Payload
func (*ExecResponse) GetStderr ¶
func (x *ExecResponse) GetStderr() []byte
func (*ExecResponse) GetStdout ¶
func (x *ExecResponse) GetStdout() []byte
func (*ExecResponse) ProtoMessage ¶
func (*ExecResponse) ProtoMessage()
func (*ExecResponse) ProtoReflect ¶
func (x *ExecResponse) ProtoReflect() protoreflect.Message
func (*ExecResponse) Reset ¶
func (x *ExecResponse) Reset()
func (*ExecResponse) String ¶
func (x *ExecResponse) String() string
type ExecResponse_Error ¶
type ExecResponse_Error struct {
Error string `protobuf:"bytes,4,opt,name=error,proto3,oneof"`
}
type ExecResponse_ExitCode ¶
type ExecResponse_ExitCode struct {
ExitCode int32 `protobuf:"varint,3,opt,name=exit_code,json=exitCode,proto3,oneof"`
}
type ExecResponse_Stderr ¶
type ExecResponse_Stderr struct {
Stderr []byte `protobuf:"bytes,2,opt,name=stderr,proto3,oneof"`
}
type ExecResponse_Stdout ¶
type ExecResponse_Stdout struct {
Stdout []byte `protobuf:"bytes,1,opt,name=stdout,proto3,oneof"`
}
type ExecStart ¶
type ExecStart struct {
ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
Cmd []string `protobuf:"bytes,2,rep,name=cmd,proto3" json:"cmd,omitempty"`
Tty bool `protobuf:"varint,3,opt,name=tty,proto3" json:"tty,omitempty"`
Env map[string]string `` /* 133-byte string literal not displayed */
WorkingDir string `protobuf:"bytes,5,opt,name=working_dir,json=workingDir,proto3" json:"working_dir,omitempty"`
User string `protobuf:"bytes,6,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*ExecStart) Descriptor
deprecated
func (*ExecStart) GetContainerId ¶
func (*ExecStart) GetWorkingDir ¶
func (*ExecStart) ProtoMessage ¶
func (*ExecStart) ProtoMessage()
func (*ExecStart) ProtoReflect ¶
func (x *ExecStart) ProtoReflect() protoreflect.Message
type FileInfo ¶
type FileInfo struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
IsDir bool `protobuf:"varint,3,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"`
Size int64 `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
Modified *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=modified,proto3" json:"modified,omitempty"`
Mode uint32 `protobuf:"varint,6,opt,name=mode,proto3" json:"mode,omitempty"`
// contains filtered or unexported fields
}
func (*FileInfo) Descriptor
deprecated
func (*FileInfo) GetModified ¶
func (x *FileInfo) GetModified() *timestamppb.Timestamp
func (*FileInfo) ProtoMessage ¶
func (*FileInfo) ProtoMessage()
func (*FileInfo) ProtoReflect ¶
func (x *FileInfo) ProtoReflect() protoreflect.Message
type FilesystemServiceClient ¶
type FilesystemServiceClient interface {
ListFiles(ctx context.Context, in *ListFilesRequest, opts ...grpc.CallOption) (*ListFilesResponse, error)
ReadFile(ctx context.Context, in *ReadFileRequest, opts ...grpc.CallOption) (*ReadFileResponse, error)
WriteFile(ctx context.Context, in *WriteFileRequest, opts ...grpc.CallOption) (*WriteFileResponse, error)
DeleteFile(ctx context.Context, in *DeleteFileRequest, opts ...grpc.CallOption) (*DeleteFileResponse, error)
CreateDirectory(ctx context.Context, in *CreateDirectoryRequest, opts ...grpc.CallOption) (*CreateDirectoryResponse, error)
}
FilesystemServiceClient is the client API for FilesystemService 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.
Filesystem Service
func NewFilesystemServiceClient ¶
func NewFilesystemServiceClient(cc grpc.ClientConnInterface) FilesystemServiceClient
type FilesystemServiceServer ¶
type FilesystemServiceServer interface {
ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
ReadFile(context.Context, *ReadFileRequest) (*ReadFileResponse, error)
WriteFile(context.Context, *WriteFileRequest) (*WriteFileResponse, error)
DeleteFile(context.Context, *DeleteFileRequest) (*DeleteFileResponse, error)
CreateDirectory(context.Context, *CreateDirectoryRequest) (*CreateDirectoryResponse, error)
// contains filtered or unexported methods
}
FilesystemServiceServer is the server API for FilesystemService service. All implementations must embed UnimplementedFilesystemServiceServer for forward compatibility.
Filesystem Service
type FirewallServiceClient ¶
type FirewallServiceClient interface {
AddRule(ctx context.Context, in *AddFirewallRuleRequest, opts ...grpc.CallOption) (*AddFirewallRuleResponse, error)
DeleteRule(ctx context.Context, in *DeleteFirewallRuleRequest, opts ...grpc.CallOption) (*DeleteFirewallRuleResponse, error)
ListRules(ctx context.Context, in *ListFirewallRulesRequest, opts ...grpc.CallOption) (*ListFirewallRulesResponse, error)
AllowPort(ctx context.Context, in *AllowPortRequest, opts ...grpc.CallOption) (*AllowPortResponse, error)
DenyPort(ctx context.Context, in *DenyPortRequest, opts ...grpc.CallOption) (*DenyPortResponse, error)
Enable(ctx context.Context, in *EnableFirewallRequest, opts ...grpc.CallOption) (*EnableFirewallResponse, error)
Disable(ctx context.Context, in *DisableFirewallRequest, opts ...grpc.CallOption) (*DisableFirewallResponse, error)
}
FirewallServiceClient is the client API for FirewallService 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.
Firewall Service
func NewFirewallServiceClient ¶
func NewFirewallServiceClient(cc grpc.ClientConnInterface) FirewallServiceClient
type FirewallServiceServer ¶
type FirewallServiceServer interface {
AddRule(context.Context, *AddFirewallRuleRequest) (*AddFirewallRuleResponse, error)
DeleteRule(context.Context, *DeleteFirewallRuleRequest) (*DeleteFirewallRuleResponse, error)
ListRules(context.Context, *ListFirewallRulesRequest) (*ListFirewallRulesResponse, error)
AllowPort(context.Context, *AllowPortRequest) (*AllowPortResponse, error)
DenyPort(context.Context, *DenyPortRequest) (*DenyPortResponse, error)
Enable(context.Context, *EnableFirewallRequest) (*EnableFirewallResponse, error)
Disable(context.Context, *DisableFirewallRequest) (*DisableFirewallResponse, error)
// contains filtered or unexported methods
}
FirewallServiceServer is the server API for FirewallService service. All implementations must embed UnimplementedFirewallServiceServer for forward compatibility.
Firewall Service
type GetHostInfoRequest ¶
type GetHostInfoRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetHostInfoRequest) Descriptor
deprecated
func (*GetHostInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetHostInfoRequest.ProtoReflect.Descriptor instead.
func (*GetHostInfoRequest) GetAgentId ¶
func (x *GetHostInfoRequest) GetAgentId() string
func (*GetHostInfoRequest) ProtoMessage ¶
func (*GetHostInfoRequest) ProtoMessage()
func (*GetHostInfoRequest) ProtoReflect ¶
func (x *GetHostInfoRequest) ProtoReflect() protoreflect.Message
func (*GetHostInfoRequest) Reset ¶
func (x *GetHostInfoRequest) Reset()
func (*GetHostInfoRequest) String ¶
func (x *GetHostInfoRequest) String() string
type GetHostInfoResponse ¶
type GetHostInfoResponse struct {
Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
Os string `protobuf:"bytes,2,opt,name=os,proto3" json:"os,omitempty"`
Kernel string `protobuf:"bytes,3,opt,name=kernel,proto3" json:"kernel,omitempty"`
Architecture string `protobuf:"bytes,4,opt,name=architecture,proto3" json:"architecture,omitempty"`
CpuCores int32 `protobuf:"varint,5,opt,name=cpu_cores,json=cpuCores,proto3" json:"cpu_cores,omitempty"`
MemoryMb int64 `protobuf:"varint,6,opt,name=memory_mb,json=memoryMb,proto3" json:"memory_mb,omitempty"`
DiskGb int64 `protobuf:"varint,7,opt,name=disk_gb,json=diskGb,proto3" json:"disk_gb,omitempty"`
Uptime string `protobuf:"bytes,8,opt,name=uptime,proto3" json:"uptime,omitempty"`
// contains filtered or unexported fields
}
func (*GetHostInfoResponse) Descriptor
deprecated
func (*GetHostInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetHostInfoResponse.ProtoReflect.Descriptor instead.
func (*GetHostInfoResponse) GetArchitecture ¶
func (x *GetHostInfoResponse) GetArchitecture() string
func (*GetHostInfoResponse) GetCpuCores ¶
func (x *GetHostInfoResponse) GetCpuCores() int32
func (*GetHostInfoResponse) GetDiskGb ¶
func (x *GetHostInfoResponse) GetDiskGb() int64
func (*GetHostInfoResponse) GetHostname ¶
func (x *GetHostInfoResponse) GetHostname() string
func (*GetHostInfoResponse) GetKernel ¶
func (x *GetHostInfoResponse) GetKernel() string
func (*GetHostInfoResponse) GetMemoryMb ¶
func (x *GetHostInfoResponse) GetMemoryMb() int64
func (*GetHostInfoResponse) GetOs ¶
func (x *GetHostInfoResponse) GetOs() string
func (*GetHostInfoResponse) GetUptime ¶
func (x *GetHostInfoResponse) GetUptime() string
func (*GetHostInfoResponse) ProtoMessage ¶
func (*GetHostInfoResponse) ProtoMessage()
func (*GetHostInfoResponse) ProtoReflect ¶
func (x *GetHostInfoResponse) ProtoReflect() protoreflect.Message
func (*GetHostInfoResponse) Reset ¶
func (x *GetHostInfoResponse) Reset()
func (*GetHostInfoResponse) String ¶
func (x *GetHostInfoResponse) String() string
type GetOperationRequest ¶
type GetOperationRequest struct {
OperationId string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetOperationRequest) Descriptor
deprecated
func (*GetOperationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOperationRequest.ProtoReflect.Descriptor instead.
func (*GetOperationRequest) GetOperationId ¶
func (x *GetOperationRequest) GetOperationId() string
func (*GetOperationRequest) ProtoMessage ¶
func (*GetOperationRequest) ProtoMessage()
func (*GetOperationRequest) ProtoReflect ¶
func (x *GetOperationRequest) ProtoReflect() protoreflect.Message
func (*GetOperationRequest) Reset ¶
func (x *GetOperationRequest) Reset()
func (*GetOperationRequest) String ¶
func (x *GetOperationRequest) String() string
type GetServiceStatusRequest ¶
type GetServiceStatusRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*GetServiceStatusRequest) Descriptor
deprecated
func (*GetServiceStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceStatusRequest.ProtoReflect.Descriptor instead.
func (*GetServiceStatusRequest) GetAgentId ¶
func (x *GetServiceStatusRequest) GetAgentId() string
func (*GetServiceStatusRequest) GetName ¶
func (x *GetServiceStatusRequest) GetName() string
func (*GetServiceStatusRequest) ProtoMessage ¶
func (*GetServiceStatusRequest) ProtoMessage()
func (*GetServiceStatusRequest) ProtoReflect ¶
func (x *GetServiceStatusRequest) ProtoReflect() protoreflect.Message
func (*GetServiceStatusRequest) Reset ¶
func (x *GetServiceStatusRequest) Reset()
func (*GetServiceStatusRequest) String ¶
func (x *GetServiceStatusRequest) String() string
type GetServiceStatusResponse ¶
type GetServiceStatusResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*GetServiceStatusResponse) Descriptor
deprecated
func (*GetServiceStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceStatusResponse.ProtoReflect.Descriptor instead.
func (*GetServiceStatusResponse) GetError ¶
func (x *GetServiceStatusResponse) GetError() string
func (*GetServiceStatusResponse) GetStatus ¶
func (x *GetServiceStatusResponse) GetStatus() string
func (*GetServiceStatusResponse) ProtoMessage ¶
func (*GetServiceStatusResponse) ProtoMessage()
func (*GetServiceStatusResponse) ProtoReflect ¶
func (x *GetServiceStatusResponse) ProtoReflect() protoreflect.Message
func (*GetServiceStatusResponse) Reset ¶
func (x *GetServiceStatusResponse) Reset()
func (*GetServiceStatusResponse) String ¶
func (x *GetServiceStatusResponse) String() string
type GetStackLogsRequest ¶
type GetStackLogsRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
StackName string `protobuf:"bytes,2,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
Follow bool `protobuf:"varint,3,opt,name=follow,proto3" json:"follow,omitempty"`
// contains filtered or unexported fields
}
func (*GetStackLogsRequest) Descriptor
deprecated
func (*GetStackLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStackLogsRequest.ProtoReflect.Descriptor instead.
func (*GetStackLogsRequest) GetAgentId ¶
func (x *GetStackLogsRequest) GetAgentId() string
func (*GetStackLogsRequest) GetFollow ¶
func (x *GetStackLogsRequest) GetFollow() bool
func (*GetStackLogsRequest) GetStackName ¶
func (x *GetStackLogsRequest) GetStackName() string
func (*GetStackLogsRequest) ProtoMessage ¶
func (*GetStackLogsRequest) ProtoMessage()
func (*GetStackLogsRequest) ProtoReflect ¶
func (x *GetStackLogsRequest) ProtoReflect() protoreflect.Message
func (*GetStackLogsRequest) Reset ¶
func (x *GetStackLogsRequest) Reset()
func (*GetStackLogsRequest) String ¶
func (x *GetStackLogsRequest) String() string
type GetStackRequest ¶
type GetStackRequest struct {
StackId string `protobuf:"bytes,1,opt,name=stack_id,json=stackId,proto3" json:"stack_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetStackRequest) Descriptor
deprecated
func (*GetStackRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStackRequest.ProtoReflect.Descriptor instead.
func (*GetStackRequest) GetStackId ¶
func (x *GetStackRequest) GetStackId() string
func (*GetStackRequest) ProtoMessage ¶
func (*GetStackRequest) ProtoMessage()
func (*GetStackRequest) ProtoReflect ¶
func (x *GetStackRequest) ProtoReflect() protoreflect.Message
func (*GetStackRequest) Reset ¶
func (x *GetStackRequest) Reset()
func (*GetStackRequest) String ¶
func (x *GetStackRequest) String() string
type GetStackResponse ¶
type GetStackResponse struct {
Stack *Stack `protobuf:"bytes,1,opt,name=stack,proto3" json:"stack,omitempty"`
// contains filtered or unexported fields
}
func (*GetStackResponse) Descriptor
deprecated
func (*GetStackResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStackResponse.ProtoReflect.Descriptor instead.
func (*GetStackResponse) GetStack ¶
func (x *GetStackResponse) GetStack() *Stack
func (*GetStackResponse) ProtoMessage ¶
func (*GetStackResponse) ProtoMessage()
func (*GetStackResponse) ProtoReflect ¶
func (x *GetStackResponse) ProtoReflect() protoreflect.Message
func (*GetStackResponse) Reset ¶
func (x *GetStackResponse) Reset()
func (*GetStackResponse) String ¶
func (x *GetStackResponse) String() string
type GetStatsRequest ¶
type GetStatsRequest struct {
ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetStatsRequest) Descriptor
deprecated
func (*GetStatsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStatsRequest.ProtoReflect.Descriptor instead.
func (*GetStatsRequest) GetContainerId ¶
func (x *GetStatsRequest) GetContainerId() string
func (*GetStatsRequest) ProtoMessage ¶
func (*GetStatsRequest) ProtoMessage()
func (*GetStatsRequest) ProtoReflect ¶
func (x *GetStatsRequest) ProtoReflect() protoreflect.Message
func (*GetStatsRequest) Reset ¶
func (x *GetStatsRequest) Reset()
func (*GetStatsRequest) String ¶
func (x *GetStatsRequest) String() string
type GetSysctlRequest ¶
type GetSysctlRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
// contains filtered or unexported fields
}
func (*GetSysctlRequest) Descriptor
deprecated
func (*GetSysctlRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSysctlRequest.ProtoReflect.Descriptor instead.
func (*GetSysctlRequest) GetAgentId ¶
func (x *GetSysctlRequest) GetAgentId() string
func (*GetSysctlRequest) GetKey ¶
func (x *GetSysctlRequest) GetKey() string
func (*GetSysctlRequest) ProtoMessage ¶
func (*GetSysctlRequest) ProtoMessage()
func (*GetSysctlRequest) ProtoReflect ¶
func (x *GetSysctlRequest) ProtoReflect() protoreflect.Message
func (*GetSysctlRequest) Reset ¶
func (x *GetSysctlRequest) Reset()
func (*GetSysctlRequest) String ¶
func (x *GetSysctlRequest) String() string
type GetSysctlResponse ¶
type GetSysctlResponse struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*GetSysctlResponse) Descriptor
deprecated
func (*GetSysctlResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSysctlResponse.ProtoReflect.Descriptor instead.
func (*GetSysctlResponse) GetError ¶
func (x *GetSysctlResponse) GetError() string
func (*GetSysctlResponse) GetValue ¶
func (x *GetSysctlResponse) GetValue() string
func (*GetSysctlResponse) ProtoMessage ¶
func (*GetSysctlResponse) ProtoMessage()
func (*GetSysctlResponse) ProtoReflect ¶
func (x *GetSysctlResponse) ProtoReflect() protoreflect.Message
func (*GetSysctlResponse) Reset ¶
func (x *GetSysctlResponse) Reset()
func (*GetSysctlResponse) String ¶
func (x *GetSysctlResponse) String() string
type HealthRequest ¶
type HealthRequest struct {
// contains filtered or unexported fields
}
func (*HealthRequest) Descriptor
deprecated
func (*HealthRequest) Descriptor() ([]byte, []int)
Deprecated: Use HealthRequest.ProtoReflect.Descriptor instead.
func (*HealthRequest) ProtoMessage ¶
func (*HealthRequest) ProtoMessage()
func (*HealthRequest) ProtoReflect ¶
func (x *HealthRequest) ProtoReflect() protoreflect.Message
func (*HealthRequest) Reset ¶
func (x *HealthRequest) Reset()
func (*HealthRequest) String ¶
func (x *HealthRequest) String() string
type HealthResponse ¶
type HealthResponse struct {
Healthy bool `protobuf:"varint,1,opt,name=healthy,proto3" json:"healthy,omitempty"`
Status map[string]string `` /* 139-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*HealthResponse) Descriptor
deprecated
func (*HealthResponse) Descriptor() ([]byte, []int)
Deprecated: Use HealthResponse.ProtoReflect.Descriptor instead.
func (*HealthResponse) GetHealthy ¶
func (x *HealthResponse) GetHealthy() bool
func (*HealthResponse) GetStatus ¶
func (x *HealthResponse) GetStatus() map[string]string
func (*HealthResponse) ProtoMessage ¶
func (*HealthResponse) ProtoMessage()
func (*HealthResponse) ProtoReflect ¶
func (x *HealthResponse) ProtoReflect() protoreflect.Message
func (*HealthResponse) Reset ¶
func (x *HealthResponse) Reset()
func (*HealthResponse) String ¶
func (x *HealthResponse) String() string
type HeartbeatRequest ¶
type HeartbeatRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Status map[string]string `` /* 139-byte string literal not displayed */
// contains filtered or unexported fields
}
Missing messages
func (*HeartbeatRequest) Descriptor
deprecated
func (*HeartbeatRequest) Descriptor() ([]byte, []int)
Deprecated: Use HeartbeatRequest.ProtoReflect.Descriptor instead.
func (*HeartbeatRequest) GetAgentId ¶
func (x *HeartbeatRequest) GetAgentId() string
func (*HeartbeatRequest) GetStatus ¶
func (x *HeartbeatRequest) GetStatus() map[string]string
func (*HeartbeatRequest) ProtoMessage ¶
func (*HeartbeatRequest) ProtoMessage()
func (*HeartbeatRequest) ProtoReflect ¶
func (x *HeartbeatRequest) ProtoReflect() protoreflect.Message
func (*HeartbeatRequest) Reset ¶
func (x *HeartbeatRequest) Reset()
func (*HeartbeatRequest) String ¶
func (x *HeartbeatRequest) String() string
type HeartbeatResponse ¶
type HeartbeatResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
NextHeartbeat *durationpb.Duration `protobuf:"bytes,2,opt,name=next_heartbeat,json=nextHeartbeat,proto3" json:"next_heartbeat,omitempty"`
// contains filtered or unexported fields
}
func (*HeartbeatResponse) Descriptor
deprecated
func (*HeartbeatResponse) Descriptor() ([]byte, []int)
Deprecated: Use HeartbeatResponse.ProtoReflect.Descriptor instead.
func (*HeartbeatResponse) GetNextHeartbeat ¶
func (x *HeartbeatResponse) GetNextHeartbeat() *durationpb.Duration
func (*HeartbeatResponse) GetStatus ¶
func (x *HeartbeatResponse) GetStatus() string
func (*HeartbeatResponse) ProtoMessage ¶
func (*HeartbeatResponse) ProtoMessage()
func (*HeartbeatResponse) ProtoReflect ¶
func (x *HeartbeatResponse) ProtoReflect() protoreflect.Message
func (*HeartbeatResponse) Reset ¶
func (x *HeartbeatResponse) Reset()
func (*HeartbeatResponse) String ¶
func (x *HeartbeatResponse) String() string
type HostEnvironmentServiceClient ¶
type HostEnvironmentServiceClient interface {
GetHostInfo(ctx context.Context, in *GetHostInfoRequest, opts ...grpc.CallOption) (*GetHostInfoResponse, error)
InstallPackage(ctx context.Context, in *InstallPackageRequest, opts ...grpc.CallOption) (*InstallPackageResponse, error)
RemovePackage(ctx context.Context, in *RemovePackageRequest, opts ...grpc.CallOption) (*RemovePackageResponse, error)
UpdatePackages(ctx context.Context, in *UpdatePackagesRequest, opts ...grpc.CallOption) (*UpdatePackagesResponse, error)
ListPackages(ctx context.Context, in *ListPackagesRequest, opts ...grpc.CallOption) (*ListPackagesResponse, error)
SetSysctl(ctx context.Context, in *SetSysctlRequest, opts ...grpc.CallOption) (*SetSysctlResponse, error)
GetSysctl(ctx context.Context, in *GetSysctlRequest, opts ...grpc.CallOption) (*GetSysctlResponse, error)
}
HostEnvironmentServiceClient is the client API for HostEnvironmentService 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.
Host Environment Service
func NewHostEnvironmentServiceClient ¶
func NewHostEnvironmentServiceClient(cc grpc.ClientConnInterface) HostEnvironmentServiceClient
type HostEnvironmentServiceServer ¶
type HostEnvironmentServiceServer interface {
GetHostInfo(context.Context, *GetHostInfoRequest) (*GetHostInfoResponse, error)
InstallPackage(context.Context, *InstallPackageRequest) (*InstallPackageResponse, error)
RemovePackage(context.Context, *RemovePackageRequest) (*RemovePackageResponse, error)
UpdatePackages(context.Context, *UpdatePackagesRequest) (*UpdatePackagesResponse, error)
ListPackages(context.Context, *ListPackagesRequest) (*ListPackagesResponse, error)
SetSysctl(context.Context, *SetSysctlRequest) (*SetSysctlResponse, error)
GetSysctl(context.Context, *GetSysctlRequest) (*GetSysctlResponse, error)
// contains filtered or unexported methods
}
HostEnvironmentServiceServer is the server API for HostEnvironmentService service. All implementations must embed UnimplementedHostEnvironmentServiceServer for forward compatibility.
Host Environment Service
type InspectContainerRequest ¶
type InspectContainerRequest struct {
ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
// contains filtered or unexported fields
}
func (*InspectContainerRequest) Descriptor
deprecated
func (*InspectContainerRequest) Descriptor() ([]byte, []int)
Deprecated: Use InspectContainerRequest.ProtoReflect.Descriptor instead.
func (*InspectContainerRequest) GetContainerId ¶
func (x *InspectContainerRequest) GetContainerId() string
func (*InspectContainerRequest) ProtoMessage ¶
func (*InspectContainerRequest) ProtoMessage()
func (*InspectContainerRequest) ProtoReflect ¶
func (x *InspectContainerRequest) ProtoReflect() protoreflect.Message
func (*InspectContainerRequest) Reset ¶
func (x *InspectContainerRequest) Reset()
func (*InspectContainerRequest) String ¶
func (x *InspectContainerRequest) String() string
type InspectContainerResponse ¶
type InspectContainerResponse struct {
Container *Container `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"`
// contains filtered or unexported fields
}
func (*InspectContainerResponse) Descriptor
deprecated
func (*InspectContainerResponse) Descriptor() ([]byte, []int)
Deprecated: Use InspectContainerResponse.ProtoReflect.Descriptor instead.
func (*InspectContainerResponse) GetContainer ¶
func (x *InspectContainerResponse) GetContainer() *Container
func (*InspectContainerResponse) ProtoMessage ¶
func (*InspectContainerResponse) ProtoMessage()
func (*InspectContainerResponse) ProtoReflect ¶
func (x *InspectContainerResponse) ProtoReflect() protoreflect.Message
func (*InspectContainerResponse) Reset ¶
func (x *InspectContainerResponse) Reset()
func (*InspectContainerResponse) String ¶
func (x *InspectContainerResponse) String() string
type InstallPackageRequest ¶
type InstallPackageRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
PackageName string `protobuf:"bytes,2,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
// contains filtered or unexported fields
}
func (*InstallPackageRequest) Descriptor
deprecated
func (*InstallPackageRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstallPackageRequest.ProtoReflect.Descriptor instead.
func (*InstallPackageRequest) GetAgentId ¶
func (x *InstallPackageRequest) GetAgentId() string
func (*InstallPackageRequest) GetPackageName ¶
func (x *InstallPackageRequest) GetPackageName() string
func (*InstallPackageRequest) ProtoMessage ¶
func (*InstallPackageRequest) ProtoMessage()
func (*InstallPackageRequest) ProtoReflect ¶
func (x *InstallPackageRequest) ProtoReflect() protoreflect.Message
func (*InstallPackageRequest) Reset ¶
func (x *InstallPackageRequest) Reset()
func (*InstallPackageRequest) String ¶
func (x *InstallPackageRequest) String() string
type InstallPackageResponse ¶
type InstallPackageResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*InstallPackageResponse) Descriptor
deprecated
func (*InstallPackageResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstallPackageResponse.ProtoReflect.Descriptor instead.
func (*InstallPackageResponse) GetError ¶
func (x *InstallPackageResponse) GetError() string
func (*InstallPackageResponse) GetStatus ¶
func (x *InstallPackageResponse) GetStatus() string
func (*InstallPackageResponse) ProtoMessage ¶
func (*InstallPackageResponse) ProtoMessage()
func (*InstallPackageResponse) ProtoReflect ¶
func (x *InstallPackageResponse) ProtoReflect() protoreflect.Message
func (*InstallPackageResponse) Reset ¶
func (x *InstallPackageResponse) Reset()
func (*InstallPackageResponse) String ¶
func (x *InstallPackageResponse) String() string
type ListAgentsRequest ¶
type ListAgentsRequest struct {
// contains filtered or unexported fields
}
func (*ListAgentsRequest) Descriptor
deprecated
func (*ListAgentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAgentsRequest.ProtoReflect.Descriptor instead.
func (*ListAgentsRequest) ProtoMessage ¶
func (*ListAgentsRequest) ProtoMessage()
func (*ListAgentsRequest) ProtoReflect ¶
func (x *ListAgentsRequest) ProtoReflect() protoreflect.Message
func (*ListAgentsRequest) Reset ¶
func (x *ListAgentsRequest) Reset()
func (*ListAgentsRequest) String ¶
func (x *ListAgentsRequest) String() string
type ListAgentsResponse ¶
type ListAgentsResponse struct {
Agents []*Agent `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"`
// contains filtered or unexported fields
}
func (*ListAgentsResponse) Descriptor
deprecated
func (*ListAgentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAgentsResponse.ProtoReflect.Descriptor instead.
func (*ListAgentsResponse) GetAgents ¶
func (x *ListAgentsResponse) GetAgents() []*Agent
func (*ListAgentsResponse) ProtoMessage ¶
func (*ListAgentsResponse) ProtoMessage()
func (*ListAgentsResponse) ProtoReflect ¶
func (x *ListAgentsResponse) ProtoReflect() protoreflect.Message
func (*ListAgentsResponse) Reset ¶
func (x *ListAgentsResponse) Reset()
func (*ListAgentsResponse) String ¶
func (x *ListAgentsResponse) String() string
type ListCertificatesRequest ¶
type ListCertificatesRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListCertificatesRequest) Descriptor
deprecated
func (*ListCertificatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCertificatesRequest.ProtoReflect.Descriptor instead.
func (*ListCertificatesRequest) GetAgentId ¶
func (x *ListCertificatesRequest) GetAgentId() string
func (*ListCertificatesRequest) ProtoMessage ¶
func (*ListCertificatesRequest) ProtoMessage()
func (*ListCertificatesRequest) ProtoReflect ¶
func (x *ListCertificatesRequest) ProtoReflect() protoreflect.Message
func (*ListCertificatesRequest) Reset ¶
func (x *ListCertificatesRequest) Reset()
func (*ListCertificatesRequest) String ¶
func (x *ListCertificatesRequest) String() string
type ListCertificatesResponse ¶
type ListCertificatesResponse struct {
Certificates []*Certificate `protobuf:"bytes,1,rep,name=certificates,proto3" json:"certificates,omitempty"`
// contains filtered or unexported fields
}
func (*ListCertificatesResponse) Descriptor
deprecated
func (*ListCertificatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCertificatesResponse.ProtoReflect.Descriptor instead.
func (*ListCertificatesResponse) GetCertificates ¶
func (x *ListCertificatesResponse) GetCertificates() []*Certificate
func (*ListCertificatesResponse) ProtoMessage ¶
func (*ListCertificatesResponse) ProtoMessage()
func (*ListCertificatesResponse) ProtoReflect ¶
func (x *ListCertificatesResponse) ProtoReflect() protoreflect.Message
func (*ListCertificatesResponse) Reset ¶
func (x *ListCertificatesResponse) Reset()
func (*ListCertificatesResponse) String ¶
func (x *ListCertificatesResponse) String() string
type ListContainersRequest ¶
type ListContainersRequest struct {
// contains filtered or unexported fields
}
func (*ListContainersRequest) Descriptor
deprecated
func (*ListContainersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListContainersRequest.ProtoReflect.Descriptor instead.
func (*ListContainersRequest) ProtoMessage ¶
func (*ListContainersRequest) ProtoMessage()
func (*ListContainersRequest) ProtoReflect ¶
func (x *ListContainersRequest) ProtoReflect() protoreflect.Message
func (*ListContainersRequest) Reset ¶
func (x *ListContainersRequest) Reset()
func (*ListContainersRequest) String ¶
func (x *ListContainersRequest) String() string
type ListContainersResponse ¶
type ListContainersResponse struct {
Containers []*Container `protobuf:"bytes,1,rep,name=containers,proto3" json:"containers,omitempty"`
// contains filtered or unexported fields
}
func (*ListContainersResponse) Descriptor
deprecated
func (*ListContainersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListContainersResponse.ProtoReflect.Descriptor instead.
func (*ListContainersResponse) GetContainers ¶
func (x *ListContainersResponse) GetContainers() []*Container
func (*ListContainersResponse) ProtoMessage ¶
func (*ListContainersResponse) ProtoMessage()
func (*ListContainersResponse) ProtoReflect ¶
func (x *ListContainersResponse) ProtoReflect() protoreflect.Message
func (*ListContainersResponse) Reset ¶
func (x *ListContainersResponse) Reset()
func (*ListContainersResponse) String ¶
func (x *ListContainersResponse) String() string
type ListFilesRequest ¶
type ListFilesRequest struct {
StackName string `protobuf:"bytes,1,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` // Relative to stack root
// contains filtered or unexported fields
}
func (*ListFilesRequest) Descriptor
deprecated
func (*ListFilesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListFilesRequest.ProtoReflect.Descriptor instead.
func (*ListFilesRequest) GetPath ¶
func (x *ListFilesRequest) GetPath() string
func (*ListFilesRequest) GetStackName ¶
func (x *ListFilesRequest) GetStackName() string
func (*ListFilesRequest) ProtoMessage ¶
func (*ListFilesRequest) ProtoMessage()
func (*ListFilesRequest) ProtoReflect ¶
func (x *ListFilesRequest) ProtoReflect() protoreflect.Message
func (*ListFilesRequest) Reset ¶
func (x *ListFilesRequest) Reset()
func (*ListFilesRequest) String ¶
func (x *ListFilesRequest) String() string
type ListFilesResponse ¶
type ListFilesResponse struct {
Files []*FileInfo `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
// contains filtered or unexported fields
}
func (*ListFilesResponse) Descriptor
deprecated
func (*ListFilesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListFilesResponse.ProtoReflect.Descriptor instead.
func (*ListFilesResponse) GetFiles ¶
func (x *ListFilesResponse) GetFiles() []*FileInfo
func (*ListFilesResponse) ProtoMessage ¶
func (*ListFilesResponse) ProtoMessage()
func (*ListFilesResponse) ProtoReflect ¶
func (x *ListFilesResponse) ProtoReflect() protoreflect.Message
func (*ListFilesResponse) Reset ¶
func (x *ListFilesResponse) Reset()
func (*ListFilesResponse) String ¶
func (x *ListFilesResponse) String() string
type ListFirewallRulesRequest ¶
type ListFirewallRulesRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListFirewallRulesRequest) Descriptor
deprecated
func (*ListFirewallRulesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListFirewallRulesRequest.ProtoReflect.Descriptor instead.
func (*ListFirewallRulesRequest) GetAgentId ¶
func (x *ListFirewallRulesRequest) GetAgentId() string
func (*ListFirewallRulesRequest) ProtoMessage ¶
func (*ListFirewallRulesRequest) ProtoMessage()
func (*ListFirewallRulesRequest) ProtoReflect ¶
func (x *ListFirewallRulesRequest) ProtoReflect() protoreflect.Message
func (*ListFirewallRulesRequest) Reset ¶
func (x *ListFirewallRulesRequest) Reset()
func (*ListFirewallRulesRequest) String ¶
func (x *ListFirewallRulesRequest) String() string
type ListFirewallRulesResponse ¶
type ListFirewallRulesResponse struct {
Rules []string `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
// contains filtered or unexported fields
}
func (*ListFirewallRulesResponse) Descriptor
deprecated
func (*ListFirewallRulesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListFirewallRulesResponse.ProtoReflect.Descriptor instead.
func (*ListFirewallRulesResponse) GetRules ¶
func (x *ListFirewallRulesResponse) GetRules() []string
func (*ListFirewallRulesResponse) ProtoMessage ¶
func (*ListFirewallRulesResponse) ProtoMessage()
func (*ListFirewallRulesResponse) ProtoReflect ¶
func (x *ListFirewallRulesResponse) ProtoReflect() protoreflect.Message
func (*ListFirewallRulesResponse) Reset ¶
func (x *ListFirewallRulesResponse) Reset()
func (*ListFirewallRulesResponse) String ¶
func (x *ListFirewallRulesResponse) String() string
type ListOperationsRequest ¶
type ListOperationsRequest struct {
// contains filtered or unexported fields
}
func (*ListOperationsRequest) Descriptor
deprecated
func (*ListOperationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOperationsRequest.ProtoReflect.Descriptor instead.
func (*ListOperationsRequest) ProtoMessage ¶
func (*ListOperationsRequest) ProtoMessage()
func (*ListOperationsRequest) ProtoReflect ¶
func (x *ListOperationsRequest) ProtoReflect() protoreflect.Message
func (*ListOperationsRequest) Reset ¶
func (x *ListOperationsRequest) Reset()
func (*ListOperationsRequest) String ¶
func (x *ListOperationsRequest) String() string
type ListOperationsResponse ¶
type ListOperationsResponse struct {
// contains filtered or unexported fields
}
func (*ListOperationsResponse) Descriptor
deprecated
func (*ListOperationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOperationsResponse.ProtoReflect.Descriptor instead.
func (*ListOperationsResponse) ProtoMessage ¶
func (*ListOperationsResponse) ProtoMessage()
func (*ListOperationsResponse) ProtoReflect ¶
func (x *ListOperationsResponse) ProtoReflect() protoreflect.Message
func (*ListOperationsResponse) Reset ¶
func (x *ListOperationsResponse) Reset()
func (*ListOperationsResponse) String ¶
func (x *ListOperationsResponse) String() string
type ListPackagesRequest ¶
type ListPackagesRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListPackagesRequest) Descriptor
deprecated
func (*ListPackagesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPackagesRequest.ProtoReflect.Descriptor instead.
func (*ListPackagesRequest) GetAgentId ¶
func (x *ListPackagesRequest) GetAgentId() string
func (*ListPackagesRequest) ProtoMessage ¶
func (*ListPackagesRequest) ProtoMessage()
func (*ListPackagesRequest) ProtoReflect ¶
func (x *ListPackagesRequest) ProtoReflect() protoreflect.Message
func (*ListPackagesRequest) Reset ¶
func (x *ListPackagesRequest) Reset()
func (*ListPackagesRequest) String ¶
func (x *ListPackagesRequest) String() string
type ListPackagesResponse ¶
type ListPackagesResponse struct {
Packages []string `protobuf:"bytes,1,rep,name=packages,proto3" json:"packages,omitempty"`
// contains filtered or unexported fields
}
func (*ListPackagesResponse) Descriptor
deprecated
func (*ListPackagesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPackagesResponse.ProtoReflect.Descriptor instead.
func (*ListPackagesResponse) GetPackages ¶
func (x *ListPackagesResponse) GetPackages() []string
func (*ListPackagesResponse) ProtoMessage ¶
func (*ListPackagesResponse) ProtoMessage()
func (*ListPackagesResponse) ProtoReflect ¶
func (x *ListPackagesResponse) ProtoReflect() protoreflect.Message
func (*ListPackagesResponse) Reset ¶
func (x *ListPackagesResponse) Reset()
func (*ListPackagesResponse) String ¶
func (x *ListPackagesResponse) String() string
type ListServicesRequest ¶
type ListServicesRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListServicesRequest) Descriptor
deprecated
func (*ListServicesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListServicesRequest.ProtoReflect.Descriptor instead.
func (*ListServicesRequest) GetAgentId ¶
func (x *ListServicesRequest) GetAgentId() string
func (*ListServicesRequest) ProtoMessage ¶
func (*ListServicesRequest) ProtoMessage()
func (*ListServicesRequest) ProtoReflect ¶
func (x *ListServicesRequest) ProtoReflect() protoreflect.Message
func (*ListServicesRequest) Reset ¶
func (x *ListServicesRequest) Reset()
func (*ListServicesRequest) String ¶
func (x *ListServicesRequest) String() string
type ListServicesResponse ¶
type ListServicesResponse struct {
Services []string `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
// contains filtered or unexported fields
}
func (*ListServicesResponse) Descriptor
deprecated
func (*ListServicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListServicesResponse.ProtoReflect.Descriptor instead.
func (*ListServicesResponse) GetServices ¶
func (x *ListServicesResponse) GetServices() []string
func (*ListServicesResponse) ProtoMessage ¶
func (*ListServicesResponse) ProtoMessage()
func (*ListServicesResponse) ProtoReflect ¶
func (x *ListServicesResponse) ProtoReflect() protoreflect.Message
func (*ListServicesResponse) Reset ¶
func (x *ListServicesResponse) Reset()
func (*ListServicesResponse) String ¶
func (x *ListServicesResponse) String() string
type ListStacksRequest ¶
type ListStacksRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListStacksRequest) Descriptor
deprecated
func (*ListStacksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListStacksRequest.ProtoReflect.Descriptor instead.
func (*ListStacksRequest) GetAgentId ¶
func (x *ListStacksRequest) GetAgentId() string
func (*ListStacksRequest) ProtoMessage ¶
func (*ListStacksRequest) ProtoMessage()
func (*ListStacksRequest) ProtoReflect ¶
func (x *ListStacksRequest) ProtoReflect() protoreflect.Message
func (*ListStacksRequest) Reset ¶
func (x *ListStacksRequest) Reset()
func (*ListStacksRequest) String ¶
func (x *ListStacksRequest) String() string
type ListStacksResponse ¶
type ListStacksResponse struct {
Stacks []*Stack `protobuf:"bytes,1,rep,name=stacks,proto3" json:"stacks,omitempty"`
// contains filtered or unexported fields
}
func (*ListStacksResponse) Descriptor
deprecated
func (*ListStacksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListStacksResponse.ProtoReflect.Descriptor instead.
func (*ListStacksResponse) GetStacks ¶
func (x *ListStacksResponse) GetStacks() []*Stack
func (*ListStacksResponse) ProtoMessage ¶
func (*ListStacksResponse) ProtoMessage()
func (*ListStacksResponse) ProtoReflect ¶
func (x *ListStacksResponse) ProtoReflect() protoreflect.Message
func (*ListStacksResponse) Reset ¶
func (x *ListStacksResponse) Reset()
func (*ListStacksResponse) String ¶
func (x *ListStacksResponse) String() string
type ListVirtualHostsRequest ¶
type ListVirtualHostsRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListVirtualHostsRequest) Descriptor
deprecated
func (*ListVirtualHostsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListVirtualHostsRequest.ProtoReflect.Descriptor instead.
func (*ListVirtualHostsRequest) GetAgentId ¶
func (x *ListVirtualHostsRequest) GetAgentId() string
func (*ListVirtualHostsRequest) ProtoMessage ¶
func (*ListVirtualHostsRequest) ProtoMessage()
func (*ListVirtualHostsRequest) ProtoReflect ¶
func (x *ListVirtualHostsRequest) ProtoReflect() protoreflect.Message
func (*ListVirtualHostsRequest) Reset ¶
func (x *ListVirtualHostsRequest) Reset()
func (*ListVirtualHostsRequest) String ¶
func (x *ListVirtualHostsRequest) String() string
type ListVirtualHostsResponse ¶
type ListVirtualHostsResponse struct {
Vhosts []string `protobuf:"bytes,1,rep,name=vhosts,proto3" json:"vhosts,omitempty"`
// contains filtered or unexported fields
}
func (*ListVirtualHostsResponse) Descriptor
deprecated
func (*ListVirtualHostsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListVirtualHostsResponse.ProtoReflect.Descriptor instead.
func (*ListVirtualHostsResponse) GetVhosts ¶
func (x *ListVirtualHostsResponse) GetVhosts() []string
func (*ListVirtualHostsResponse) ProtoMessage ¶
func (*ListVirtualHostsResponse) ProtoMessage()
func (*ListVirtualHostsResponse) ProtoReflect ¶
func (x *ListVirtualHostsResponse) ProtoReflect() protoreflect.Message
func (*ListVirtualHostsResponse) Reset ¶
func (x *ListVirtualHostsResponse) Reset()
func (*ListVirtualHostsResponse) String ¶
func (x *ListVirtualHostsResponse) String() string
type Location ¶
type Location struct {
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
ProxyPass string `protobuf:"bytes,2,opt,name=proxy_pass,json=proxyPass,proto3" json:"proxy_pass,omitempty"`
Root string `protobuf:"bytes,3,opt,name=root,proto3" json:"root,omitempty"`
TryFiles []string `protobuf:"bytes,4,rep,name=try_files,json=tryFiles,proto3" json:"try_files,omitempty"`
Headers map[string]string `` /* 141-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Location) Descriptor
deprecated
func (*Location) GetHeaders ¶
func (*Location) GetProxyPass ¶
func (*Location) GetTryFiles ¶
func (*Location) ProtoMessage ¶
func (*Location) ProtoMessage()
func (*Location) ProtoReflect ¶
func (x *Location) ProtoReflect() protoreflect.Message
type LogEntry ¶
type LogEntry struct {
Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
Stream string `protobuf:"bytes,2,opt,name=stream,proto3" json:"stream,omitempty"` // stdout or stderr
Content []byte `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
ContainerId string `protobuf:"bytes,4,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
ServiceName string `protobuf:"bytes,5,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
// contains filtered or unexported fields
}
func (*LogEntry) Descriptor
deprecated
func (*LogEntry) GetContainerId ¶
func (*LogEntry) GetContent ¶
func (*LogEntry) GetServiceName ¶
func (*LogEntry) GetTimestamp ¶
func (x *LogEntry) GetTimestamp() *timestamppb.Timestamp
func (*LogEntry) ProtoMessage ¶
func (*LogEntry) ProtoMessage()
func (*LogEntry) ProtoReflect ¶
func (x *LogEntry) ProtoReflect() protoreflect.Message
type MemoryStats ¶
type MemoryStats struct {
// contains filtered or unexported fields
}
func (*MemoryStats) Descriptor
deprecated
func (*MemoryStats) Descriptor() ([]byte, []int)
Deprecated: Use MemoryStats.ProtoReflect.Descriptor instead.
func (*MemoryStats) ProtoMessage ¶
func (*MemoryStats) ProtoMessage()
func (*MemoryStats) ProtoReflect ¶
func (x *MemoryStats) ProtoReflect() protoreflect.Message
func (*MemoryStats) Reset ¶
func (x *MemoryStats) Reset()
func (*MemoryStats) String ¶
func (x *MemoryStats) String() string
type NetworkStats ¶
type NetworkStats struct {
// contains filtered or unexported fields
}
func (*NetworkStats) Descriptor
deprecated
func (*NetworkStats) Descriptor() ([]byte, []int)
Deprecated: Use NetworkStats.ProtoReflect.Descriptor instead.
func (*NetworkStats) ProtoMessage ¶
func (*NetworkStats) ProtoMessage()
func (*NetworkStats) ProtoReflect ¶
func (x *NetworkStats) ProtoReflect() protoreflect.Message
func (*NetworkStats) Reset ¶
func (x *NetworkStats) Reset()
func (*NetworkStats) String ¶
func (x *NetworkStats) String() string
type NginxServiceClient ¶
type NginxServiceClient interface {
CreateVirtualHost(ctx context.Context, in *CreateVirtualHostRequest, opts ...grpc.CallOption) (*CreateVirtualHostResponse, error)
EnableVirtualHost(ctx context.Context, in *EnableVirtualHostRequest, opts ...grpc.CallOption) (*EnableVirtualHostResponse, error)
DisableVirtualHost(ctx context.Context, in *DisableVirtualHostRequest, opts ...grpc.CallOption) (*DisableVirtualHostResponse, error)
DeleteVirtualHost(ctx context.Context, in *DeleteVirtualHostRequest, opts ...grpc.CallOption) (*DeleteVirtualHostResponse, error)
ListVirtualHosts(ctx context.Context, in *ListVirtualHostsRequest, opts ...grpc.CallOption) (*ListVirtualHostsResponse, error)
CreateReverseProxy(ctx context.Context, in *CreateReverseProxyRequest, opts ...grpc.CallOption) (*CreateReverseProxyResponse, error)
CreateLoadBalancer(ctx context.Context, in *CreateLoadBalancerRequest, opts ...grpc.CallOption) (*CreateLoadBalancerResponse, error)
}
NginxServiceClient is the client API for NginxService 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.
Nginx Management Service
func NewNginxServiceClient ¶
func NewNginxServiceClient(cc grpc.ClientConnInterface) NginxServiceClient
type NginxServiceServer ¶
type NginxServiceServer interface {
CreateVirtualHost(context.Context, *CreateVirtualHostRequest) (*CreateVirtualHostResponse, error)
EnableVirtualHost(context.Context, *EnableVirtualHostRequest) (*EnableVirtualHostResponse, error)
DisableVirtualHost(context.Context, *DisableVirtualHostRequest) (*DisableVirtualHostResponse, error)
DeleteVirtualHost(context.Context, *DeleteVirtualHostRequest) (*DeleteVirtualHostResponse, error)
ListVirtualHosts(context.Context, *ListVirtualHostsRequest) (*ListVirtualHostsResponse, error)
CreateReverseProxy(context.Context, *CreateReverseProxyRequest) (*CreateReverseProxyResponse, error)
CreateLoadBalancer(context.Context, *CreateLoadBalancerRequest) (*CreateLoadBalancerResponse, error)
// contains filtered or unexported methods
}
NginxServiceServer is the server API for NginxService service. All implementations must embed UnimplementedNginxServiceServer for forward compatibility.
Nginx Management Service
type ObtainCertificateRequest ¶
type ObtainCertificateRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
Production bool `protobuf:"varint,4,opt,name=production,proto3" json:"production,omitempty"`
// contains filtered or unexported fields
}
func (*ObtainCertificateRequest) Descriptor
deprecated
func (*ObtainCertificateRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObtainCertificateRequest.ProtoReflect.Descriptor instead.
func (*ObtainCertificateRequest) GetAgentId ¶
func (x *ObtainCertificateRequest) GetAgentId() string
func (*ObtainCertificateRequest) GetDomain ¶
func (x *ObtainCertificateRequest) GetDomain() string
func (*ObtainCertificateRequest) GetEmail ¶
func (x *ObtainCertificateRequest) GetEmail() string
func (*ObtainCertificateRequest) GetProduction ¶
func (x *ObtainCertificateRequest) GetProduction() bool
func (*ObtainCertificateRequest) ProtoMessage ¶
func (*ObtainCertificateRequest) ProtoMessage()
func (*ObtainCertificateRequest) ProtoReflect ¶
func (x *ObtainCertificateRequest) ProtoReflect() protoreflect.Message
func (*ObtainCertificateRequest) Reset ¶
func (x *ObtainCertificateRequest) Reset()
func (*ObtainCertificateRequest) String ¶
func (x *ObtainCertificateRequest) String() string
type ObtainCertificateResponse ¶
type ObtainCertificateResponse struct {
Certificate *Certificate `protobuf:"bytes,1,opt,name=certificate,proto3" json:"certificate,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*ObtainCertificateResponse) Descriptor
deprecated
func (*ObtainCertificateResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObtainCertificateResponse.ProtoReflect.Descriptor instead.
func (*ObtainCertificateResponse) GetCertificate ¶
func (x *ObtainCertificateResponse) GetCertificate() *Certificate
func (*ObtainCertificateResponse) GetError ¶
func (x *ObtainCertificateResponse) GetError() string
func (*ObtainCertificateResponse) ProtoMessage ¶
func (*ObtainCertificateResponse) ProtoMessage()
func (*ObtainCertificateResponse) ProtoReflect ¶
func (x *ObtainCertificateResponse) ProtoReflect() protoreflect.Message
func (*ObtainCertificateResponse) Reset ¶
func (x *ObtainCertificateResponse) Reset()
func (*ObtainCertificateResponse) String ¶
func (x *ObtainCertificateResponse) String() string
type Operation ¶
type Operation struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
State OperationState `protobuf:"varint,3,opt,name=state,proto3,enum=mandau.agent.v1.OperationState" json:"state,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
CompletedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=completed_at,json=completedAt,proto3" json:"completed_at,omitempty"`
Error string `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
Metadata map[string]string `` /* 143-byte string literal not displayed */
Progress int32 `protobuf:"varint,8,opt,name=progress,proto3" json:"progress,omitempty"`
// contains filtered or unexported fields
}
func (*Operation) Descriptor
deprecated
func (*Operation) GetCompletedAt ¶
func (x *Operation) GetCompletedAt() *timestamppb.Timestamp
func (*Operation) GetCreatedAt ¶
func (x *Operation) GetCreatedAt() *timestamppb.Timestamp
func (*Operation) GetMetadata ¶
func (*Operation) GetProgress ¶
func (*Operation) GetState ¶
func (x *Operation) GetState() OperationState
func (*Operation) ProtoMessage ¶
func (*Operation) ProtoMessage()
func (*Operation) ProtoReflect ¶
func (x *Operation) ProtoReflect() protoreflect.Message
type OperationEvent ¶
type OperationEvent struct {
OperationId string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
State OperationState `protobuf:"varint,2,opt,name=state,proto3,enum=mandau.agent.v1.OperationState" json:"state,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
Progress int32 `protobuf:"varint,5,opt,name=progress,proto3" json:"progress,omitempty"`
Error string `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*OperationEvent) Descriptor
deprecated
func (*OperationEvent) Descriptor() ([]byte, []int)
Deprecated: Use OperationEvent.ProtoReflect.Descriptor instead.
func (*OperationEvent) GetError ¶
func (x *OperationEvent) GetError() string
func (*OperationEvent) GetMessage ¶
func (x *OperationEvent) GetMessage() string
func (*OperationEvent) GetOperationId ¶
func (x *OperationEvent) GetOperationId() string
func (*OperationEvent) GetProgress ¶
func (x *OperationEvent) GetProgress() int32
func (*OperationEvent) GetState ¶
func (x *OperationEvent) GetState() OperationState
func (*OperationEvent) GetTimestamp ¶
func (x *OperationEvent) GetTimestamp() *timestamppb.Timestamp
func (*OperationEvent) ProtoMessage ¶
func (*OperationEvent) ProtoMessage()
func (*OperationEvent) ProtoReflect ¶
func (x *OperationEvent) ProtoReflect() protoreflect.Message
func (*OperationEvent) Reset ¶
func (x *OperationEvent) Reset()
func (*OperationEvent) String ¶
func (x *OperationEvent) String() string
type OperationState ¶
type OperationState int32
const ( OperationState_OPERATION_STATE_PENDING OperationState = 0 OperationState_OPERATION_STATE_RUNNING OperationState = 1 OperationState_OPERATION_STATE_COMPLETED OperationState = 2 OperationState_OPERATION_STATE_FAILED OperationState = 3 OperationState_OPERATION_STATE_CANCELLED OperationState = 4 )
func (OperationState) Descriptor ¶
func (OperationState) Descriptor() protoreflect.EnumDescriptor
func (OperationState) Enum ¶
func (x OperationState) Enum() *OperationState
func (OperationState) EnumDescriptor
deprecated
func (OperationState) EnumDescriptor() ([]byte, []int)
Deprecated: Use OperationState.Descriptor instead.
func (OperationState) Number ¶
func (x OperationState) Number() protoreflect.EnumNumber
func (OperationState) String ¶
func (x OperationState) String() string
func (OperationState) Type ¶
func (OperationState) Type() protoreflect.EnumType
type OperationsServiceClient ¶
type OperationsServiceClient interface {
GetOperation(ctx context.Context, in *GetOperationRequest, opts ...grpc.CallOption) (*Operation, error)
ListOperations(ctx context.Context, in *ListOperationsRequest, opts ...grpc.CallOption) (*ListOperationsResponse, error)
CancelOperation(ctx context.Context, in *CancelOperationRequest, opts ...grpc.CallOption) (*CancelOperationResponse, error)
StreamOperation(ctx context.Context, in *StreamOperationRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[OperationEvent], error)
}
OperationsServiceClient is the client API for OperationsService 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.
Operations Service
func NewOperationsServiceClient ¶
func NewOperationsServiceClient(cc grpc.ClientConnInterface) OperationsServiceClient
type OperationsServiceServer ¶
type OperationsServiceServer interface {
GetOperation(context.Context, *GetOperationRequest) (*Operation, error)
ListOperations(context.Context, *ListOperationsRequest) (*ListOperationsResponse, error)
CancelOperation(context.Context, *CancelOperationRequest) (*CancelOperationResponse, error)
StreamOperation(*StreamOperationRequest, grpc.ServerStreamingServer[OperationEvent]) error
// contains filtered or unexported methods
}
OperationsServiceServer is the server API for OperationsService service. All implementations must embed UnimplementedOperationsServiceServer for forward compatibility.
Operations Service
type OperationsService_StreamOperationClient ¶
type OperationsService_StreamOperationClient = grpc.ServerStreamingClient[OperationEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type OperationsService_StreamOperationServer ¶
type OperationsService_StreamOperationServer = grpc.ServerStreamingServer[OperationEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type Port ¶
type Port struct {
PrivatePort uint32 `protobuf:"varint,1,opt,name=private_port,json=privatePort,proto3" json:"private_port,omitempty"`
PublicPort uint32 `protobuf:"varint,2,opt,name=public_port,json=publicPort,proto3" json:"public_port,omitempty"`
Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
Ip string `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"`
// contains filtered or unexported fields
}
func (*Port) Descriptor
deprecated
func (*Port) GetPrivatePort ¶
func (*Port) GetPublicPort ¶
func (*Port) ProtoMessage ¶
func (*Port) ProtoMessage()
func (*Port) ProtoReflect ¶
func (x *Port) ProtoReflect() protoreflect.Message
type ReadFileRequest ¶
type ReadFileRequest struct {
StackName string `protobuf:"bytes,1,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
// contains filtered or unexported fields
}
func (*ReadFileRequest) Descriptor
deprecated
func (*ReadFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReadFileRequest.ProtoReflect.Descriptor instead.
func (*ReadFileRequest) GetPath ¶
func (x *ReadFileRequest) GetPath() string
func (*ReadFileRequest) GetStackName ¶
func (x *ReadFileRequest) GetStackName() string
func (*ReadFileRequest) ProtoMessage ¶
func (*ReadFileRequest) ProtoMessage()
func (*ReadFileRequest) ProtoReflect ¶
func (x *ReadFileRequest) ProtoReflect() protoreflect.Message
func (*ReadFileRequest) Reset ¶
func (x *ReadFileRequest) Reset()
func (*ReadFileRequest) String ¶
func (x *ReadFileRequest) String() string
type ReadFileResponse ¶
type ReadFileResponse struct {
Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
Info *FileInfo `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
// contains filtered or unexported fields
}
func (*ReadFileResponse) Descriptor
deprecated
func (*ReadFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReadFileResponse.ProtoReflect.Descriptor instead.
func (*ReadFileResponse) GetContent ¶
func (x *ReadFileResponse) GetContent() []byte
func (*ReadFileResponse) GetInfo ¶
func (x *ReadFileResponse) GetInfo() *FileInfo
func (*ReadFileResponse) ProtoMessage ¶
func (*ReadFileResponse) ProtoMessage()
func (*ReadFileResponse) ProtoReflect ¶
func (x *ReadFileResponse) ProtoReflect() protoreflect.Message
func (*ReadFileResponse) Reset ¶
func (x *ReadFileResponse) Reset()
func (*ReadFileResponse) String ¶
func (x *ReadFileResponse) String() string
type RegisterRequest ¶
type RegisterRequest struct {
Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
AgentId string `protobuf:"bytes,5,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` // Optional persistent agent ID
Labels map[string]string `` /* 139-byte string literal not displayed */
Capabilities []string `protobuf:"bytes,4,rep,name=capabilities,proto3" json:"capabilities,omitempty"`
// contains filtered or unexported fields
}
func (*RegisterRequest) Descriptor
deprecated
func (*RegisterRequest) Descriptor() ([]byte, []int)
Deprecated: Use RegisterRequest.ProtoReflect.Descriptor instead.
func (*RegisterRequest) GetAgentId ¶
func (x *RegisterRequest) GetAgentId() string
func (*RegisterRequest) GetCapabilities ¶
func (x *RegisterRequest) GetCapabilities() []string
func (*RegisterRequest) GetHostname ¶
func (x *RegisterRequest) GetHostname() string
func (*RegisterRequest) GetLabels ¶
func (x *RegisterRequest) GetLabels() map[string]string
func (*RegisterRequest) GetVersion ¶
func (x *RegisterRequest) GetVersion() string
func (*RegisterRequest) ProtoMessage ¶
func (*RegisterRequest) ProtoMessage()
func (*RegisterRequest) ProtoReflect ¶
func (x *RegisterRequest) ProtoReflect() protoreflect.Message
func (*RegisterRequest) Reset ¶
func (x *RegisterRequest) Reset()
func (*RegisterRequest) String ¶
func (x *RegisterRequest) String() string
type RegisterResponse ¶
type RegisterResponse struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Certificate []byte `protobuf:"bytes,2,opt,name=certificate,proto3" json:"certificate,omitempty"`
HeartbeatInterval *durationpb.Duration `protobuf:"bytes,3,opt,name=heartbeat_interval,json=heartbeatInterval,proto3" json:"heartbeat_interval,omitempty"`
// contains filtered or unexported fields
}
func (*RegisterResponse) Descriptor
deprecated
func (*RegisterResponse) Descriptor() ([]byte, []int)
Deprecated: Use RegisterResponse.ProtoReflect.Descriptor instead.
func (*RegisterResponse) GetAgentId ¶
func (x *RegisterResponse) GetAgentId() string
func (*RegisterResponse) GetCertificate ¶
func (x *RegisterResponse) GetCertificate() []byte
func (*RegisterResponse) GetHeartbeatInterval ¶
func (x *RegisterResponse) GetHeartbeatInterval() *durationpb.Duration
func (*RegisterResponse) ProtoMessage ¶
func (*RegisterResponse) ProtoMessage()
func (*RegisterResponse) ProtoReflect ¶
func (x *RegisterResponse) ProtoReflect() protoreflect.Message
func (*RegisterResponse) Reset ¶
func (x *RegisterResponse) Reset()
func (*RegisterResponse) String ¶
func (x *RegisterResponse) String() string
type RemovePackageRequest ¶
type RemovePackageRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
PackageName string `protobuf:"bytes,2,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
// contains filtered or unexported fields
}
func (*RemovePackageRequest) Descriptor
deprecated
func (*RemovePackageRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemovePackageRequest.ProtoReflect.Descriptor instead.
func (*RemovePackageRequest) GetAgentId ¶
func (x *RemovePackageRequest) GetAgentId() string
func (*RemovePackageRequest) GetPackageName ¶
func (x *RemovePackageRequest) GetPackageName() string
func (*RemovePackageRequest) ProtoMessage ¶
func (*RemovePackageRequest) ProtoMessage()
func (*RemovePackageRequest) ProtoReflect ¶
func (x *RemovePackageRequest) ProtoReflect() protoreflect.Message
func (*RemovePackageRequest) Reset ¶
func (x *RemovePackageRequest) Reset()
func (*RemovePackageRequest) String ¶
func (x *RemovePackageRequest) String() string
type RemovePackageResponse ¶
type RemovePackageResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*RemovePackageResponse) Descriptor
deprecated
func (*RemovePackageResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemovePackageResponse.ProtoReflect.Descriptor instead.
func (*RemovePackageResponse) GetError ¶
func (x *RemovePackageResponse) GetError() string
func (*RemovePackageResponse) GetStatus ¶
func (x *RemovePackageResponse) GetStatus() string
func (*RemovePackageResponse) ProtoMessage ¶
func (*RemovePackageResponse) ProtoMessage()
func (*RemovePackageResponse) ProtoReflect ¶
func (x *RemovePackageResponse) ProtoReflect() protoreflect.Message
func (*RemovePackageResponse) Reset ¶
func (x *RemovePackageResponse) Reset()
func (*RemovePackageResponse) String ¶
func (x *RemovePackageResponse) String() string
type RemoveStackRequest ¶
type RemoveStackRequest struct {
StackId string `protobuf:"bytes,1,opt,name=stack_id,json=stackId,proto3" json:"stack_id,omitempty"`
// contains filtered or unexported fields
}
func (*RemoveStackRequest) Descriptor
deprecated
func (*RemoveStackRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveStackRequest.ProtoReflect.Descriptor instead.
func (*RemoveStackRequest) GetStackId ¶
func (x *RemoveStackRequest) GetStackId() string
func (*RemoveStackRequest) ProtoMessage ¶
func (*RemoveStackRequest) ProtoMessage()
func (*RemoveStackRequest) ProtoReflect ¶
func (x *RemoveStackRequest) ProtoReflect() protoreflect.Message
func (*RemoveStackRequest) Reset ¶
func (x *RemoveStackRequest) Reset()
func (*RemoveStackRequest) String ¶
func (x *RemoveStackRequest) String() string
type RemoveWebServiceRequest ¶
type RemoveWebServiceRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*RemoveWebServiceRequest) Descriptor
deprecated
func (*RemoveWebServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveWebServiceRequest.ProtoReflect.Descriptor instead.
func (*RemoveWebServiceRequest) GetAgentId ¶
func (x *RemoveWebServiceRequest) GetAgentId() string
func (*RemoveWebServiceRequest) GetName ¶
func (x *RemoveWebServiceRequest) GetName() string
func (*RemoveWebServiceRequest) ProtoMessage ¶
func (*RemoveWebServiceRequest) ProtoMessage()
func (*RemoveWebServiceRequest) ProtoReflect ¶
func (x *RemoveWebServiceRequest) ProtoReflect() protoreflect.Message
func (*RemoveWebServiceRequest) Reset ¶
func (x *RemoveWebServiceRequest) Reset()
func (*RemoveWebServiceRequest) String ¶
func (x *RemoveWebServiceRequest) String() string
type RenewAllCertificatesRequest ¶
type RenewAllCertificatesRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*RenewAllCertificatesRequest) Descriptor
deprecated
func (*RenewAllCertificatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenewAllCertificatesRequest.ProtoReflect.Descriptor instead.
func (*RenewAllCertificatesRequest) GetAgentId ¶
func (x *RenewAllCertificatesRequest) GetAgentId() string
func (*RenewAllCertificatesRequest) ProtoMessage ¶
func (*RenewAllCertificatesRequest) ProtoMessage()
func (*RenewAllCertificatesRequest) ProtoReflect ¶
func (x *RenewAllCertificatesRequest) ProtoReflect() protoreflect.Message
func (*RenewAllCertificatesRequest) Reset ¶
func (x *RenewAllCertificatesRequest) Reset()
func (*RenewAllCertificatesRequest) String ¶
func (x *RenewAllCertificatesRequest) String() string
type RenewAllCertificatesResponse ¶
type RenewAllCertificatesResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*RenewAllCertificatesResponse) Descriptor
deprecated
func (*RenewAllCertificatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenewAllCertificatesResponse.ProtoReflect.Descriptor instead.
func (*RenewAllCertificatesResponse) GetError ¶
func (x *RenewAllCertificatesResponse) GetError() string
func (*RenewAllCertificatesResponse) GetStatus ¶
func (x *RenewAllCertificatesResponse) GetStatus() string
func (*RenewAllCertificatesResponse) ProtoMessage ¶
func (*RenewAllCertificatesResponse) ProtoMessage()
func (*RenewAllCertificatesResponse) ProtoReflect ¶
func (x *RenewAllCertificatesResponse) ProtoReflect() protoreflect.Message
func (*RenewAllCertificatesResponse) Reset ¶
func (x *RenewAllCertificatesResponse) Reset()
func (*RenewAllCertificatesResponse) String ¶
func (x *RenewAllCertificatesResponse) String() string
type RenewCertificateRequest ¶
type RenewCertificateRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
// contains filtered or unexported fields
}
func (*RenewCertificateRequest) Descriptor
deprecated
func (*RenewCertificateRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenewCertificateRequest.ProtoReflect.Descriptor instead.
func (*RenewCertificateRequest) GetAgentId ¶
func (x *RenewCertificateRequest) GetAgentId() string
func (*RenewCertificateRequest) GetDomain ¶
func (x *RenewCertificateRequest) GetDomain() string
func (*RenewCertificateRequest) ProtoMessage ¶
func (*RenewCertificateRequest) ProtoMessage()
func (*RenewCertificateRequest) ProtoReflect ¶
func (x *RenewCertificateRequest) ProtoReflect() protoreflect.Message
func (*RenewCertificateRequest) Reset ¶
func (x *RenewCertificateRequest) Reset()
func (*RenewCertificateRequest) String ¶
func (x *RenewCertificateRequest) String() string
type RenewCertificateResponse ¶
type RenewCertificateResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*RenewCertificateResponse) Descriptor
deprecated
func (*RenewCertificateResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenewCertificateResponse.ProtoReflect.Descriptor instead.
func (*RenewCertificateResponse) GetError ¶
func (x *RenewCertificateResponse) GetError() string
func (*RenewCertificateResponse) GetStatus ¶
func (x *RenewCertificateResponse) GetStatus() string
func (*RenewCertificateResponse) ProtoMessage ¶
func (*RenewCertificateResponse) ProtoMessage()
func (*RenewCertificateResponse) ProtoReflect ¶
func (x *RenewCertificateResponse) ProtoReflect() protoreflect.Message
func (*RenewCertificateResponse) Reset ¶
func (x *RenewCertificateResponse) Reset()
func (*RenewCertificateResponse) String ¶
func (x *RenewCertificateResponse) String() string
type RestartContainerRequest ¶
type RestartContainerRequest struct {
ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
// contains filtered or unexported fields
}
func (*RestartContainerRequest) Descriptor
deprecated
func (*RestartContainerRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestartContainerRequest.ProtoReflect.Descriptor instead.
func (*RestartContainerRequest) GetContainerId ¶
func (x *RestartContainerRequest) GetContainerId() string
func (*RestartContainerRequest) ProtoMessage ¶
func (*RestartContainerRequest) ProtoMessage()
func (*RestartContainerRequest) ProtoReflect ¶
func (x *RestartContainerRequest) ProtoReflect() protoreflect.Message
func (*RestartContainerRequest) Reset ¶
func (x *RestartContainerRequest) Reset()
func (*RestartContainerRequest) String ¶
func (x *RestartContainerRequest) String() string
type RestartContainerResponse ¶
type RestartContainerResponse struct {
// contains filtered or unexported fields
}
func (*RestartContainerResponse) Descriptor
deprecated
func (*RestartContainerResponse) Descriptor() ([]byte, []int)
Deprecated: Use RestartContainerResponse.ProtoReflect.Descriptor instead.
func (*RestartContainerResponse) ProtoMessage ¶
func (*RestartContainerResponse) ProtoMessage()
func (*RestartContainerResponse) ProtoReflect ¶
func (x *RestartContainerResponse) ProtoReflect() protoreflect.Message
func (*RestartContainerResponse) Reset ¶
func (x *RestartContainerResponse) Reset()
func (*RestartContainerResponse) String ¶
func (x *RestartContainerResponse) String() string
type RestartServiceRequest ¶
type RestartServiceRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*RestartServiceRequest) Descriptor
deprecated
func (*RestartServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestartServiceRequest.ProtoReflect.Descriptor instead.
func (*RestartServiceRequest) GetAgentId ¶
func (x *RestartServiceRequest) GetAgentId() string
func (*RestartServiceRequest) GetName ¶
func (x *RestartServiceRequest) GetName() string
func (*RestartServiceRequest) ProtoMessage ¶
func (*RestartServiceRequest) ProtoMessage()
func (*RestartServiceRequest) ProtoReflect ¶
func (x *RestartServiceRequest) ProtoReflect() protoreflect.Message
func (*RestartServiceRequest) Reset ¶
func (x *RestartServiceRequest) Reset()
func (*RestartServiceRequest) String ¶
func (x *RestartServiceRequest) String() string
type RestartServiceResponse ¶
type RestartServiceResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*RestartServiceResponse) Descriptor
deprecated
func (*RestartServiceResponse) Descriptor() ([]byte, []int)
Deprecated: Use RestartServiceResponse.ProtoReflect.Descriptor instead.
func (*RestartServiceResponse) GetError ¶
func (x *RestartServiceResponse) GetError() string
func (*RestartServiceResponse) GetStatus ¶
func (x *RestartServiceResponse) GetStatus() string
func (*RestartServiceResponse) ProtoMessage ¶
func (*RestartServiceResponse) ProtoMessage()
func (*RestartServiceResponse) ProtoReflect ¶
func (x *RestartServiceResponse) ProtoReflect() protoreflect.Message
func (*RestartServiceResponse) Reset ¶
func (x *RestartServiceResponse) Reset()
func (*RestartServiceResponse) String ¶
func (x *RestartServiceResponse) String() string
type RevokeCertificateRequest ¶
type RevokeCertificateRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
// contains filtered or unexported fields
}
func (*RevokeCertificateRequest) Descriptor
deprecated
func (*RevokeCertificateRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeCertificateRequest.ProtoReflect.Descriptor instead.
func (*RevokeCertificateRequest) GetAgentId ¶
func (x *RevokeCertificateRequest) GetAgentId() string
func (*RevokeCertificateRequest) GetDomain ¶
func (x *RevokeCertificateRequest) GetDomain() string
func (*RevokeCertificateRequest) ProtoMessage ¶
func (*RevokeCertificateRequest) ProtoMessage()
func (*RevokeCertificateRequest) ProtoReflect ¶
func (x *RevokeCertificateRequest) ProtoReflect() protoreflect.Message
func (*RevokeCertificateRequest) Reset ¶
func (x *RevokeCertificateRequest) Reset()
func (*RevokeCertificateRequest) String ¶
func (x *RevokeCertificateRequest) String() string
type RevokeCertificateResponse ¶
type RevokeCertificateResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*RevokeCertificateResponse) Descriptor
deprecated
func (*RevokeCertificateResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokeCertificateResponse.ProtoReflect.Descriptor instead.
func (*RevokeCertificateResponse) GetError ¶
func (x *RevokeCertificateResponse) GetError() string
func (*RevokeCertificateResponse) GetStatus ¶
func (x *RevokeCertificateResponse) GetStatus() string
func (*RevokeCertificateResponse) ProtoMessage ¶
func (*RevokeCertificateResponse) ProtoMessage()
func (*RevokeCertificateResponse) ProtoReflect ¶
func (x *RevokeCertificateResponse) ProtoReflect() protoreflect.Message
func (*RevokeCertificateResponse) Reset ¶
func (x *RevokeCertificateResponse) Reset()
func (*RevokeCertificateResponse) String ¶
func (x *RevokeCertificateResponse) String() string
type SSLConfig ¶
type SSLConfig struct {
Certificate string `protobuf:"bytes,1,opt,name=certificate,proto3" json:"certificate,omitempty"`
CertificateKey string `protobuf:"bytes,2,opt,name=certificate_key,json=certificateKey,proto3" json:"certificate_key,omitempty"`
Protocols []string `protobuf:"bytes,3,rep,name=protocols,proto3" json:"protocols,omitempty"`
Ciphers string `protobuf:"bytes,4,opt,name=ciphers,proto3" json:"ciphers,omitempty"`
// contains filtered or unexported fields
}
func (*SSLConfig) Descriptor
deprecated
func (*SSLConfig) GetCertificate ¶
func (*SSLConfig) GetCertificateKey ¶
func (*SSLConfig) GetCiphers ¶
func (*SSLConfig) GetProtocols ¶
func (*SSLConfig) ProtoMessage ¶
func (*SSLConfig) ProtoMessage()
func (*SSLConfig) ProtoReflect ¶
func (x *SSLConfig) ProtoReflect() protoreflect.Message
type ServiceDeploymentServiceClient ¶
type ServiceDeploymentServiceClient interface {
DeployWebService(ctx context.Context, in *DeployWebServiceRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ServiceOperationEvent], error)
RemoveWebService(ctx context.Context, in *RemoveWebServiceRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ServiceOperationEvent], error)
}
ServiceDeploymentServiceClient is the client API for ServiceDeploymentService 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.
Complete Service Deployment
func NewServiceDeploymentServiceClient ¶
func NewServiceDeploymentServiceClient(cc grpc.ClientConnInterface) ServiceDeploymentServiceClient
type ServiceDeploymentServiceServer ¶
type ServiceDeploymentServiceServer interface {
DeployWebService(*DeployWebServiceRequest, grpc.ServerStreamingServer[ServiceOperationEvent]) error
RemoveWebService(*RemoveWebServiceRequest, grpc.ServerStreamingServer[ServiceOperationEvent]) error
// contains filtered or unexported methods
}
ServiceDeploymentServiceServer is the server API for ServiceDeploymentService service. All implementations must embed UnimplementedServiceDeploymentServiceServer for forward compatibility.
Complete Service Deployment
type ServiceDeploymentService_DeployWebServiceClient ¶
type ServiceDeploymentService_DeployWebServiceClient = grpc.ServerStreamingClient[ServiceOperationEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ServiceDeploymentService_DeployWebServiceServer ¶
type ServiceDeploymentService_DeployWebServiceServer = grpc.ServerStreamingServer[ServiceOperationEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ServiceDeploymentService_RemoveWebServiceClient ¶
type ServiceDeploymentService_RemoveWebServiceClient = grpc.ServerStreamingClient[ServiceOperationEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ServiceDeploymentService_RemoveWebServiceServer ¶
type ServiceDeploymentService_RemoveWebServiceServer = grpc.ServerStreamingServer[ServiceOperationEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ServiceDiff ¶
type ServiceDiff struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Action DiffAction `protobuf:"varint,2,opt,name=action,proto3,enum=mandau.agent.v1.DiffAction" json:"action,omitempty"`
Changes []string `protobuf:"bytes,3,rep,name=changes,proto3" json:"changes,omitempty"`
// contains filtered or unexported fields
}
func (*ServiceDiff) Descriptor
deprecated
func (*ServiceDiff) Descriptor() ([]byte, []int)
Deprecated: Use ServiceDiff.ProtoReflect.Descriptor instead.
func (*ServiceDiff) GetAction ¶
func (x *ServiceDiff) GetAction() DiffAction
func (*ServiceDiff) GetChanges ¶
func (x *ServiceDiff) GetChanges() []string
func (*ServiceDiff) GetName ¶
func (x *ServiceDiff) GetName() string
func (*ServiceDiff) ProtoMessage ¶
func (*ServiceDiff) ProtoMessage()
func (*ServiceDiff) ProtoReflect ¶
func (x *ServiceDiff) ProtoReflect() protoreflect.Message
func (*ServiceDiff) Reset ¶
func (x *ServiceDiff) Reset()
func (*ServiceDiff) String ¶
func (x *ServiceDiff) String() string
type ServiceOperationEvent ¶
type ServiceOperationEvent struct {
OperationId string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
Progress int32 `protobuf:"varint,5,opt,name=progress,proto3" json:"progress,omitempty"`
Error string `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
ServiceOperationEvent - used for streaming service deployment operations
func (*ServiceOperationEvent) Descriptor
deprecated
func (*ServiceOperationEvent) Descriptor() ([]byte, []int)
Deprecated: Use ServiceOperationEvent.ProtoReflect.Descriptor instead.
func (*ServiceOperationEvent) GetError ¶
func (x *ServiceOperationEvent) GetError() string
func (*ServiceOperationEvent) GetMessage ¶
func (x *ServiceOperationEvent) GetMessage() string
func (*ServiceOperationEvent) GetOperationId ¶
func (x *ServiceOperationEvent) GetOperationId() string
func (*ServiceOperationEvent) GetProgress ¶
func (x *ServiceOperationEvent) GetProgress() int32
func (*ServiceOperationEvent) GetState ¶
func (x *ServiceOperationEvent) GetState() string
func (*ServiceOperationEvent) GetTimestamp ¶
func (x *ServiceOperationEvent) GetTimestamp() *timestamppb.Timestamp
func (*ServiceOperationEvent) ProtoMessage ¶
func (*ServiceOperationEvent) ProtoMessage()
func (*ServiceOperationEvent) ProtoReflect ¶
func (x *ServiceOperationEvent) ProtoReflect() protoreflect.Message
func (*ServiceOperationEvent) Reset ¶
func (x *ServiceOperationEvent) Reset()
func (*ServiceOperationEvent) String ¶
func (x *ServiceOperationEvent) String() string
type SetSysctlRequest ¶
type SetSysctlRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*SetSysctlRequest) Descriptor
deprecated
func (*SetSysctlRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetSysctlRequest.ProtoReflect.Descriptor instead.
func (*SetSysctlRequest) GetAgentId ¶
func (x *SetSysctlRequest) GetAgentId() string
func (*SetSysctlRequest) GetKey ¶
func (x *SetSysctlRequest) GetKey() string
func (*SetSysctlRequest) GetValue ¶
func (x *SetSysctlRequest) GetValue() string
func (*SetSysctlRequest) ProtoMessage ¶
func (*SetSysctlRequest) ProtoMessage()
func (*SetSysctlRequest) ProtoReflect ¶
func (x *SetSysctlRequest) ProtoReflect() protoreflect.Message
func (*SetSysctlRequest) Reset ¶
func (x *SetSysctlRequest) Reset()
func (*SetSysctlRequest) String ¶
func (x *SetSysctlRequest) String() string
type SetSysctlResponse ¶
type SetSysctlResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*SetSysctlResponse) Descriptor
deprecated
func (*SetSysctlResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetSysctlResponse.ProtoReflect.Descriptor instead.
func (*SetSysctlResponse) GetError ¶
func (x *SetSysctlResponse) GetError() string
func (*SetSysctlResponse) GetStatus ¶
func (x *SetSysctlResponse) GetStatus() string
func (*SetSysctlResponse) ProtoMessage ¶
func (*SetSysctlResponse) ProtoMessage()
func (*SetSysctlResponse) ProtoReflect ¶
func (x *SetSysctlResponse) ProtoReflect() protoreflect.Message
func (*SetSysctlResponse) Reset ¶
func (x *SetSysctlResponse) Reset()
func (*SetSysctlResponse) String ¶
func (x *SetSysctlResponse) String() string
type Stack ¶
type Stack struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
State StackState `protobuf:"varint,4,opt,name=state,proto3,enum=mandau.agent.v1.StackState" json:"state,omitempty"`
Containers []*Container `protobuf:"bytes,5,rep,name=containers,proto3" json:"containers,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
Labels map[string]string `` /* 139-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Stack) Descriptor
deprecated
func (*Stack) GetContainers ¶
func (*Stack) GetCreatedAt ¶
func (x *Stack) GetCreatedAt() *timestamppb.Timestamp
func (*Stack) GetState ¶
func (x *Stack) GetState() StackState
func (*Stack) GetUpdatedAt ¶
func (x *Stack) GetUpdatedAt() *timestamppb.Timestamp
func (*Stack) ProtoMessage ¶
func (*Stack) ProtoMessage()
func (*Stack) ProtoReflect ¶
func (x *Stack) ProtoReflect() protoreflect.Message
type StackServiceClient ¶
type StackServiceClient interface {
ListStacks(ctx context.Context, in *ListStacksRequest, opts ...grpc.CallOption) (*ListStacksResponse, error)
GetStack(ctx context.Context, in *GetStackRequest, opts ...grpc.CallOption) (*GetStackResponse, error)
ApplyStack(ctx context.Context, in *ApplyStackRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[OperationEvent], error)
RemoveStack(ctx context.Context, in *RemoveStackRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[OperationEvent], error)
DiffStack(ctx context.Context, in *DiffStackRequest, opts ...grpc.CallOption) (*DiffStackResponse, error)
GetStackLogs(ctx context.Context, in *GetStackLogsRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[LogEntry], error)
}
StackServiceClient is the client API for StackService 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.
Stack Management Service
func NewStackServiceClient ¶
func NewStackServiceClient(cc grpc.ClientConnInterface) StackServiceClient
type StackServiceServer ¶
type StackServiceServer interface {
ListStacks(context.Context, *ListStacksRequest) (*ListStacksResponse, error)
GetStack(context.Context, *GetStackRequest) (*GetStackResponse, error)
ApplyStack(*ApplyStackRequest, grpc.ServerStreamingServer[OperationEvent]) error
RemoveStack(*RemoveStackRequest, grpc.ServerStreamingServer[OperationEvent]) error
DiffStack(context.Context, *DiffStackRequest) (*DiffStackResponse, error)
GetStackLogs(*GetStackLogsRequest, grpc.ServerStreamingServer[LogEntry]) error
// contains filtered or unexported methods
}
StackServiceServer is the server API for StackService service. All implementations must embed UnimplementedStackServiceServer for forward compatibility.
Stack Management Service
type StackService_ApplyStackClient ¶
type StackService_ApplyStackClient = grpc.ServerStreamingClient[OperationEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type StackService_ApplyStackServer ¶
type StackService_ApplyStackServer = grpc.ServerStreamingServer[OperationEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type StackService_GetStackLogsClient ¶
type StackService_GetStackLogsClient = grpc.ServerStreamingClient[LogEntry]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type StackService_GetStackLogsServer ¶
type StackService_GetStackLogsServer = grpc.ServerStreamingServer[LogEntry]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type StackService_RemoveStackClient ¶
type StackService_RemoveStackClient = grpc.ServerStreamingClient[OperationEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type StackService_RemoveStackServer ¶
type StackService_RemoveStackServer = grpc.ServerStreamingServer[OperationEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type StackState ¶
type StackState int32
const ( StackState_STACK_STATE_UNKNOWN StackState = 0 StackState_STACK_STATE_RUNNING StackState = 1 StackState_STACK_STATE_STOPPED StackState = 2 StackState_STACK_STATE_ERROR StackState = 3 StackState_STACK_STATE_PARTIAL StackState = 4 )
func (StackState) Descriptor ¶
func (StackState) Descriptor() protoreflect.EnumDescriptor
func (StackState) Enum ¶
func (x StackState) Enum() *StackState
func (StackState) EnumDescriptor
deprecated
func (StackState) EnumDescriptor() ([]byte, []int)
Deprecated: Use StackState.Descriptor instead.
func (StackState) Number ¶
func (x StackState) Number() protoreflect.EnumNumber
func (StackState) String ¶
func (x StackState) String() string
func (StackState) Type ¶
func (StackState) Type() protoreflect.EnumType
type StartContainerRequest ¶
type StartContainerRequest struct {
ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
// contains filtered or unexported fields
}
func (*StartContainerRequest) Descriptor
deprecated
func (*StartContainerRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartContainerRequest.ProtoReflect.Descriptor instead.
func (*StartContainerRequest) GetContainerId ¶
func (x *StartContainerRequest) GetContainerId() string
func (*StartContainerRequest) ProtoMessage ¶
func (*StartContainerRequest) ProtoMessage()
func (*StartContainerRequest) ProtoReflect ¶
func (x *StartContainerRequest) ProtoReflect() protoreflect.Message
func (*StartContainerRequest) Reset ¶
func (x *StartContainerRequest) Reset()
func (*StartContainerRequest) String ¶
func (x *StartContainerRequest) String() string
type StartContainerResponse ¶
type StartContainerResponse struct {
// contains filtered or unexported fields
}
func (*StartContainerResponse) Descriptor
deprecated
func (*StartContainerResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartContainerResponse.ProtoReflect.Descriptor instead.
func (*StartContainerResponse) ProtoMessage ¶
func (*StartContainerResponse) ProtoMessage()
func (*StartContainerResponse) ProtoReflect ¶
func (x *StartContainerResponse) ProtoReflect() protoreflect.Message
func (*StartContainerResponse) Reset ¶
func (x *StartContainerResponse) Reset()
func (*StartContainerResponse) String ¶
func (x *StartContainerResponse) String() string
type StartServiceRequest ¶
type StartServiceRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*StartServiceRequest) Descriptor
deprecated
func (*StartServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartServiceRequest.ProtoReflect.Descriptor instead.
func (*StartServiceRequest) GetAgentId ¶
func (x *StartServiceRequest) GetAgentId() string
func (*StartServiceRequest) GetName ¶
func (x *StartServiceRequest) GetName() string
func (*StartServiceRequest) ProtoMessage ¶
func (*StartServiceRequest) ProtoMessage()
func (*StartServiceRequest) ProtoReflect ¶
func (x *StartServiceRequest) ProtoReflect() protoreflect.Message
func (*StartServiceRequest) Reset ¶
func (x *StartServiceRequest) Reset()
func (*StartServiceRequest) String ¶
func (x *StartServiceRequest) String() string
type StartServiceResponse ¶
type StartServiceResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*StartServiceResponse) Descriptor
deprecated
func (*StartServiceResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartServiceResponse.ProtoReflect.Descriptor instead.
func (*StartServiceResponse) GetError ¶
func (x *StartServiceResponse) GetError() string
func (*StartServiceResponse) GetStatus ¶
func (x *StartServiceResponse) GetStatus() string
func (*StartServiceResponse) ProtoMessage ¶
func (*StartServiceResponse) ProtoMessage()
func (*StartServiceResponse) ProtoReflect ¶
func (x *StartServiceResponse) ProtoReflect() protoreflect.Message
func (*StartServiceResponse) Reset ¶
func (x *StartServiceResponse) Reset()
func (*StartServiceResponse) String ¶
func (x *StartServiceResponse) String() string
type StopContainerRequest ¶
type StopContainerRequest struct {
ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
// contains filtered or unexported fields
}
func (*StopContainerRequest) Descriptor
deprecated
func (*StopContainerRequest) Descriptor() ([]byte, []int)
Deprecated: Use StopContainerRequest.ProtoReflect.Descriptor instead.
func (*StopContainerRequest) GetContainerId ¶
func (x *StopContainerRequest) GetContainerId() string
func (*StopContainerRequest) ProtoMessage ¶
func (*StopContainerRequest) ProtoMessage()
func (*StopContainerRequest) ProtoReflect ¶
func (x *StopContainerRequest) ProtoReflect() protoreflect.Message
func (*StopContainerRequest) Reset ¶
func (x *StopContainerRequest) Reset()
func (*StopContainerRequest) String ¶
func (x *StopContainerRequest) String() string
type StopContainerResponse ¶
type StopContainerResponse struct {
// contains filtered or unexported fields
}
func (*StopContainerResponse) Descriptor
deprecated
func (*StopContainerResponse) Descriptor() ([]byte, []int)
Deprecated: Use StopContainerResponse.ProtoReflect.Descriptor instead.
func (*StopContainerResponse) ProtoMessage ¶
func (*StopContainerResponse) ProtoMessage()
func (*StopContainerResponse) ProtoReflect ¶
func (x *StopContainerResponse) ProtoReflect() protoreflect.Message
func (*StopContainerResponse) Reset ¶
func (x *StopContainerResponse) Reset()
func (*StopContainerResponse) String ¶
func (x *StopContainerResponse) String() string
type StopServiceRequest ¶
type StopServiceRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*StopServiceRequest) Descriptor
deprecated
func (*StopServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use StopServiceRequest.ProtoReflect.Descriptor instead.
func (*StopServiceRequest) GetAgentId ¶
func (x *StopServiceRequest) GetAgentId() string
func (*StopServiceRequest) GetName ¶
func (x *StopServiceRequest) GetName() string
func (*StopServiceRequest) ProtoMessage ¶
func (*StopServiceRequest) ProtoMessage()
func (*StopServiceRequest) ProtoReflect ¶
func (x *StopServiceRequest) ProtoReflect() protoreflect.Message
func (*StopServiceRequest) Reset ¶
func (x *StopServiceRequest) Reset()
func (*StopServiceRequest) String ¶
func (x *StopServiceRequest) String() string
type StopServiceResponse ¶
type StopServiceResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*StopServiceResponse) Descriptor
deprecated
func (*StopServiceResponse) Descriptor() ([]byte, []int)
Deprecated: Use StopServiceResponse.ProtoReflect.Descriptor instead.
func (*StopServiceResponse) GetError ¶
func (x *StopServiceResponse) GetError() string
func (*StopServiceResponse) GetStatus ¶
func (x *StopServiceResponse) GetStatus() string
func (*StopServiceResponse) ProtoMessage ¶
func (*StopServiceResponse) ProtoMessage()
func (*StopServiceResponse) ProtoReflect ¶
func (x *StopServiceResponse) ProtoReflect() protoreflect.Message
func (*StopServiceResponse) Reset ¶
func (x *StopServiceResponse) Reset()
func (*StopServiceResponse) String ¶
func (x *StopServiceResponse) String() string
type StreamLogsRequest ¶
type StreamLogsRequest struct {
ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
// contains filtered or unexported fields
}
func (*StreamLogsRequest) Descriptor
deprecated
func (*StreamLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamLogsRequest.ProtoReflect.Descriptor instead.
func (*StreamLogsRequest) GetContainerId ¶
func (x *StreamLogsRequest) GetContainerId() string
func (*StreamLogsRequest) ProtoMessage ¶
func (*StreamLogsRequest) ProtoMessage()
func (*StreamLogsRequest) ProtoReflect ¶
func (x *StreamLogsRequest) ProtoReflect() protoreflect.Message
func (*StreamLogsRequest) Reset ¶
func (x *StreamLogsRequest) Reset()
func (*StreamLogsRequest) String ¶
func (x *StreamLogsRequest) String() string
type StreamOperationRequest ¶
type StreamOperationRequest struct {
OperationId string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
// contains filtered or unexported fields
}
func (*StreamOperationRequest) Descriptor
deprecated
func (*StreamOperationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamOperationRequest.ProtoReflect.Descriptor instead.
func (*StreamOperationRequest) GetOperationId ¶
func (x *StreamOperationRequest) GetOperationId() string
func (*StreamOperationRequest) ProtoMessage ¶
func (*StreamOperationRequest) ProtoMessage()
func (*StreamOperationRequest) ProtoReflect ¶
func (x *StreamOperationRequest) ProtoReflect() protoreflect.Message
func (*StreamOperationRequest) Reset ¶
func (x *StreamOperationRequest) Reset()
func (*StreamOperationRequest) String ¶
func (x *StreamOperationRequest) String() string
type SystemdServiceClient ¶
type SystemdServiceClient interface {
CreateService(ctx context.Context, in *CreateServiceRequest, opts ...grpc.CallOption) (*CreateServiceResponse, error)
EnableService(ctx context.Context, in *EnableServiceRequest, opts ...grpc.CallOption) (*EnableServiceResponse, error)
DisableService(ctx context.Context, in *DisableServiceRequest, opts ...grpc.CallOption) (*DisableServiceResponse, error)
StartService(ctx context.Context, in *StartServiceRequest, opts ...grpc.CallOption) (*StartServiceResponse, error)
StopService(ctx context.Context, in *StopServiceRequest, opts ...grpc.CallOption) (*StopServiceResponse, error)
RestartService(ctx context.Context, in *RestartServiceRequest, opts ...grpc.CallOption) (*RestartServiceResponse, error)
GetServiceStatus(ctx context.Context, in *GetServiceStatusRequest, opts ...grpc.CallOption) (*GetServiceStatusResponse, error)
ListServices(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error)
}
SystemdServiceClient is the client API for SystemdService 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.
Systemd Service Management
func NewSystemdServiceClient ¶
func NewSystemdServiceClient(cc grpc.ClientConnInterface) SystemdServiceClient
type SystemdServiceServer ¶
type SystemdServiceServer interface {
CreateService(context.Context, *CreateServiceRequest) (*CreateServiceResponse, error)
EnableService(context.Context, *EnableServiceRequest) (*EnableServiceResponse, error)
DisableService(context.Context, *DisableServiceRequest) (*DisableServiceResponse, error)
StartService(context.Context, *StartServiceRequest) (*StartServiceResponse, error)
StopService(context.Context, *StopServiceRequest) (*StopServiceResponse, error)
RestartService(context.Context, *RestartServiceRequest) (*RestartServiceResponse, error)
GetServiceStatus(context.Context, *GetServiceStatusRequest) (*GetServiceStatusResponse, error)
ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error)
// contains filtered or unexported methods
}
SystemdServiceServer is the server API for SystemdService service. All implementations must embed UnimplementedSystemdServiceServer for forward compatibility.
Systemd Service Management
type UnimplementedACMEServiceServer ¶
type UnimplementedACMEServiceServer struct{}
UnimplementedACMEServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedACMEServiceServer) ListCertificates ¶
func (UnimplementedACMEServiceServer) ListCertificates(context.Context, *ListCertificatesRequest) (*ListCertificatesResponse, error)
func (UnimplementedACMEServiceServer) ObtainCertificate ¶
func (UnimplementedACMEServiceServer) ObtainCertificate(context.Context, *ObtainCertificateRequest) (*ObtainCertificateResponse, error)
func (UnimplementedACMEServiceServer) RenewAll ¶
func (UnimplementedACMEServiceServer) RenewAll(context.Context, *RenewAllCertificatesRequest) (*RenewAllCertificatesResponse, error)
func (UnimplementedACMEServiceServer) RenewCertificate ¶
func (UnimplementedACMEServiceServer) RenewCertificate(context.Context, *RenewCertificateRequest) (*RenewCertificateResponse, error)
func (UnimplementedACMEServiceServer) RevokeCertificate ¶
func (UnimplementedACMEServiceServer) RevokeCertificate(context.Context, *RevokeCertificateRequest) (*RevokeCertificateResponse, error)
type UnimplementedAgentServiceServer ¶
type UnimplementedAgentServiceServer struct{}
UnimplementedAgentServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedAgentServiceServer) GetCapabilities ¶
func (UnimplementedAgentServiceServer) GetCapabilities(context.Context, *CapabilitiesRequest) (*CapabilitiesResponse, error)
func (UnimplementedAgentServiceServer) GetHealth ¶
func (UnimplementedAgentServiceServer) GetHealth(context.Context, *HealthRequest) (*HealthResponse, error)
func (UnimplementedAgentServiceServer) Heartbeat ¶
func (UnimplementedAgentServiceServer) Heartbeat(context.Context, *HeartbeatRequest) (*HeartbeatResponse, error)
func (UnimplementedAgentServiceServer) Register ¶
func (UnimplementedAgentServiceServer) Register(context.Context, *RegisterRequest) (*RegisterResponse, error)
type UnimplementedContainerServiceServer ¶
type UnimplementedContainerServiceServer struct{}
UnimplementedContainerServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedContainerServiceServer) GetStats ¶
func (UnimplementedContainerServiceServer) GetStats(*GetStatsRequest, grpc.ServerStreamingServer[ContainerStats]) error
func (UnimplementedContainerServiceServer) InspectContainer ¶
func (UnimplementedContainerServiceServer) InspectContainer(context.Context, *InspectContainerRequest) (*InspectContainerResponse, error)
func (UnimplementedContainerServiceServer) ListContainers ¶
func (UnimplementedContainerServiceServer) ListContainers(context.Context, *ListContainersRequest) (*ListContainersResponse, error)
func (UnimplementedContainerServiceServer) RestartContainer ¶
func (UnimplementedContainerServiceServer) RestartContainer(context.Context, *RestartContainerRequest) (*RestartContainerResponse, error)
func (UnimplementedContainerServiceServer) StartContainer ¶
func (UnimplementedContainerServiceServer) StartContainer(context.Context, *StartContainerRequest) (*StartContainerResponse, error)
func (UnimplementedContainerServiceServer) StopContainer ¶
func (UnimplementedContainerServiceServer) StopContainer(context.Context, *StopContainerRequest) (*StopContainerResponse, error)
func (UnimplementedContainerServiceServer) StreamLogs ¶
func (UnimplementedContainerServiceServer) StreamLogs(*StreamLogsRequest, grpc.ServerStreamingServer[LogEntry]) error
type UnimplementedCoreServiceServer ¶
type UnimplementedCoreServiceServer struct{}
UnimplementedCoreServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedCoreServiceServer) Heartbeat ¶
func (UnimplementedCoreServiceServer) Heartbeat(context.Context, *HeartbeatRequest) (*HeartbeatResponse, error)
func (UnimplementedCoreServiceServer) ListAgents ¶
func (UnimplementedCoreServiceServer) ListAgents(context.Context, *ListAgentsRequest) (*ListAgentsResponse, error)
func (UnimplementedCoreServiceServer) RegisterAgent ¶
func (UnimplementedCoreServiceServer) RegisterAgent(context.Context, *RegisterRequest) (*RegisterResponse, error)
type UnimplementedFilesystemServiceServer ¶
type UnimplementedFilesystemServiceServer struct{}
UnimplementedFilesystemServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFilesystemServiceServer) CreateDirectory ¶
func (UnimplementedFilesystemServiceServer) CreateDirectory(context.Context, *CreateDirectoryRequest) (*CreateDirectoryResponse, error)
func (UnimplementedFilesystemServiceServer) DeleteFile ¶
func (UnimplementedFilesystemServiceServer) DeleteFile(context.Context, *DeleteFileRequest) (*DeleteFileResponse, error)
func (UnimplementedFilesystemServiceServer) ListFiles ¶
func (UnimplementedFilesystemServiceServer) ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
func (UnimplementedFilesystemServiceServer) ReadFile ¶
func (UnimplementedFilesystemServiceServer) ReadFile(context.Context, *ReadFileRequest) (*ReadFileResponse, error)
func (UnimplementedFilesystemServiceServer) WriteFile ¶
func (UnimplementedFilesystemServiceServer) WriteFile(context.Context, *WriteFileRequest) (*WriteFileResponse, error)
type UnimplementedFirewallServiceServer ¶
type UnimplementedFirewallServiceServer struct{}
UnimplementedFirewallServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFirewallServiceServer) AddRule ¶
func (UnimplementedFirewallServiceServer) AddRule(context.Context, *AddFirewallRuleRequest) (*AddFirewallRuleResponse, error)
func (UnimplementedFirewallServiceServer) AllowPort ¶
func (UnimplementedFirewallServiceServer) AllowPort(context.Context, *AllowPortRequest) (*AllowPortResponse, error)
func (UnimplementedFirewallServiceServer) DeleteRule ¶
func (UnimplementedFirewallServiceServer) DeleteRule(context.Context, *DeleteFirewallRuleRequest) (*DeleteFirewallRuleResponse, error)
func (UnimplementedFirewallServiceServer) DenyPort ¶
func (UnimplementedFirewallServiceServer) DenyPort(context.Context, *DenyPortRequest) (*DenyPortResponse, error)
func (UnimplementedFirewallServiceServer) Disable ¶
func (UnimplementedFirewallServiceServer) Disable(context.Context, *DisableFirewallRequest) (*DisableFirewallResponse, error)
func (UnimplementedFirewallServiceServer) Enable ¶
func (UnimplementedFirewallServiceServer) Enable(context.Context, *EnableFirewallRequest) (*EnableFirewallResponse, error)
func (UnimplementedFirewallServiceServer) ListRules ¶
func (UnimplementedFirewallServiceServer) ListRules(context.Context, *ListFirewallRulesRequest) (*ListFirewallRulesResponse, error)
type UnimplementedHostEnvironmentServiceServer ¶
type UnimplementedHostEnvironmentServiceServer struct{}
UnimplementedHostEnvironmentServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedHostEnvironmentServiceServer) GetHostInfo ¶
func (UnimplementedHostEnvironmentServiceServer) GetHostInfo(context.Context, *GetHostInfoRequest) (*GetHostInfoResponse, error)
func (UnimplementedHostEnvironmentServiceServer) GetSysctl ¶
func (UnimplementedHostEnvironmentServiceServer) GetSysctl(context.Context, *GetSysctlRequest) (*GetSysctlResponse, error)
func (UnimplementedHostEnvironmentServiceServer) InstallPackage ¶
func (UnimplementedHostEnvironmentServiceServer) InstallPackage(context.Context, *InstallPackageRequest) (*InstallPackageResponse, error)
func (UnimplementedHostEnvironmentServiceServer) ListPackages ¶
func (UnimplementedHostEnvironmentServiceServer) ListPackages(context.Context, *ListPackagesRequest) (*ListPackagesResponse, error)
func (UnimplementedHostEnvironmentServiceServer) RemovePackage ¶
func (UnimplementedHostEnvironmentServiceServer) RemovePackage(context.Context, *RemovePackageRequest) (*RemovePackageResponse, error)
func (UnimplementedHostEnvironmentServiceServer) SetSysctl ¶
func (UnimplementedHostEnvironmentServiceServer) SetSysctl(context.Context, *SetSysctlRequest) (*SetSysctlResponse, error)
func (UnimplementedHostEnvironmentServiceServer) UpdatePackages ¶
func (UnimplementedHostEnvironmentServiceServer) UpdatePackages(context.Context, *UpdatePackagesRequest) (*UpdatePackagesResponse, error)
type UnimplementedNginxServiceServer ¶
type UnimplementedNginxServiceServer struct{}
UnimplementedNginxServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedNginxServiceServer) CreateLoadBalancer ¶
func (UnimplementedNginxServiceServer) CreateLoadBalancer(context.Context, *CreateLoadBalancerRequest) (*CreateLoadBalancerResponse, error)
func (UnimplementedNginxServiceServer) CreateReverseProxy ¶
func (UnimplementedNginxServiceServer) CreateReverseProxy(context.Context, *CreateReverseProxyRequest) (*CreateReverseProxyResponse, error)
func (UnimplementedNginxServiceServer) CreateVirtualHost ¶
func (UnimplementedNginxServiceServer) CreateVirtualHost(context.Context, *CreateVirtualHostRequest) (*CreateVirtualHostResponse, error)
func (UnimplementedNginxServiceServer) DeleteVirtualHost ¶
func (UnimplementedNginxServiceServer) DeleteVirtualHost(context.Context, *DeleteVirtualHostRequest) (*DeleteVirtualHostResponse, error)
func (UnimplementedNginxServiceServer) DisableVirtualHost ¶
func (UnimplementedNginxServiceServer) DisableVirtualHost(context.Context, *DisableVirtualHostRequest) (*DisableVirtualHostResponse, error)
func (UnimplementedNginxServiceServer) EnableVirtualHost ¶
func (UnimplementedNginxServiceServer) EnableVirtualHost(context.Context, *EnableVirtualHostRequest) (*EnableVirtualHostResponse, error)
func (UnimplementedNginxServiceServer) ListVirtualHosts ¶
func (UnimplementedNginxServiceServer) ListVirtualHosts(context.Context, *ListVirtualHostsRequest) (*ListVirtualHostsResponse, error)
type UnimplementedOperationsServiceServer ¶
type UnimplementedOperationsServiceServer struct{}
UnimplementedOperationsServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedOperationsServiceServer) CancelOperation ¶
func (UnimplementedOperationsServiceServer) CancelOperation(context.Context, *CancelOperationRequest) (*CancelOperationResponse, error)
func (UnimplementedOperationsServiceServer) GetOperation ¶
func (UnimplementedOperationsServiceServer) GetOperation(context.Context, *GetOperationRequest) (*Operation, error)
func (UnimplementedOperationsServiceServer) ListOperations ¶
func (UnimplementedOperationsServiceServer) ListOperations(context.Context, *ListOperationsRequest) (*ListOperationsResponse, error)
func (UnimplementedOperationsServiceServer) StreamOperation ¶
func (UnimplementedOperationsServiceServer) StreamOperation(*StreamOperationRequest, grpc.ServerStreamingServer[OperationEvent]) error
type UnimplementedServiceDeploymentServiceServer ¶
type UnimplementedServiceDeploymentServiceServer struct{}
UnimplementedServiceDeploymentServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedServiceDeploymentServiceServer) DeployWebService ¶
func (UnimplementedServiceDeploymentServiceServer) DeployWebService(*DeployWebServiceRequest, grpc.ServerStreamingServer[ServiceOperationEvent]) error
func (UnimplementedServiceDeploymentServiceServer) RemoveWebService ¶
func (UnimplementedServiceDeploymentServiceServer) RemoveWebService(*RemoveWebServiceRequest, grpc.ServerStreamingServer[ServiceOperationEvent]) error
type UnimplementedStackServiceServer ¶
type UnimplementedStackServiceServer struct{}
UnimplementedStackServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedStackServiceServer) ApplyStack ¶
func (UnimplementedStackServiceServer) ApplyStack(*ApplyStackRequest, grpc.ServerStreamingServer[OperationEvent]) error
func (UnimplementedStackServiceServer) DiffStack ¶
func (UnimplementedStackServiceServer) DiffStack(context.Context, *DiffStackRequest) (*DiffStackResponse, error)
func (UnimplementedStackServiceServer) GetStack ¶
func (UnimplementedStackServiceServer) GetStack(context.Context, *GetStackRequest) (*GetStackResponse, error)
func (UnimplementedStackServiceServer) GetStackLogs ¶
func (UnimplementedStackServiceServer) GetStackLogs(*GetStackLogsRequest, grpc.ServerStreamingServer[LogEntry]) error
func (UnimplementedStackServiceServer) ListStacks ¶
func (UnimplementedStackServiceServer) ListStacks(context.Context, *ListStacksRequest) (*ListStacksResponse, error)
func (UnimplementedStackServiceServer) RemoveStack ¶
func (UnimplementedStackServiceServer) RemoveStack(*RemoveStackRequest, grpc.ServerStreamingServer[OperationEvent]) error
type UnimplementedSystemdServiceServer ¶
type UnimplementedSystemdServiceServer struct{}
UnimplementedSystemdServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedSystemdServiceServer) CreateService ¶
func (UnimplementedSystemdServiceServer) CreateService(context.Context, *CreateServiceRequest) (*CreateServiceResponse, error)
func (UnimplementedSystemdServiceServer) DisableService ¶
func (UnimplementedSystemdServiceServer) DisableService(context.Context, *DisableServiceRequest) (*DisableServiceResponse, error)
func (UnimplementedSystemdServiceServer) EnableService ¶
func (UnimplementedSystemdServiceServer) EnableService(context.Context, *EnableServiceRequest) (*EnableServiceResponse, error)
func (UnimplementedSystemdServiceServer) GetServiceStatus ¶
func (UnimplementedSystemdServiceServer) GetServiceStatus(context.Context, *GetServiceStatusRequest) (*GetServiceStatusResponse, error)
func (UnimplementedSystemdServiceServer) ListServices ¶
func (UnimplementedSystemdServiceServer) ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error)
func (UnimplementedSystemdServiceServer) RestartService ¶
func (UnimplementedSystemdServiceServer) RestartService(context.Context, *RestartServiceRequest) (*RestartServiceResponse, error)
func (UnimplementedSystemdServiceServer) StartService ¶
func (UnimplementedSystemdServiceServer) StartService(context.Context, *StartServiceRequest) (*StartServiceResponse, error)
func (UnimplementedSystemdServiceServer) StopService ¶
func (UnimplementedSystemdServiceServer) StopService(context.Context, *StopServiceRequest) (*StopServiceResponse, error)
type UnsafeACMEServiceServer ¶
type UnsafeACMEServiceServer interface {
// contains filtered or unexported methods
}
UnsafeACMEServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ACMEServiceServer will result in compilation errors.
type UnsafeAgentServiceServer ¶
type UnsafeAgentServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAgentServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AgentServiceServer will result in compilation errors.
type UnsafeContainerServiceServer ¶
type UnsafeContainerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeContainerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ContainerServiceServer will result in compilation errors.
type UnsafeCoreServiceServer ¶
type UnsafeCoreServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCoreServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CoreServiceServer will result in compilation errors.
type UnsafeFilesystemServiceServer ¶
type UnsafeFilesystemServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFilesystemServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FilesystemServiceServer will result in compilation errors.
type UnsafeFirewallServiceServer ¶
type UnsafeFirewallServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFirewallServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FirewallServiceServer will result in compilation errors.
type UnsafeHostEnvironmentServiceServer ¶
type UnsafeHostEnvironmentServiceServer interface {
// contains filtered or unexported methods
}
UnsafeHostEnvironmentServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to HostEnvironmentServiceServer will result in compilation errors.
type UnsafeNginxServiceServer ¶
type UnsafeNginxServiceServer interface {
// contains filtered or unexported methods
}
UnsafeNginxServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NginxServiceServer will result in compilation errors.
type UnsafeOperationsServiceServer ¶
type UnsafeOperationsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeOperationsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OperationsServiceServer will result in compilation errors.
type UnsafeServiceDeploymentServiceServer ¶
type UnsafeServiceDeploymentServiceServer interface {
// contains filtered or unexported methods
}
UnsafeServiceDeploymentServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ServiceDeploymentServiceServer will result in compilation errors.
type UnsafeStackServiceServer ¶
type UnsafeStackServiceServer interface {
// contains filtered or unexported methods
}
UnsafeStackServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to StackServiceServer will result in compilation errors.
type UnsafeSystemdServiceServer ¶
type UnsafeSystemdServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSystemdServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SystemdServiceServer will result in compilation errors.
type UpdatePackagesRequest ¶
type UpdatePackagesRequest struct {
AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
// contains filtered or unexported fields
}
func (*UpdatePackagesRequest) Descriptor
deprecated
func (*UpdatePackagesRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePackagesRequest.ProtoReflect.Descriptor instead.
func (*UpdatePackagesRequest) GetAgentId ¶
func (x *UpdatePackagesRequest) GetAgentId() string
func (*UpdatePackagesRequest) ProtoMessage ¶
func (*UpdatePackagesRequest) ProtoMessage()
func (*UpdatePackagesRequest) ProtoReflect ¶
func (x *UpdatePackagesRequest) ProtoReflect() protoreflect.Message
func (*UpdatePackagesRequest) Reset ¶
func (x *UpdatePackagesRequest) Reset()
func (*UpdatePackagesRequest) String ¶
func (x *UpdatePackagesRequest) String() string
type UpdatePackagesResponse ¶
type UpdatePackagesResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*UpdatePackagesResponse) Descriptor
deprecated
func (*UpdatePackagesResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePackagesResponse.ProtoReflect.Descriptor instead.
func (*UpdatePackagesResponse) GetError ¶
func (x *UpdatePackagesResponse) GetError() string
func (*UpdatePackagesResponse) GetStatus ¶
func (x *UpdatePackagesResponse) GetStatus() string
func (*UpdatePackagesResponse) ProtoMessage ¶
func (*UpdatePackagesResponse) ProtoMessage()
func (*UpdatePackagesResponse) ProtoReflect ¶
func (x *UpdatePackagesResponse) ProtoReflect() protoreflect.Message
func (*UpdatePackagesResponse) Reset ¶
func (x *UpdatePackagesResponse) Reset()
func (*UpdatePackagesResponse) String ¶
func (x *UpdatePackagesResponse) String() string
type WriteFileRequest ¶
type WriteFileRequest struct {
StackName string `protobuf:"bytes,1,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
Content []byte `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
Mode uint32 `protobuf:"varint,4,opt,name=mode,proto3" json:"mode,omitempty"`
// contains filtered or unexported fields
}
func (*WriteFileRequest) Descriptor
deprecated
func (*WriteFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use WriteFileRequest.ProtoReflect.Descriptor instead.
func (*WriteFileRequest) GetContent ¶
func (x *WriteFileRequest) GetContent() []byte
func (*WriteFileRequest) GetMode ¶
func (x *WriteFileRequest) GetMode() uint32
func (*WriteFileRequest) GetPath ¶
func (x *WriteFileRequest) GetPath() string
func (*WriteFileRequest) GetStackName ¶
func (x *WriteFileRequest) GetStackName() string
func (*WriteFileRequest) ProtoMessage ¶
func (*WriteFileRequest) ProtoMessage()
func (*WriteFileRequest) ProtoReflect ¶
func (x *WriteFileRequest) ProtoReflect() protoreflect.Message
func (*WriteFileRequest) Reset ¶
func (x *WriteFileRequest) Reset()
func (*WriteFileRequest) String ¶
func (x *WriteFileRequest) String() string
type WriteFileResponse ¶
type WriteFileResponse struct {
// contains filtered or unexported fields
}
func (*WriteFileResponse) Descriptor
deprecated
func (*WriteFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use WriteFileResponse.ProtoReflect.Descriptor instead.
func (*WriteFileResponse) ProtoMessage ¶
func (*WriteFileResponse) ProtoMessage()
func (*WriteFileResponse) ProtoReflect ¶
func (x *WriteFileResponse) ProtoReflect() protoreflect.Message
func (*WriteFileResponse) Reset ¶
func (x *WriteFileResponse) Reset()
func (*WriteFileResponse) String ¶
func (x *WriteFileResponse) String() string