Documentation ¶
Index ¶
- Variables
- func RegisterApplicationServiceServer(s *grpc.Server, srv ApplicationServiceServer)
- func RegisterHnsServiceServer(s *grpc.Server, srv HnsServiceServer)
- func RegisterHostServiceServer(s *grpc.Server, srv HostServiceServer)
- func RegisterNetworkServiceServer(s *grpc.Server, srv NetworkServiceServer)
- func RegisterProcessServiceServer(s *grpc.Server, srv ProcessServiceServer)
- func RegisterRouteServiceServer(s *grpc.Server, srv RouteServiceServer)
- type ApplicationInfo
- func (*ApplicationInfo) Descriptor() ([]byte, []int)
- func (m *ApplicationInfo) GetChecksum() string
- func (m *ApplicationInfo) GetCommit() string
- func (m *ApplicationInfo) GetVersion() string
- func (m *ApplicationInfo) Marshal() (dAtA []byte, err error)
- func (m *ApplicationInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationInfo) ProtoMessage()
- func (m *ApplicationInfo) Reset()
- func (m *ApplicationInfo) Size() (n int)
- func (m *ApplicationInfo) String() string
- func (m *ApplicationInfo) Unmarshal(dAtA []byte) error
- func (m *ApplicationInfo) XXX_DiscardUnknown()
- func (m *ApplicationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationInfo) XXX_Merge(src proto.Message)
- func (m *ApplicationInfo) XXX_Size() int
- func (m *ApplicationInfo) XXX_Unmarshal(b []byte) error
- type ApplicationInfoResponse
- func (*ApplicationInfoResponse) Descriptor() ([]byte, []int)
- func (m *ApplicationInfoResponse) GetInfo() *ApplicationInfo
- func (m *ApplicationInfoResponse) Marshal() (dAtA []byte, err error)
- func (m *ApplicationInfoResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationInfoResponse) ProtoMessage()
- func (m *ApplicationInfoResponse) Reset()
- func (m *ApplicationInfoResponse) Size() (n int)
- func (m *ApplicationInfoResponse) String() string
- func (m *ApplicationInfoResponse) Unmarshal(dAtA []byte) error
- func (m *ApplicationInfoResponse) XXX_DiscardUnknown()
- func (m *ApplicationInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationInfoResponse) XXX_Merge(src proto.Message)
- func (m *ApplicationInfoResponse) XXX_Size() int
- func (m *ApplicationInfoResponse) XXX_Unmarshal(b []byte) error
- type ApplicationServiceClient
- type ApplicationServiceServer
- type HnsGetNetworkRequest
- func (*HnsGetNetworkRequest) Descriptor() ([]byte, []int)
- func (m *HnsGetNetworkRequest) GetAddress() string
- func (m *HnsGetNetworkRequest) GetName() string
- func (m *HnsGetNetworkRequest) GetOptions() isHnsGetNetworkRequest_Options
- func (m *HnsGetNetworkRequest) Marshal() (dAtA []byte, err error)
- func (m *HnsGetNetworkRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *HnsGetNetworkRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HnsGetNetworkRequest) ProtoMessage()
- func (m *HnsGetNetworkRequest) Reset()
- func (m *HnsGetNetworkRequest) Size() (n int)
- func (m *HnsGetNetworkRequest) String() string
- func (m *HnsGetNetworkRequest) Unmarshal(dAtA []byte) error
- func (m *HnsGetNetworkRequest) XXX_DiscardUnknown()
- func (m *HnsGetNetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HnsGetNetworkRequest) XXX_Merge(src proto.Message)
- func (*HnsGetNetworkRequest) XXX_OneofWrappers() []interface{}
- func (m *HnsGetNetworkRequest) XXX_Size() int
- func (m *HnsGetNetworkRequest) XXX_Unmarshal(b []byte) error
- type HnsGetNetworkRequest_Address
- type HnsGetNetworkRequest_Name
- type HnsGetNetworkResponse
- func (*HnsGetNetworkResponse) Descriptor() ([]byte, []int)
- func (m *HnsGetNetworkResponse) GetData() *HnsNetwork
- func (m *HnsGetNetworkResponse) Marshal() (dAtA []byte, err error)
- func (m *HnsGetNetworkResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *HnsGetNetworkResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HnsGetNetworkResponse) ProtoMessage()
- func (m *HnsGetNetworkResponse) Reset()
- func (m *HnsGetNetworkResponse) Size() (n int)
- func (m *HnsGetNetworkResponse) String() string
- func (m *HnsGetNetworkResponse) Unmarshal(dAtA []byte) error
- func (m *HnsGetNetworkResponse) XXX_DiscardUnknown()
- func (m *HnsGetNetworkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HnsGetNetworkResponse) XXX_Merge(src proto.Message)
- func (m *HnsGetNetworkResponse) XXX_Size() int
- func (m *HnsGetNetworkResponse) XXX_Unmarshal(b []byte) error
- type HnsNetwork
- func (*HnsNetwork) Descriptor() ([]byte, []int)
- func (m *HnsNetwork) GetID() string
- func (m *HnsNetwork) GetManagementIP() string
- func (m *HnsNetwork) GetSubnets() []*HnsNetworkSubnet
- func (m *HnsNetwork) GetType() string
- func (m *HnsNetwork) Marshal() (dAtA []byte, err error)
- func (m *HnsNetwork) MarshalTo(dAtA []byte) (int, error)
- func (m *HnsNetwork) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HnsNetwork) ProtoMessage()
- func (m *HnsNetwork) Reset()
- func (m *HnsNetwork) Size() (n int)
- func (m *HnsNetwork) String() string
- func (m *HnsNetwork) Unmarshal(dAtA []byte) error
- func (m *HnsNetwork) XXX_DiscardUnknown()
- func (m *HnsNetwork) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HnsNetwork) XXX_Merge(src proto.Message)
- func (m *HnsNetwork) XXX_Size() int
- func (m *HnsNetwork) XXX_Unmarshal(b []byte) error
- type HnsNetworkSubnet
- func (*HnsNetworkSubnet) Descriptor() ([]byte, []int)
- func (m *HnsNetworkSubnet) GetAddressCIDR() string
- func (m *HnsNetworkSubnet) GetGatewayAddress() string
- func (m *HnsNetworkSubnet) Marshal() (dAtA []byte, err error)
- func (m *HnsNetworkSubnet) MarshalTo(dAtA []byte) (int, error)
- func (m *HnsNetworkSubnet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HnsNetworkSubnet) ProtoMessage()
- func (m *HnsNetworkSubnet) Reset()
- func (m *HnsNetworkSubnet) Size() (n int)
- func (m *HnsNetworkSubnet) String() string
- func (m *HnsNetworkSubnet) Unmarshal(dAtA []byte) error
- func (m *HnsNetworkSubnet) XXX_DiscardUnknown()
- func (m *HnsNetworkSubnet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HnsNetworkSubnet) XXX_Merge(src proto.Message)
- func (m *HnsNetworkSubnet) XXX_Size() int
- func (m *HnsNetworkSubnet) XXX_Unmarshal(b []byte) error
- type HnsServiceClient
- type HnsServiceServer
- type HostGetVersionResponse
- func (*HostGetVersionResponse) Descriptor() ([]byte, []int)
- func (m *HostGetVersionResponse) GetData() *HostVersion
- func (m *HostGetVersionResponse) Marshal() (dAtA []byte, err error)
- func (m *HostGetVersionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *HostGetVersionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HostGetVersionResponse) ProtoMessage()
- func (m *HostGetVersionResponse) Reset()
- func (m *HostGetVersionResponse) Size() (n int)
- func (m *HostGetVersionResponse) String() string
- func (m *HostGetVersionResponse) Unmarshal(dAtA []byte) error
- func (m *HostGetVersionResponse) XXX_DiscardUnknown()
- func (m *HostGetVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HostGetVersionResponse) XXX_Merge(src proto.Message)
- func (m *HostGetVersionResponse) XXX_Size() int
- func (m *HostGetVersionResponse) XXX_Unmarshal(b []byte) error
- type HostServiceClient
- type HostServiceServer
- type HostVersion
- func (*HostVersion) Descriptor() ([]byte, []int)
- func (m *HostVersion) GetBuildLabEx() string
- func (m *HostVersion) GetCurrentBuild() string
- func (m *HostVersion) GetCurrentBuildNumber() string
- func (m *HostVersion) GetCurrentMajorVersionNumber() string
- func (m *HostVersion) GetCurrentMinorVersionNumber() string
- func (m *HostVersion) GetReleaseId() string
- func (m *HostVersion) GetUBR() string
- func (m *HostVersion) Marshal() (dAtA []byte, err error)
- func (m *HostVersion) MarshalTo(dAtA []byte) (int, error)
- func (m *HostVersion) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HostVersion) ProtoMessage()
- func (m *HostVersion) Reset()
- func (m *HostVersion) Size() (n int)
- func (m *HostVersion) String() string
- func (m *HostVersion) Unmarshal(dAtA []byte) error
- func (m *HostVersion) XXX_DiscardUnknown()
- func (m *HostVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HostVersion) XXX_Merge(src proto.Message)
- func (m *HostVersion) XXX_Size() int
- func (m *HostVersion) XXX_Unmarshal(b []byte) error
- type NetworkAdapter
- func (*NetworkAdapter) Descriptor() ([]byte, []int)
- func (m *NetworkAdapter) GetAddressCIDR() string
- func (m *NetworkAdapter) GetGatewayAddress() string
- func (m *NetworkAdapter) GetHostName() string
- func (m *NetworkAdapter) GetInterfaceIndex() string
- func (m *NetworkAdapter) GetSubnetCIDR() string
- func (m *NetworkAdapter) Marshal() (dAtA []byte, err error)
- func (m *NetworkAdapter) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkAdapter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkAdapter) ProtoMessage()
- func (m *NetworkAdapter) Reset()
- func (m *NetworkAdapter) Size() (n int)
- func (m *NetworkAdapter) String() string
- func (m *NetworkAdapter) Unmarshal(dAtA []byte) error
- func (m *NetworkAdapter) XXX_DiscardUnknown()
- func (m *NetworkAdapter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkAdapter) XXX_Merge(src proto.Message)
- func (m *NetworkAdapter) XXX_Size() int
- func (m *NetworkAdapter) XXX_Unmarshal(b []byte) error
- type NetworkGetRequest
- func (*NetworkGetRequest) Descriptor() ([]byte, []int)
- func (m *NetworkGetRequest) GetAddress() string
- func (m *NetworkGetRequest) GetName() string
- func (m *NetworkGetRequest) GetOptions() isNetworkGetRequest_Options
- func (m *NetworkGetRequest) Marshal() (dAtA []byte, err error)
- func (m *NetworkGetRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkGetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkGetRequest) ProtoMessage()
- func (m *NetworkGetRequest) Reset()
- func (m *NetworkGetRequest) Size() (n int)
- func (m *NetworkGetRequest) String() string
- func (m *NetworkGetRequest) Unmarshal(dAtA []byte) error
- func (m *NetworkGetRequest) XXX_DiscardUnknown()
- func (m *NetworkGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkGetRequest) XXX_Merge(src proto.Message)
- func (*NetworkGetRequest) XXX_OneofWrappers() []interface{}
- func (m *NetworkGetRequest) XXX_Size() int
- func (m *NetworkGetRequest) XXX_Unmarshal(b []byte) error
- type NetworkGetRequest_Address
- type NetworkGetRequest_Name
- type NetworkGetResponse
- func (*NetworkGetResponse) Descriptor() ([]byte, []int)
- func (m *NetworkGetResponse) GetData() *NetworkAdapter
- func (m *NetworkGetResponse) Marshal() (dAtA []byte, err error)
- func (m *NetworkGetResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkGetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkGetResponse) ProtoMessage()
- func (m *NetworkGetResponse) Reset()
- func (m *NetworkGetResponse) Size() (n int)
- func (m *NetworkGetResponse) String() string
- func (m *NetworkGetResponse) Unmarshal(dAtA []byte) error
- func (m *NetworkGetResponse) XXX_DiscardUnknown()
- func (m *NetworkGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkGetResponse) XXX_Merge(src proto.Message)
- func (m *NetworkGetResponse) XXX_Size() int
- func (m *NetworkGetResponse) XXX_Unmarshal(b []byte) error
- type NetworkServiceClient
- type NetworkServiceServer
- type ProcessExpose
- func (*ProcessExpose) Descriptor() ([]byte, []int)
- func (m *ProcessExpose) GetPort() int32
- func (m *ProcessExpose) GetProtocol() RunExposeProtocol
- func (m *ProcessExpose) Marshal() (dAtA []byte, err error)
- func (m *ProcessExpose) MarshalTo(dAtA []byte) (int, error)
- func (m *ProcessExpose) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProcessExpose) ProtoMessage()
- func (m *ProcessExpose) Reset()
- func (m *ProcessExpose) Size() (n int)
- func (m *ProcessExpose) String() string
- func (m *ProcessExpose) Unmarshal(dAtA []byte) error
- func (m *ProcessExpose) XXX_DiscardUnknown()
- func (m *ProcessExpose) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessExpose) XXX_Merge(src proto.Message)
- func (m *ProcessExpose) XXX_Size() int
- func (m *ProcessExpose) XXX_Unmarshal(b []byte) error
- type ProcessKeepAliveRequest
- func (*ProcessKeepAliveRequest) Descriptor() ([]byte, []int)
- func (m *ProcessKeepAliveRequest) GetData() *ProcessName
- func (m *ProcessKeepAliveRequest) Marshal() (dAtA []byte, err error)
- func (m *ProcessKeepAliveRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ProcessKeepAliveRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProcessKeepAliveRequest) ProtoMessage()
- func (m *ProcessKeepAliveRequest) Reset()
- func (m *ProcessKeepAliveRequest) Size() (n int)
- func (m *ProcessKeepAliveRequest) String() string
- func (m *ProcessKeepAliveRequest) Unmarshal(dAtA []byte) error
- func (m *ProcessKeepAliveRequest) XXX_DiscardUnknown()
- func (m *ProcessKeepAliveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessKeepAliveRequest) XXX_Merge(src proto.Message)
- func (m *ProcessKeepAliveRequest) XXX_Size() int
- func (m *ProcessKeepAliveRequest) XXX_Unmarshal(b []byte) error
- type ProcessName
- func (*ProcessName) Descriptor() ([]byte, []int)
- func (m *ProcessName) GetValue() string
- func (m *ProcessName) Marshal() (dAtA []byte, err error)
- func (m *ProcessName) MarshalTo(dAtA []byte) (int, error)
- func (m *ProcessName) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProcessName) ProtoMessage()
- func (m *ProcessName) Reset()
- func (m *ProcessName) Size() (n int)
- func (m *ProcessName) String() string
- func (m *ProcessName) Unmarshal(dAtA []byte) error
- func (m *ProcessName) XXX_DiscardUnknown()
- func (m *ProcessName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessName) XXX_Merge(src proto.Message)
- func (m *ProcessName) XXX_Size() int
- func (m *ProcessName) XXX_Unmarshal(b []byte) error
- type ProcessServiceClient
- type ProcessServiceServer
- type ProcessService_KeepAliveClient
- type ProcessService_KeepAliveServer
- type ProcessService_WaitClient
- type ProcessService_WaitServer
- type ProcessStartRequest
- func (*ProcessStartRequest) Descriptor() ([]byte, []int)
- func (m *ProcessStartRequest) GetArgs() []string
- func (m *ProcessStartRequest) GetChecksum() string
- func (m *ProcessStartRequest) GetDir() string
- func (m *ProcessStartRequest) GetEnvs() []string
- func (m *ProcessStartRequest) GetExposes() []*ProcessExpose
- func (m *ProcessStartRequest) GetPath() string
- func (m *ProcessStartRequest) Marshal() (dAtA []byte, err error)
- func (m *ProcessStartRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ProcessStartRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProcessStartRequest) ProtoMessage()
- func (m *ProcessStartRequest) Reset()
- func (m *ProcessStartRequest) Size() (n int)
- func (m *ProcessStartRequest) String() string
- func (m *ProcessStartRequest) Unmarshal(dAtA []byte) error
- func (m *ProcessStartRequest) XXX_DiscardUnknown()
- func (m *ProcessStartRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessStartRequest) XXX_Merge(src proto.Message)
- func (m *ProcessStartRequest) XXX_Size() int
- func (m *ProcessStartRequest) XXX_Unmarshal(b []byte) error
- type ProcessStartResponse
- func (*ProcessStartResponse) Descriptor() ([]byte, []int)
- func (m *ProcessStartResponse) GetData() *ProcessName
- func (m *ProcessStartResponse) Marshal() (dAtA []byte, err error)
- func (m *ProcessStartResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ProcessStartResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProcessStartResponse) ProtoMessage()
- func (m *ProcessStartResponse) Reset()
- func (m *ProcessStartResponse) Size() (n int)
- func (m *ProcessStartResponse) String() string
- func (m *ProcessStartResponse) Unmarshal(dAtA []byte) error
- func (m *ProcessStartResponse) XXX_DiscardUnknown()
- func (m *ProcessStartResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessStartResponse) XXX_Merge(src proto.Message)
- func (m *ProcessStartResponse) XXX_Size() int
- func (m *ProcessStartResponse) XXX_Unmarshal(b []byte) error
- type ProcessWaitRequest
- func (*ProcessWaitRequest) Descriptor() ([]byte, []int)
- func (m *ProcessWaitRequest) GetData() *ProcessName
- func (m *ProcessWaitRequest) Marshal() (dAtA []byte, err error)
- func (m *ProcessWaitRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ProcessWaitRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProcessWaitRequest) ProtoMessage()
- func (m *ProcessWaitRequest) Reset()
- func (m *ProcessWaitRequest) Size() (n int)
- func (m *ProcessWaitRequest) String() string
- func (m *ProcessWaitRequest) Unmarshal(dAtA []byte) error
- func (m *ProcessWaitRequest) XXX_DiscardUnknown()
- func (m *ProcessWaitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessWaitRequest) XXX_Merge(src proto.Message)
- func (m *ProcessWaitRequest) XXX_Size() int
- func (m *ProcessWaitRequest) XXX_Unmarshal(b []byte) error
- type ProcessWaitResponse
- func (*ProcessWaitResponse) Descriptor() ([]byte, []int)
- func (m *ProcessWaitResponse) GetOptions() isProcessWaitResponse_Options
- func (m *ProcessWaitResponse) GetStdErr() []byte
- func (m *ProcessWaitResponse) GetStdOut() []byte
- func (m *ProcessWaitResponse) Marshal() (dAtA []byte, err error)
- func (m *ProcessWaitResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ProcessWaitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProcessWaitResponse) ProtoMessage()
- func (m *ProcessWaitResponse) Reset()
- func (m *ProcessWaitResponse) Size() (n int)
- func (m *ProcessWaitResponse) String() string
- func (m *ProcessWaitResponse) Unmarshal(dAtA []byte) error
- func (m *ProcessWaitResponse) XXX_DiscardUnknown()
- func (m *ProcessWaitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessWaitResponse) XXX_Merge(src proto.Message)
- func (*ProcessWaitResponse) XXX_OneofWrappers() []interface{}
- func (m *ProcessWaitResponse) XXX_Size() int
- func (m *ProcessWaitResponse) XXX_Unmarshal(b []byte) error
- type ProcessWaitResponse_StdErr
- type ProcessWaitResponse_StdOut
- type RouteAddRequest
- func (*RouteAddRequest) Descriptor() ([]byte, []int)
- func (m *RouteAddRequest) GetAddresses() []string
- func (m *RouteAddRequest) Marshal() (dAtA []byte, err error)
- func (m *RouteAddRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *RouteAddRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RouteAddRequest) ProtoMessage()
- func (m *RouteAddRequest) Reset()
- func (m *RouteAddRequest) Size() (n int)
- func (m *RouteAddRequest) String() string
- func (m *RouteAddRequest) Unmarshal(dAtA []byte) error
- func (m *RouteAddRequest) XXX_DiscardUnknown()
- func (m *RouteAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RouteAddRequest) XXX_Merge(src proto.Message)
- func (m *RouteAddRequest) XXX_Size() int
- func (m *RouteAddRequest) XXX_Unmarshal(b []byte) error
- type RouteServiceClient
- type RouteServiceServer
- type RunExposeProtocol
- type UnimplementedApplicationServiceServer
- type UnimplementedHnsServiceServer
- type UnimplementedHostServiceServer
- type UnimplementedNetworkServiceServer
- type UnimplementedProcessServiceServer
- func (*UnimplementedProcessServiceServer) KeepAlive(srv ProcessService_KeepAliveServer) error
- func (*UnimplementedProcessServiceServer) Start(ctx context.Context, req *ProcessStartRequest) (*ProcessStartResponse, error)
- func (*UnimplementedProcessServiceServer) Wait(req *ProcessWaitRequest, srv ProcessService_WaitServer) error
- type UnimplementedRouteServiceServer
- type Void
- func (*Void) Descriptor() ([]byte, []int)
- func (m *Void) Marshal() (dAtA []byte, err error)
- func (m *Void) MarshalTo(dAtA []byte) (int, error)
- func (m *Void) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Void) ProtoMessage()
- func (m *Void) Reset()
- func (m *Void) Size() (n int)
- func (m *Void) String() string
- func (m *Void) Unmarshal(dAtA []byte) error
- func (m *Void) XXX_DiscardUnknown()
- func (m *Void) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Void) XXX_Merge(src proto.Message)
- func (m *Void) XXX_Size() int
- func (m *Void) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthApplication = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowApplication = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupApplication = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthCommon = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCommon = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupCommon = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthHns = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowHns = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupHns = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthHost = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowHost = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupHost = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthNetwork = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowNetwork = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupNetwork = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthProcess = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProcess = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupProcess = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthRoute = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowRoute = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupRoute = fmt.Errorf("proto: unexpected end of group") )
var RunExposeProtocol_name = map[int32]string{
0: "TCP",
1: "UDP",
}
var RunExposeProtocol_value = map[string]int32{
"TCP": 0,
"UDP": 1,
}
Functions ¶
func RegisterApplicationServiceServer ¶
func RegisterApplicationServiceServer(s *grpc.Server, srv ApplicationServiceServer)
func RegisterHnsServiceServer ¶
func RegisterHnsServiceServer(s *grpc.Server, srv HnsServiceServer)
func RegisterHostServiceServer ¶
func RegisterHostServiceServer(s *grpc.Server, srv HostServiceServer)
func RegisterNetworkServiceServer ¶
func RegisterNetworkServiceServer(s *grpc.Server, srv NetworkServiceServer)
func RegisterProcessServiceServer ¶
func RegisterProcessServiceServer(s *grpc.Server, srv ProcessServiceServer)
func RegisterRouteServiceServer ¶
func RegisterRouteServiceServer(s *grpc.Server, srv RouteServiceServer)
Types ¶
type ApplicationInfo ¶
type ApplicationInfo struct { Checksum string `protobuf:"bytes,1,opt,name=Checksum,proto3" json:"Checksum,omitempty"` Version string `protobuf:"bytes,2,opt,name=Version,proto3" json:"Version,omitempty"` Commit string `protobuf:"bytes,3,opt,name=Commit,proto3" json:"Commit,omitempty"` }
func (*ApplicationInfo) Descriptor ¶
func (*ApplicationInfo) Descriptor() ([]byte, []int)
func (*ApplicationInfo) GetChecksum ¶
func (m *ApplicationInfo) GetChecksum() string
func (*ApplicationInfo) GetCommit ¶
func (m *ApplicationInfo) GetCommit() string
func (*ApplicationInfo) GetVersion ¶
func (m *ApplicationInfo) GetVersion() string
func (*ApplicationInfo) Marshal ¶
func (m *ApplicationInfo) Marshal() (dAtA []byte, err error)
func (*ApplicationInfo) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ApplicationInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationInfo) ProtoMessage ¶
func (*ApplicationInfo) ProtoMessage()
func (*ApplicationInfo) Reset ¶
func (m *ApplicationInfo) Reset()
func (*ApplicationInfo) Size ¶
func (m *ApplicationInfo) Size() (n int)
func (*ApplicationInfo) String ¶
func (m *ApplicationInfo) String() string
func (*ApplicationInfo) Unmarshal ¶
func (m *ApplicationInfo) Unmarshal(dAtA []byte) error
func (*ApplicationInfo) XXX_DiscardUnknown ¶
func (m *ApplicationInfo) XXX_DiscardUnknown()
func (*ApplicationInfo) XXX_Marshal ¶
func (m *ApplicationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationInfo) XXX_Merge ¶
func (m *ApplicationInfo) XXX_Merge(src proto.Message)
func (*ApplicationInfo) XXX_Size ¶
func (m *ApplicationInfo) XXX_Size() int
func (*ApplicationInfo) XXX_Unmarshal ¶
func (m *ApplicationInfo) XXX_Unmarshal(b []byte) error
type ApplicationInfoResponse ¶
type ApplicationInfoResponse struct {
Info *ApplicationInfo `protobuf:"bytes,1,opt,name=Info,proto3" json:"Info,omitempty"`
}
func (*ApplicationInfoResponse) Descriptor ¶
func (*ApplicationInfoResponse) Descriptor() ([]byte, []int)
func (*ApplicationInfoResponse) GetInfo ¶
func (m *ApplicationInfoResponse) GetInfo() *ApplicationInfo
func (*ApplicationInfoResponse) Marshal ¶
func (m *ApplicationInfoResponse) Marshal() (dAtA []byte, err error)
func (*ApplicationInfoResponse) MarshalTo ¶
func (m *ApplicationInfoResponse) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationInfoResponse) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ApplicationInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationInfoResponse) ProtoMessage ¶
func (*ApplicationInfoResponse) ProtoMessage()
func (*ApplicationInfoResponse) Reset ¶
func (m *ApplicationInfoResponse) Reset()
func (*ApplicationInfoResponse) Size ¶
func (m *ApplicationInfoResponse) Size() (n int)
func (*ApplicationInfoResponse) String ¶
func (m *ApplicationInfoResponse) String() string
func (*ApplicationInfoResponse) Unmarshal ¶
func (m *ApplicationInfoResponse) Unmarshal(dAtA []byte) error
func (*ApplicationInfoResponse) XXX_DiscardUnknown ¶
func (m *ApplicationInfoResponse) XXX_DiscardUnknown()
func (*ApplicationInfoResponse) XXX_Marshal ¶
func (m *ApplicationInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationInfoResponse) XXX_Merge ¶
func (m *ApplicationInfoResponse) XXX_Merge(src proto.Message)
func (*ApplicationInfoResponse) XXX_Size ¶
func (m *ApplicationInfoResponse) XXX_Size() int
func (*ApplicationInfoResponse) XXX_Unmarshal ¶
func (m *ApplicationInfoResponse) XXX_Unmarshal(b []byte) error
type ApplicationServiceClient ¶
type ApplicationServiceClient interface {
Info(ctx context.Context, in *Void, opts ...grpc.CallOption) (*ApplicationInfoResponse, error)
}
ApplicationServiceClient is the client API for ApplicationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewApplicationServiceClient ¶
func NewApplicationServiceClient(cc *grpc.ClientConn) ApplicationServiceClient
type ApplicationServiceServer ¶
type ApplicationServiceServer interface {
Info(context.Context, *Void) (*ApplicationInfoResponse, error)
}
ApplicationServiceServer is the server API for ApplicationService service.
type HnsGetNetworkRequest ¶
type HnsGetNetworkRequest struct { // Types that are valid to be assigned to Options: // *HnsGetNetworkRequest_Address // *HnsGetNetworkRequest_Name Options isHnsGetNetworkRequest_Options `protobuf_oneof:"Options"` }
func (*HnsGetNetworkRequest) Descriptor ¶
func (*HnsGetNetworkRequest) Descriptor() ([]byte, []int)
func (*HnsGetNetworkRequest) GetAddress ¶
func (m *HnsGetNetworkRequest) GetAddress() string
func (*HnsGetNetworkRequest) GetName ¶
func (m *HnsGetNetworkRequest) GetName() string
func (*HnsGetNetworkRequest) GetOptions ¶
func (m *HnsGetNetworkRequest) GetOptions() isHnsGetNetworkRequest_Options
func (*HnsGetNetworkRequest) Marshal ¶
func (m *HnsGetNetworkRequest) Marshal() (dAtA []byte, err error)
func (*HnsGetNetworkRequest) MarshalTo ¶
func (m *HnsGetNetworkRequest) MarshalTo(dAtA []byte) (int, error)
func (*HnsGetNetworkRequest) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *HnsGetNetworkRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HnsGetNetworkRequest) ProtoMessage ¶
func (*HnsGetNetworkRequest) ProtoMessage()
func (*HnsGetNetworkRequest) Reset ¶
func (m *HnsGetNetworkRequest) Reset()
func (*HnsGetNetworkRequest) Size ¶
func (m *HnsGetNetworkRequest) Size() (n int)
func (*HnsGetNetworkRequest) String ¶
func (m *HnsGetNetworkRequest) String() string
func (*HnsGetNetworkRequest) Unmarshal ¶
func (m *HnsGetNetworkRequest) Unmarshal(dAtA []byte) error
func (*HnsGetNetworkRequest) XXX_DiscardUnknown ¶
func (m *HnsGetNetworkRequest) XXX_DiscardUnknown()
func (*HnsGetNetworkRequest) XXX_Marshal ¶
func (m *HnsGetNetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HnsGetNetworkRequest) XXX_Merge ¶
func (m *HnsGetNetworkRequest) XXX_Merge(src proto.Message)
func (*HnsGetNetworkRequest) XXX_OneofWrappers ¶ added in v0.0.5
func (*HnsGetNetworkRequest) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*HnsGetNetworkRequest) XXX_Size ¶
func (m *HnsGetNetworkRequest) XXX_Size() int
func (*HnsGetNetworkRequest) XXX_Unmarshal ¶
func (m *HnsGetNetworkRequest) XXX_Unmarshal(b []byte) error
type HnsGetNetworkRequest_Address ¶
type HnsGetNetworkRequest_Address struct {
Address string `protobuf:"bytes,1,opt,name=Address,proto3,oneof" json:"Address,omitempty"`
}
func (*HnsGetNetworkRequest_Address) MarshalTo ¶
func (m *HnsGetNetworkRequest_Address) MarshalTo(dAtA []byte) (int, error)
func (*HnsGetNetworkRequest_Address) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *HnsGetNetworkRequest_Address) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HnsGetNetworkRequest_Address) Size ¶
func (m *HnsGetNetworkRequest_Address) Size() (n int)
type HnsGetNetworkRequest_Name ¶
type HnsGetNetworkRequest_Name struct {
Name string `protobuf:"bytes,2,opt,name=Name,proto3,oneof" json:"Name,omitempty"`
}
func (*HnsGetNetworkRequest_Name) MarshalTo ¶
func (m *HnsGetNetworkRequest_Name) MarshalTo(dAtA []byte) (int, error)
func (*HnsGetNetworkRequest_Name) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *HnsGetNetworkRequest_Name) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HnsGetNetworkRequest_Name) Size ¶
func (m *HnsGetNetworkRequest_Name) Size() (n int)
type HnsGetNetworkResponse ¶
type HnsGetNetworkResponse struct {
Data *HnsNetwork `protobuf:"bytes,1,opt,name=Data,proto3" json:"Data,omitempty"`
}
func (*HnsGetNetworkResponse) Descriptor ¶
func (*HnsGetNetworkResponse) Descriptor() ([]byte, []int)
func (*HnsGetNetworkResponse) GetData ¶
func (m *HnsGetNetworkResponse) GetData() *HnsNetwork
func (*HnsGetNetworkResponse) Marshal ¶
func (m *HnsGetNetworkResponse) Marshal() (dAtA []byte, err error)
func (*HnsGetNetworkResponse) MarshalTo ¶
func (m *HnsGetNetworkResponse) MarshalTo(dAtA []byte) (int, error)
func (*HnsGetNetworkResponse) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *HnsGetNetworkResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HnsGetNetworkResponse) ProtoMessage ¶
func (*HnsGetNetworkResponse) ProtoMessage()
func (*HnsGetNetworkResponse) Reset ¶
func (m *HnsGetNetworkResponse) Reset()
func (*HnsGetNetworkResponse) Size ¶
func (m *HnsGetNetworkResponse) Size() (n int)
func (*HnsGetNetworkResponse) String ¶
func (m *HnsGetNetworkResponse) String() string
func (*HnsGetNetworkResponse) Unmarshal ¶
func (m *HnsGetNetworkResponse) Unmarshal(dAtA []byte) error
func (*HnsGetNetworkResponse) XXX_DiscardUnknown ¶
func (m *HnsGetNetworkResponse) XXX_DiscardUnknown()
func (*HnsGetNetworkResponse) XXX_Marshal ¶
func (m *HnsGetNetworkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HnsGetNetworkResponse) XXX_Merge ¶
func (m *HnsGetNetworkResponse) XXX_Merge(src proto.Message)
func (*HnsGetNetworkResponse) XXX_Size ¶
func (m *HnsGetNetworkResponse) XXX_Size() int
func (*HnsGetNetworkResponse) XXX_Unmarshal ¶
func (m *HnsGetNetworkResponse) XXX_Unmarshal(b []byte) error
type HnsNetwork ¶
type HnsNetwork 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"` Subnets []*HnsNetworkSubnet `protobuf:"bytes,3,rep,name=Subnets,proto3" json:"Subnets,omitempty"` ManagementIP string `protobuf:"bytes,4,opt,name=ManagementIP,proto3" json:"ManagementIP,omitempty"` }
func (*HnsNetwork) Descriptor ¶
func (*HnsNetwork) Descriptor() ([]byte, []int)
func (*HnsNetwork) GetID ¶
func (m *HnsNetwork) GetID() string
func (*HnsNetwork) GetManagementIP ¶
func (m *HnsNetwork) GetManagementIP() string
func (*HnsNetwork) GetSubnets ¶
func (m *HnsNetwork) GetSubnets() []*HnsNetworkSubnet
func (*HnsNetwork) GetType ¶
func (m *HnsNetwork) GetType() string
func (*HnsNetwork) Marshal ¶
func (m *HnsNetwork) Marshal() (dAtA []byte, err error)
func (*HnsNetwork) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *HnsNetwork) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HnsNetwork) ProtoMessage ¶
func (*HnsNetwork) ProtoMessage()
func (*HnsNetwork) Reset ¶
func (m *HnsNetwork) Reset()
func (*HnsNetwork) Size ¶
func (m *HnsNetwork) Size() (n int)
func (*HnsNetwork) String ¶
func (m *HnsNetwork) String() string
func (*HnsNetwork) Unmarshal ¶
func (m *HnsNetwork) Unmarshal(dAtA []byte) error
func (*HnsNetwork) XXX_DiscardUnknown ¶
func (m *HnsNetwork) XXX_DiscardUnknown()
func (*HnsNetwork) XXX_Marshal ¶
func (m *HnsNetwork) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HnsNetwork) XXX_Merge ¶
func (m *HnsNetwork) XXX_Merge(src proto.Message)
func (*HnsNetwork) XXX_Size ¶
func (m *HnsNetwork) XXX_Size() int
func (*HnsNetwork) XXX_Unmarshal ¶
func (m *HnsNetwork) XXX_Unmarshal(b []byte) error
type HnsNetworkSubnet ¶
type HnsNetworkSubnet struct { AddressCIDR string `protobuf:"bytes,1,opt,name=AddressCIDR,proto3" json:"AddressCIDR,omitempty"` GatewayAddress string `protobuf:"bytes,2,opt,name=GatewayAddress,proto3" json:"GatewayAddress,omitempty"` }
func (*HnsNetworkSubnet) Descriptor ¶
func (*HnsNetworkSubnet) Descriptor() ([]byte, []int)
func (*HnsNetworkSubnet) GetAddressCIDR ¶
func (m *HnsNetworkSubnet) GetAddressCIDR() string
func (*HnsNetworkSubnet) GetGatewayAddress ¶
func (m *HnsNetworkSubnet) GetGatewayAddress() string
func (*HnsNetworkSubnet) Marshal ¶
func (m *HnsNetworkSubnet) Marshal() (dAtA []byte, err error)
func (*HnsNetworkSubnet) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *HnsNetworkSubnet) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HnsNetworkSubnet) ProtoMessage ¶
func (*HnsNetworkSubnet) ProtoMessage()
func (*HnsNetworkSubnet) Reset ¶
func (m *HnsNetworkSubnet) Reset()
func (*HnsNetworkSubnet) Size ¶
func (m *HnsNetworkSubnet) Size() (n int)
func (*HnsNetworkSubnet) String ¶
func (m *HnsNetworkSubnet) String() string
func (*HnsNetworkSubnet) Unmarshal ¶
func (m *HnsNetworkSubnet) Unmarshal(dAtA []byte) error
func (*HnsNetworkSubnet) XXX_DiscardUnknown ¶
func (m *HnsNetworkSubnet) XXX_DiscardUnknown()
func (*HnsNetworkSubnet) XXX_Marshal ¶
func (m *HnsNetworkSubnet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HnsNetworkSubnet) XXX_Merge ¶
func (m *HnsNetworkSubnet) XXX_Merge(src proto.Message)
func (*HnsNetworkSubnet) XXX_Size ¶
func (m *HnsNetworkSubnet) XXX_Size() int
func (*HnsNetworkSubnet) XXX_Unmarshal ¶
func (m *HnsNetworkSubnet) XXX_Unmarshal(b []byte) error
type HnsServiceClient ¶
type HnsServiceClient interface {
GetNetwork(ctx context.Context, in *HnsGetNetworkRequest, opts ...grpc.CallOption) (*HnsGetNetworkResponse, error)
}
HnsServiceClient is the client API for HnsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewHnsServiceClient ¶
func NewHnsServiceClient(cc *grpc.ClientConn) HnsServiceClient
type HnsServiceServer ¶
type HnsServiceServer interface {
GetNetwork(context.Context, *HnsGetNetworkRequest) (*HnsGetNetworkResponse, error)
}
HnsServiceServer is the server API for HnsService service.
type HostGetVersionResponse ¶
type HostGetVersionResponse struct {
Data *HostVersion `protobuf:"bytes,1,opt,name=Data,proto3" json:"Data,omitempty"`
}
func (*HostGetVersionResponse) Descriptor ¶
func (*HostGetVersionResponse) Descriptor() ([]byte, []int)
func (*HostGetVersionResponse) GetData ¶
func (m *HostGetVersionResponse) GetData() *HostVersion
func (*HostGetVersionResponse) Marshal ¶
func (m *HostGetVersionResponse) Marshal() (dAtA []byte, err error)
func (*HostGetVersionResponse) MarshalTo ¶
func (m *HostGetVersionResponse) MarshalTo(dAtA []byte) (int, error)
func (*HostGetVersionResponse) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *HostGetVersionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HostGetVersionResponse) ProtoMessage ¶
func (*HostGetVersionResponse) ProtoMessage()
func (*HostGetVersionResponse) Reset ¶
func (m *HostGetVersionResponse) Reset()
func (*HostGetVersionResponse) Size ¶
func (m *HostGetVersionResponse) Size() (n int)
func (*HostGetVersionResponse) String ¶
func (m *HostGetVersionResponse) String() string
func (*HostGetVersionResponse) Unmarshal ¶
func (m *HostGetVersionResponse) Unmarshal(dAtA []byte) error
func (*HostGetVersionResponse) XXX_DiscardUnknown ¶
func (m *HostGetVersionResponse) XXX_DiscardUnknown()
func (*HostGetVersionResponse) XXX_Marshal ¶
func (m *HostGetVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HostGetVersionResponse) XXX_Merge ¶
func (m *HostGetVersionResponse) XXX_Merge(src proto.Message)
func (*HostGetVersionResponse) XXX_Size ¶
func (m *HostGetVersionResponse) XXX_Size() int
func (*HostGetVersionResponse) XXX_Unmarshal ¶
func (m *HostGetVersionResponse) XXX_Unmarshal(b []byte) error
type HostServiceClient ¶
type HostServiceClient interface {
GetVersion(ctx context.Context, in *Void, opts ...grpc.CallOption) (*HostGetVersionResponse, error)
}
HostServiceClient is the client API for HostService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewHostServiceClient ¶
func NewHostServiceClient(cc *grpc.ClientConn) HostServiceClient
type HostServiceServer ¶
type HostServiceServer interface {
GetVersion(context.Context, *Void) (*HostGetVersionResponse, error)
}
HostServiceServer is the server API for HostService service.
type HostVersion ¶
type HostVersion struct { CurrentMajorVersionNumber string `protobuf:"bytes,1,opt,name=CurrentMajorVersionNumber,proto3" json:"CurrentMajorVersionNumber,omitempty"` CurrentMinorVersionNumber string `protobuf:"bytes,2,opt,name=CurrentMinorVersionNumber,proto3" json:"CurrentMinorVersionNumber,omitempty"` CurrentBuildNumber string `protobuf:"bytes,3,opt,name=CurrentBuildNumber,proto3" json:"CurrentBuildNumber,omitempty"` UBR string `protobuf:"bytes,4,opt,name=UBR,proto3" json:"UBR,omitempty"` ReleaseId string `protobuf:"bytes,5,opt,name=ReleaseId,proto3" json:"ReleaseId,omitempty"` BuildLabEx string `protobuf:"bytes,6,opt,name=BuildLabEx,proto3" json:"BuildLabEx,omitempty"` CurrentBuild string `protobuf:"bytes,7,opt,name=CurrentBuild,proto3" json:"CurrentBuild,omitempty"` }
func (*HostVersion) Descriptor ¶
func (*HostVersion) Descriptor() ([]byte, []int)
func (*HostVersion) GetBuildLabEx ¶
func (m *HostVersion) GetBuildLabEx() string
func (*HostVersion) GetCurrentBuild ¶
func (m *HostVersion) GetCurrentBuild() string
func (*HostVersion) GetCurrentBuildNumber ¶
func (m *HostVersion) GetCurrentBuildNumber() string
func (*HostVersion) GetCurrentMajorVersionNumber ¶
func (m *HostVersion) GetCurrentMajorVersionNumber() string
func (*HostVersion) GetCurrentMinorVersionNumber ¶
func (m *HostVersion) GetCurrentMinorVersionNumber() string
func (*HostVersion) GetReleaseId ¶
func (m *HostVersion) GetReleaseId() string
func (*HostVersion) GetUBR ¶
func (m *HostVersion) GetUBR() string
func (*HostVersion) Marshal ¶
func (m *HostVersion) Marshal() (dAtA []byte, err error)
func (*HostVersion) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *HostVersion) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HostVersion) ProtoMessage ¶
func (*HostVersion) ProtoMessage()
func (*HostVersion) Reset ¶
func (m *HostVersion) Reset()
func (*HostVersion) Size ¶
func (m *HostVersion) Size() (n int)
func (*HostVersion) String ¶
func (m *HostVersion) String() string
func (*HostVersion) Unmarshal ¶
func (m *HostVersion) Unmarshal(dAtA []byte) error
func (*HostVersion) XXX_DiscardUnknown ¶
func (m *HostVersion) XXX_DiscardUnknown()
func (*HostVersion) XXX_Marshal ¶
func (m *HostVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HostVersion) XXX_Merge ¶
func (m *HostVersion) XXX_Merge(src proto.Message)
func (*HostVersion) XXX_Size ¶
func (m *HostVersion) XXX_Size() int
func (*HostVersion) XXX_Unmarshal ¶
func (m *HostVersion) XXX_Unmarshal(b []byte) error
type NetworkAdapter ¶
type NetworkAdapter struct { InterfaceIndex string `protobuf:"bytes,1,opt,name=InterfaceIndex,proto3" json:"InterfaceIndex,omitempty"` GatewayAddress string `protobuf:"bytes,2,opt,name=GatewayAddress,proto3" json:"GatewayAddress,omitempty"` SubnetCIDR string `protobuf:"bytes,3,opt,name=SubnetCIDR,proto3" json:"SubnetCIDR,omitempty"` HostName string `protobuf:"bytes,4,opt,name=HostName,proto3" json:"HostName,omitempty"` AddressCIDR string `protobuf:"bytes,5,opt,name=AddressCIDR,proto3" json:"AddressCIDR,omitempty"` }
func (*NetworkAdapter) Descriptor ¶
func (*NetworkAdapter) Descriptor() ([]byte, []int)
func (*NetworkAdapter) GetAddressCIDR ¶
func (m *NetworkAdapter) GetAddressCIDR() string
func (*NetworkAdapter) GetGatewayAddress ¶
func (m *NetworkAdapter) GetGatewayAddress() string
func (*NetworkAdapter) GetHostName ¶
func (m *NetworkAdapter) GetHostName() string
func (*NetworkAdapter) GetInterfaceIndex ¶
func (m *NetworkAdapter) GetInterfaceIndex() string
func (*NetworkAdapter) GetSubnetCIDR ¶
func (m *NetworkAdapter) GetSubnetCIDR() string
func (*NetworkAdapter) Marshal ¶
func (m *NetworkAdapter) Marshal() (dAtA []byte, err error)
func (*NetworkAdapter) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *NetworkAdapter) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkAdapter) ProtoMessage ¶
func (*NetworkAdapter) ProtoMessage()
func (*NetworkAdapter) Reset ¶
func (m *NetworkAdapter) Reset()
func (*NetworkAdapter) Size ¶
func (m *NetworkAdapter) Size() (n int)
func (*NetworkAdapter) String ¶
func (m *NetworkAdapter) String() string
func (*NetworkAdapter) Unmarshal ¶
func (m *NetworkAdapter) Unmarshal(dAtA []byte) error
func (*NetworkAdapter) XXX_DiscardUnknown ¶
func (m *NetworkAdapter) XXX_DiscardUnknown()
func (*NetworkAdapter) XXX_Marshal ¶
func (m *NetworkAdapter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkAdapter) XXX_Merge ¶
func (m *NetworkAdapter) XXX_Merge(src proto.Message)
func (*NetworkAdapter) XXX_Size ¶
func (m *NetworkAdapter) XXX_Size() int
func (*NetworkAdapter) XXX_Unmarshal ¶
func (m *NetworkAdapter) XXX_Unmarshal(b []byte) error
type NetworkGetRequest ¶
type NetworkGetRequest struct { // Types that are valid to be assigned to Options: // *NetworkGetRequest_Address // *NetworkGetRequest_Name Options isNetworkGetRequest_Options `protobuf_oneof:"Options"` }
func (*NetworkGetRequest) Descriptor ¶
func (*NetworkGetRequest) Descriptor() ([]byte, []int)
func (*NetworkGetRequest) GetAddress ¶
func (m *NetworkGetRequest) GetAddress() string
func (*NetworkGetRequest) GetName ¶
func (m *NetworkGetRequest) GetName() string
func (*NetworkGetRequest) GetOptions ¶
func (m *NetworkGetRequest) GetOptions() isNetworkGetRequest_Options
func (*NetworkGetRequest) Marshal ¶
func (m *NetworkGetRequest) Marshal() (dAtA []byte, err error)
func (*NetworkGetRequest) MarshalTo ¶
func (m *NetworkGetRequest) MarshalTo(dAtA []byte) (int, error)
func (*NetworkGetRequest) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *NetworkGetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkGetRequest) ProtoMessage ¶
func (*NetworkGetRequest) ProtoMessage()
func (*NetworkGetRequest) Reset ¶
func (m *NetworkGetRequest) Reset()
func (*NetworkGetRequest) Size ¶
func (m *NetworkGetRequest) Size() (n int)
func (*NetworkGetRequest) String ¶
func (m *NetworkGetRequest) String() string
func (*NetworkGetRequest) Unmarshal ¶
func (m *NetworkGetRequest) Unmarshal(dAtA []byte) error
func (*NetworkGetRequest) XXX_DiscardUnknown ¶
func (m *NetworkGetRequest) XXX_DiscardUnknown()
func (*NetworkGetRequest) XXX_Marshal ¶
func (m *NetworkGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkGetRequest) XXX_Merge ¶
func (m *NetworkGetRequest) XXX_Merge(src proto.Message)
func (*NetworkGetRequest) XXX_OneofWrappers ¶ added in v0.0.5
func (*NetworkGetRequest) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*NetworkGetRequest) XXX_Size ¶
func (m *NetworkGetRequest) XXX_Size() int
func (*NetworkGetRequest) XXX_Unmarshal ¶
func (m *NetworkGetRequest) XXX_Unmarshal(b []byte) error
type NetworkGetRequest_Address ¶
type NetworkGetRequest_Address struct {
Address string `protobuf:"bytes,1,opt,name=Address,proto3,oneof" json:"Address,omitempty"`
}
func (*NetworkGetRequest_Address) MarshalTo ¶
func (m *NetworkGetRequest_Address) MarshalTo(dAtA []byte) (int, error)
func (*NetworkGetRequest_Address) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *NetworkGetRequest_Address) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkGetRequest_Address) Size ¶
func (m *NetworkGetRequest_Address) Size() (n int)
type NetworkGetRequest_Name ¶
type NetworkGetRequest_Name struct {
Name string `protobuf:"bytes,2,opt,name=Name,proto3,oneof" json:"Name,omitempty"`
}
func (*NetworkGetRequest_Name) MarshalTo ¶
func (m *NetworkGetRequest_Name) MarshalTo(dAtA []byte) (int, error)
func (*NetworkGetRequest_Name) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *NetworkGetRequest_Name) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkGetRequest_Name) Size ¶
func (m *NetworkGetRequest_Name) Size() (n int)
type NetworkGetResponse ¶
type NetworkGetResponse struct {
Data *NetworkAdapter `protobuf:"bytes,1,opt,name=Data,proto3" json:"Data,omitempty"`
}
func (*NetworkGetResponse) Descriptor ¶
func (*NetworkGetResponse) Descriptor() ([]byte, []int)
func (*NetworkGetResponse) GetData ¶
func (m *NetworkGetResponse) GetData() *NetworkAdapter
func (*NetworkGetResponse) Marshal ¶
func (m *NetworkGetResponse) Marshal() (dAtA []byte, err error)
func (*NetworkGetResponse) MarshalTo ¶
func (m *NetworkGetResponse) MarshalTo(dAtA []byte) (int, error)
func (*NetworkGetResponse) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *NetworkGetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkGetResponse) ProtoMessage ¶
func (*NetworkGetResponse) ProtoMessage()
func (*NetworkGetResponse) Reset ¶
func (m *NetworkGetResponse) Reset()
func (*NetworkGetResponse) Size ¶
func (m *NetworkGetResponse) Size() (n int)
func (*NetworkGetResponse) String ¶
func (m *NetworkGetResponse) String() string
func (*NetworkGetResponse) Unmarshal ¶
func (m *NetworkGetResponse) Unmarshal(dAtA []byte) error
func (*NetworkGetResponse) XXX_DiscardUnknown ¶
func (m *NetworkGetResponse) XXX_DiscardUnknown()
func (*NetworkGetResponse) XXX_Marshal ¶
func (m *NetworkGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkGetResponse) XXX_Merge ¶
func (m *NetworkGetResponse) XXX_Merge(src proto.Message)
func (*NetworkGetResponse) XXX_Size ¶
func (m *NetworkGetResponse) XXX_Size() int
func (*NetworkGetResponse) XXX_Unmarshal ¶
func (m *NetworkGetResponse) XXX_Unmarshal(b []byte) error
type NetworkServiceClient ¶
type NetworkServiceClient interface {
Get(ctx context.Context, in *NetworkGetRequest, opts ...grpc.CallOption) (*NetworkGetResponse, error)
}
NetworkServiceClient is the client API for NetworkService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewNetworkServiceClient ¶
func NewNetworkServiceClient(cc *grpc.ClientConn) NetworkServiceClient
type NetworkServiceServer ¶
type NetworkServiceServer interface {
Get(context.Context, *NetworkGetRequest) (*NetworkGetResponse, error)
}
NetworkServiceServer is the server API for NetworkService service.
type ProcessExpose ¶
type ProcessExpose struct { Port int32 `protobuf:"varint,1,opt,name=Port,proto3" json:"Port,omitempty"` Protocol RunExposeProtocol `protobuf:"varint,2,opt,name=Protocol,proto3,enum=wins.RunExposeProtocol" json:"Protocol,omitempty"` }
func (*ProcessExpose) Descriptor ¶
func (*ProcessExpose) Descriptor() ([]byte, []int)
func (*ProcessExpose) GetPort ¶
func (m *ProcessExpose) GetPort() int32
func (*ProcessExpose) GetProtocol ¶
func (m *ProcessExpose) GetProtocol() RunExposeProtocol
func (*ProcessExpose) Marshal ¶
func (m *ProcessExpose) Marshal() (dAtA []byte, err error)
func (*ProcessExpose) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ProcessExpose) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessExpose) ProtoMessage ¶
func (*ProcessExpose) ProtoMessage()
func (*ProcessExpose) Reset ¶
func (m *ProcessExpose) Reset()
func (*ProcessExpose) Size ¶
func (m *ProcessExpose) Size() (n int)
func (*ProcessExpose) String ¶
func (m *ProcessExpose) String() string
func (*ProcessExpose) Unmarshal ¶
func (m *ProcessExpose) Unmarshal(dAtA []byte) error
func (*ProcessExpose) XXX_DiscardUnknown ¶
func (m *ProcessExpose) XXX_DiscardUnknown()
func (*ProcessExpose) XXX_Marshal ¶
func (m *ProcessExpose) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProcessExpose) XXX_Merge ¶
func (m *ProcessExpose) XXX_Merge(src proto.Message)
func (*ProcessExpose) XXX_Size ¶
func (m *ProcessExpose) XXX_Size() int
func (*ProcessExpose) XXX_Unmarshal ¶
func (m *ProcessExpose) XXX_Unmarshal(b []byte) error
type ProcessKeepAliveRequest ¶
type ProcessKeepAliveRequest struct {
Data *ProcessName `protobuf:"bytes,1,opt,name=Data,proto3" json:"Data,omitempty"`
}
func (*ProcessKeepAliveRequest) Descriptor ¶
func (*ProcessKeepAliveRequest) Descriptor() ([]byte, []int)
func (*ProcessKeepAliveRequest) GetData ¶
func (m *ProcessKeepAliveRequest) GetData() *ProcessName
func (*ProcessKeepAliveRequest) Marshal ¶
func (m *ProcessKeepAliveRequest) Marshal() (dAtA []byte, err error)
func (*ProcessKeepAliveRequest) MarshalTo ¶
func (m *ProcessKeepAliveRequest) MarshalTo(dAtA []byte) (int, error)
func (*ProcessKeepAliveRequest) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ProcessKeepAliveRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessKeepAliveRequest) ProtoMessage ¶
func (*ProcessKeepAliveRequest) ProtoMessage()
func (*ProcessKeepAliveRequest) Reset ¶
func (m *ProcessKeepAliveRequest) Reset()
func (*ProcessKeepAliveRequest) Size ¶
func (m *ProcessKeepAliveRequest) Size() (n int)
func (*ProcessKeepAliveRequest) String ¶
func (m *ProcessKeepAliveRequest) String() string
func (*ProcessKeepAliveRequest) Unmarshal ¶
func (m *ProcessKeepAliveRequest) Unmarshal(dAtA []byte) error
func (*ProcessKeepAliveRequest) XXX_DiscardUnknown ¶
func (m *ProcessKeepAliveRequest) XXX_DiscardUnknown()
func (*ProcessKeepAliveRequest) XXX_Marshal ¶
func (m *ProcessKeepAliveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProcessKeepAliveRequest) XXX_Merge ¶
func (m *ProcessKeepAliveRequest) XXX_Merge(src proto.Message)
func (*ProcessKeepAliveRequest) XXX_Size ¶
func (m *ProcessKeepAliveRequest) XXX_Size() int
func (*ProcessKeepAliveRequest) XXX_Unmarshal ¶
func (m *ProcessKeepAliveRequest) XXX_Unmarshal(b []byte) error
type ProcessName ¶
type ProcessName struct {
Value string `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"`
}
func (*ProcessName) Descriptor ¶
func (*ProcessName) Descriptor() ([]byte, []int)
func (*ProcessName) GetValue ¶
func (m *ProcessName) GetValue() string
func (*ProcessName) Marshal ¶
func (m *ProcessName) Marshal() (dAtA []byte, err error)
func (*ProcessName) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ProcessName) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessName) ProtoMessage ¶
func (*ProcessName) ProtoMessage()
func (*ProcessName) Reset ¶
func (m *ProcessName) Reset()
func (*ProcessName) Size ¶
func (m *ProcessName) Size() (n int)
func (*ProcessName) String ¶
func (m *ProcessName) String() string
func (*ProcessName) Unmarshal ¶
func (m *ProcessName) Unmarshal(dAtA []byte) error
func (*ProcessName) XXX_DiscardUnknown ¶
func (m *ProcessName) XXX_DiscardUnknown()
func (*ProcessName) XXX_Marshal ¶
func (m *ProcessName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProcessName) XXX_Merge ¶
func (m *ProcessName) XXX_Merge(src proto.Message)
func (*ProcessName) XXX_Size ¶
func (m *ProcessName) XXX_Size() int
func (*ProcessName) XXX_Unmarshal ¶
func (m *ProcessName) XXX_Unmarshal(b []byte) error
type ProcessServiceClient ¶
type ProcessServiceClient interface { Start(ctx context.Context, in *ProcessStartRequest, opts ...grpc.CallOption) (*ProcessStartResponse, error) Wait(ctx context.Context, in *ProcessWaitRequest, opts ...grpc.CallOption) (ProcessService_WaitClient, error) KeepAlive(ctx context.Context, opts ...grpc.CallOption) (ProcessService_KeepAliveClient, error) }
ProcessServiceClient is the client API for ProcessService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewProcessServiceClient ¶
func NewProcessServiceClient(cc *grpc.ClientConn) ProcessServiceClient
type ProcessServiceServer ¶
type ProcessServiceServer interface { Start(context.Context, *ProcessStartRequest) (*ProcessStartResponse, error) Wait(*ProcessWaitRequest, ProcessService_WaitServer) error KeepAlive(ProcessService_KeepAliveServer) error }
ProcessServiceServer is the server API for ProcessService service.
type ProcessService_KeepAliveClient ¶
type ProcessService_KeepAliveClient interface { Send(*ProcessKeepAliveRequest) error CloseAndRecv() (*Void, error) grpc.ClientStream }
type ProcessService_KeepAliveServer ¶
type ProcessService_KeepAliveServer interface { SendAndClose(*Void) error Recv() (*ProcessKeepAliveRequest, error) grpc.ServerStream }
type ProcessService_WaitClient ¶
type ProcessService_WaitClient interface { Recv() (*ProcessWaitResponse, error) grpc.ClientStream }
type ProcessService_WaitServer ¶
type ProcessService_WaitServer interface { Send(*ProcessWaitResponse) error grpc.ServerStream }
type ProcessStartRequest ¶
type ProcessStartRequest struct { Checksum string `protobuf:"bytes,1,opt,name=Checksum,proto3" json:"Checksum,omitempty"` Path string `protobuf:"bytes,2,opt,name=Path,proto3" json:"Path,omitempty"` Args []string `protobuf:"bytes,3,rep,name=Args,proto3" json:"Args,omitempty"` Exposes []*ProcessExpose `protobuf:"bytes,4,rep,name=Exposes,proto3" json:"Exposes,omitempty"` Envs []string `protobuf:"bytes,5,rep,name=Envs,proto3" json:"Envs,omitempty"` Dir string `protobuf:"bytes,6,opt,name=Dir,proto3" json:"Dir,omitempty"` }
func (*ProcessStartRequest) Descriptor ¶
func (*ProcessStartRequest) Descriptor() ([]byte, []int)
func (*ProcessStartRequest) GetArgs ¶
func (m *ProcessStartRequest) GetArgs() []string
func (*ProcessStartRequest) GetChecksum ¶
func (m *ProcessStartRequest) GetChecksum() string
func (*ProcessStartRequest) GetDir ¶
func (m *ProcessStartRequest) GetDir() string
func (*ProcessStartRequest) GetEnvs ¶
func (m *ProcessStartRequest) GetEnvs() []string
func (*ProcessStartRequest) GetExposes ¶
func (m *ProcessStartRequest) GetExposes() []*ProcessExpose
func (*ProcessStartRequest) GetPath ¶
func (m *ProcessStartRequest) GetPath() string
func (*ProcessStartRequest) Marshal ¶
func (m *ProcessStartRequest) Marshal() (dAtA []byte, err error)
func (*ProcessStartRequest) MarshalTo ¶
func (m *ProcessStartRequest) MarshalTo(dAtA []byte) (int, error)
func (*ProcessStartRequest) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ProcessStartRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessStartRequest) ProtoMessage ¶
func (*ProcessStartRequest) ProtoMessage()
func (*ProcessStartRequest) Reset ¶
func (m *ProcessStartRequest) Reset()
func (*ProcessStartRequest) Size ¶
func (m *ProcessStartRequest) Size() (n int)
func (*ProcessStartRequest) String ¶
func (m *ProcessStartRequest) String() string
func (*ProcessStartRequest) Unmarshal ¶
func (m *ProcessStartRequest) Unmarshal(dAtA []byte) error
func (*ProcessStartRequest) XXX_DiscardUnknown ¶
func (m *ProcessStartRequest) XXX_DiscardUnknown()
func (*ProcessStartRequest) XXX_Marshal ¶
func (m *ProcessStartRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProcessStartRequest) XXX_Merge ¶
func (m *ProcessStartRequest) XXX_Merge(src proto.Message)
func (*ProcessStartRequest) XXX_Size ¶
func (m *ProcessStartRequest) XXX_Size() int
func (*ProcessStartRequest) XXX_Unmarshal ¶
func (m *ProcessStartRequest) XXX_Unmarshal(b []byte) error
type ProcessStartResponse ¶
type ProcessStartResponse struct {
Data *ProcessName `protobuf:"bytes,1,opt,name=Data,proto3" json:"Data,omitempty"`
}
func (*ProcessStartResponse) Descriptor ¶
func (*ProcessStartResponse) Descriptor() ([]byte, []int)
func (*ProcessStartResponse) GetData ¶
func (m *ProcessStartResponse) GetData() *ProcessName
func (*ProcessStartResponse) Marshal ¶
func (m *ProcessStartResponse) Marshal() (dAtA []byte, err error)
func (*ProcessStartResponse) MarshalTo ¶
func (m *ProcessStartResponse) MarshalTo(dAtA []byte) (int, error)
func (*ProcessStartResponse) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ProcessStartResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessStartResponse) ProtoMessage ¶
func (*ProcessStartResponse) ProtoMessage()
func (*ProcessStartResponse) Reset ¶
func (m *ProcessStartResponse) Reset()
func (*ProcessStartResponse) Size ¶
func (m *ProcessStartResponse) Size() (n int)
func (*ProcessStartResponse) String ¶
func (m *ProcessStartResponse) String() string
func (*ProcessStartResponse) Unmarshal ¶
func (m *ProcessStartResponse) Unmarshal(dAtA []byte) error
func (*ProcessStartResponse) XXX_DiscardUnknown ¶
func (m *ProcessStartResponse) XXX_DiscardUnknown()
func (*ProcessStartResponse) XXX_Marshal ¶
func (m *ProcessStartResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProcessStartResponse) XXX_Merge ¶
func (m *ProcessStartResponse) XXX_Merge(src proto.Message)
func (*ProcessStartResponse) XXX_Size ¶
func (m *ProcessStartResponse) XXX_Size() int
func (*ProcessStartResponse) XXX_Unmarshal ¶
func (m *ProcessStartResponse) XXX_Unmarshal(b []byte) error
type ProcessWaitRequest ¶
type ProcessWaitRequest struct {
Data *ProcessName `protobuf:"bytes,1,opt,name=Data,proto3" json:"Data,omitempty"`
}
func (*ProcessWaitRequest) Descriptor ¶
func (*ProcessWaitRequest) Descriptor() ([]byte, []int)
func (*ProcessWaitRequest) GetData ¶
func (m *ProcessWaitRequest) GetData() *ProcessName
func (*ProcessWaitRequest) Marshal ¶
func (m *ProcessWaitRequest) Marshal() (dAtA []byte, err error)
func (*ProcessWaitRequest) MarshalTo ¶
func (m *ProcessWaitRequest) MarshalTo(dAtA []byte) (int, error)
func (*ProcessWaitRequest) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ProcessWaitRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessWaitRequest) ProtoMessage ¶
func (*ProcessWaitRequest) ProtoMessage()
func (*ProcessWaitRequest) Reset ¶
func (m *ProcessWaitRequest) Reset()
func (*ProcessWaitRequest) Size ¶
func (m *ProcessWaitRequest) Size() (n int)
func (*ProcessWaitRequest) String ¶
func (m *ProcessWaitRequest) String() string
func (*ProcessWaitRequest) Unmarshal ¶
func (m *ProcessWaitRequest) Unmarshal(dAtA []byte) error
func (*ProcessWaitRequest) XXX_DiscardUnknown ¶
func (m *ProcessWaitRequest) XXX_DiscardUnknown()
func (*ProcessWaitRequest) XXX_Marshal ¶
func (m *ProcessWaitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProcessWaitRequest) XXX_Merge ¶
func (m *ProcessWaitRequest) XXX_Merge(src proto.Message)
func (*ProcessWaitRequest) XXX_Size ¶
func (m *ProcessWaitRequest) XXX_Size() int
func (*ProcessWaitRequest) XXX_Unmarshal ¶
func (m *ProcessWaitRequest) XXX_Unmarshal(b []byte) error
type ProcessWaitResponse ¶
type ProcessWaitResponse struct { // Types that are valid to be assigned to Options: // *ProcessWaitResponse_StdOut // *ProcessWaitResponse_StdErr Options isProcessWaitResponse_Options `protobuf_oneof:"Options"` }
func (*ProcessWaitResponse) Descriptor ¶
func (*ProcessWaitResponse) Descriptor() ([]byte, []int)
func (*ProcessWaitResponse) GetOptions ¶
func (m *ProcessWaitResponse) GetOptions() isProcessWaitResponse_Options
func (*ProcessWaitResponse) GetStdErr ¶
func (m *ProcessWaitResponse) GetStdErr() []byte
func (*ProcessWaitResponse) GetStdOut ¶
func (m *ProcessWaitResponse) GetStdOut() []byte
func (*ProcessWaitResponse) Marshal ¶
func (m *ProcessWaitResponse) Marshal() (dAtA []byte, err error)
func (*ProcessWaitResponse) MarshalTo ¶
func (m *ProcessWaitResponse) MarshalTo(dAtA []byte) (int, error)
func (*ProcessWaitResponse) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ProcessWaitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessWaitResponse) ProtoMessage ¶
func (*ProcessWaitResponse) ProtoMessage()
func (*ProcessWaitResponse) Reset ¶
func (m *ProcessWaitResponse) Reset()
func (*ProcessWaitResponse) Size ¶
func (m *ProcessWaitResponse) Size() (n int)
func (*ProcessWaitResponse) String ¶
func (m *ProcessWaitResponse) String() string
func (*ProcessWaitResponse) Unmarshal ¶
func (m *ProcessWaitResponse) Unmarshal(dAtA []byte) error
func (*ProcessWaitResponse) XXX_DiscardUnknown ¶
func (m *ProcessWaitResponse) XXX_DiscardUnknown()
func (*ProcessWaitResponse) XXX_Marshal ¶
func (m *ProcessWaitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProcessWaitResponse) XXX_Merge ¶
func (m *ProcessWaitResponse) XXX_Merge(src proto.Message)
func (*ProcessWaitResponse) XXX_OneofWrappers ¶ added in v0.0.5
func (*ProcessWaitResponse) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*ProcessWaitResponse) XXX_Size ¶
func (m *ProcessWaitResponse) XXX_Size() int
func (*ProcessWaitResponse) XXX_Unmarshal ¶
func (m *ProcessWaitResponse) XXX_Unmarshal(b []byte) error
type ProcessWaitResponse_StdErr ¶
type ProcessWaitResponse_StdErr struct {
StdErr []byte `protobuf:"bytes,2,opt,name=StdErr,proto3,oneof" json:"StdErr,omitempty"`
}
func (*ProcessWaitResponse_StdErr) MarshalTo ¶
func (m *ProcessWaitResponse_StdErr) MarshalTo(dAtA []byte) (int, error)
func (*ProcessWaitResponse_StdErr) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ProcessWaitResponse_StdErr) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessWaitResponse_StdErr) Size ¶
func (m *ProcessWaitResponse_StdErr) Size() (n int)
type ProcessWaitResponse_StdOut ¶
type ProcessWaitResponse_StdOut struct {
StdOut []byte `protobuf:"bytes,1,opt,name=StdOut,proto3,oneof" json:"StdOut,omitempty"`
}
func (*ProcessWaitResponse_StdOut) MarshalTo ¶
func (m *ProcessWaitResponse_StdOut) MarshalTo(dAtA []byte) (int, error)
func (*ProcessWaitResponse_StdOut) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *ProcessWaitResponse_StdOut) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessWaitResponse_StdOut) Size ¶
func (m *ProcessWaitResponse_StdOut) Size() (n int)
type RouteAddRequest ¶
type RouteAddRequest struct {
Addresses []string `protobuf:"bytes,1,rep,name=Addresses,proto3" json:"Addresses,omitempty"`
}
func (*RouteAddRequest) Descriptor ¶
func (*RouteAddRequest) Descriptor() ([]byte, []int)
func (*RouteAddRequest) GetAddresses ¶
func (m *RouteAddRequest) GetAddresses() []string
func (*RouteAddRequest) Marshal ¶
func (m *RouteAddRequest) Marshal() (dAtA []byte, err error)
func (*RouteAddRequest) MarshalToSizedBuffer ¶ added in v0.0.5
func (m *RouteAddRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RouteAddRequest) ProtoMessage ¶
func (*RouteAddRequest) ProtoMessage()
func (*RouteAddRequest) Reset ¶
func (m *RouteAddRequest) Reset()
func (*RouteAddRequest) Size ¶
func (m *RouteAddRequest) Size() (n int)
func (*RouteAddRequest) String ¶
func (m *RouteAddRequest) String() string
func (*RouteAddRequest) Unmarshal ¶
func (m *RouteAddRequest) Unmarshal(dAtA []byte) error
func (*RouteAddRequest) XXX_DiscardUnknown ¶
func (m *RouteAddRequest) XXX_DiscardUnknown()
func (*RouteAddRequest) XXX_Marshal ¶
func (m *RouteAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RouteAddRequest) XXX_Merge ¶
func (m *RouteAddRequest) XXX_Merge(src proto.Message)
func (*RouteAddRequest) XXX_Size ¶
func (m *RouteAddRequest) XXX_Size() int
func (*RouteAddRequest) XXX_Unmarshal ¶
func (m *RouteAddRequest) XXX_Unmarshal(b []byte) error
type RouteServiceClient ¶
type RouteServiceClient interface {
Add(ctx context.Context, in *RouteAddRequest, opts ...grpc.CallOption) (*Void, error)
}
RouteServiceClient is the client API for RouteService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewRouteServiceClient ¶
func NewRouteServiceClient(cc *grpc.ClientConn) RouteServiceClient
type RouteServiceServer ¶
type RouteServiceServer interface {
Add(context.Context, *RouteAddRequest) (*Void, error)
}
RouteServiceServer is the server API for RouteService service.
type RunExposeProtocol ¶
type RunExposeProtocol int32
const ( RunExposeProtocol_TCP RunExposeProtocol = 0 RunExposeProtocol_UDP RunExposeProtocol = 1 )
func (RunExposeProtocol) EnumDescriptor ¶
func (RunExposeProtocol) EnumDescriptor() ([]byte, []int)
func (RunExposeProtocol) String ¶
func (x RunExposeProtocol) String() string
type UnimplementedApplicationServiceServer ¶ added in v0.0.5
type UnimplementedApplicationServiceServer struct { }
UnimplementedApplicationServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedApplicationServiceServer) Info ¶ added in v0.0.5
func (*UnimplementedApplicationServiceServer) Info(ctx context.Context, req *Void) (*ApplicationInfoResponse, error)
type UnimplementedHnsServiceServer ¶ added in v0.0.5
type UnimplementedHnsServiceServer struct { }
UnimplementedHnsServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedHnsServiceServer) GetNetwork ¶ added in v0.0.5
func (*UnimplementedHnsServiceServer) GetNetwork(ctx context.Context, req *HnsGetNetworkRequest) (*HnsGetNetworkResponse, error)
type UnimplementedHostServiceServer ¶ added in v0.0.5
type UnimplementedHostServiceServer struct { }
UnimplementedHostServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedHostServiceServer) GetVersion ¶ added in v0.0.5
func (*UnimplementedHostServiceServer) GetVersion(ctx context.Context, req *Void) (*HostGetVersionResponse, error)
type UnimplementedNetworkServiceServer ¶ added in v0.0.5
type UnimplementedNetworkServiceServer struct { }
UnimplementedNetworkServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedNetworkServiceServer) Get ¶ added in v0.0.5
func (*UnimplementedNetworkServiceServer) Get(ctx context.Context, req *NetworkGetRequest) (*NetworkGetResponse, error)
type UnimplementedProcessServiceServer ¶ added in v0.0.5
type UnimplementedProcessServiceServer struct { }
UnimplementedProcessServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedProcessServiceServer) KeepAlive ¶ added in v0.0.5
func (*UnimplementedProcessServiceServer) KeepAlive(srv ProcessService_KeepAliveServer) error
func (*UnimplementedProcessServiceServer) Start ¶ added in v0.0.5
func (*UnimplementedProcessServiceServer) Start(ctx context.Context, req *ProcessStartRequest) (*ProcessStartResponse, error)
func (*UnimplementedProcessServiceServer) Wait ¶ added in v0.0.5
func (*UnimplementedProcessServiceServer) Wait(req *ProcessWaitRequest, srv ProcessService_WaitServer) error
type UnimplementedRouteServiceServer ¶ added in v0.0.5
type UnimplementedRouteServiceServer struct { }
UnimplementedRouteServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedRouteServiceServer) Add ¶ added in v0.0.5
func (*UnimplementedRouteServiceServer) Add(ctx context.Context, req *RouteAddRequest) (*Void, error)
type Void ¶
type Void struct { }
func (*Void) Descriptor ¶
func (*Void) MarshalToSizedBuffer ¶ added in v0.0.5
func (*Void) ProtoMessage ¶
func (*Void) ProtoMessage()
func (*Void) XXX_DiscardUnknown ¶
func (m *Void) XXX_DiscardUnknown()