Documentation
¶
Index ¶
- func RegisterWaitServer(s *grpc.Server, srv WaitServer)
- type UnimplementedWaitServer
- type WaitClient
- type WaitRequest
- func (*WaitRequest) Descriptor() ([]byte, []int)
- func (m *WaitRequest) GetMachineID() string
- func (*WaitRequest) ProtoMessage()
- func (m *WaitRequest) Reset()
- func (m *WaitRequest) String() string
- func (m *WaitRequest) XXX_DiscardUnknown()
- func (m *WaitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WaitRequest) XXX_Merge(src proto.Message)
- func (m *WaitRequest) XXX_Size() int
- func (m *WaitRequest) XXX_Unmarshal(b []byte) error
- type WaitResponse
- func (*WaitResponse) Descriptor() ([]byte, []int)
- func (*WaitResponse) ProtoMessage()
- func (m *WaitResponse) Reset()
- func (m *WaitResponse) String() string
- func (m *WaitResponse) XXX_DiscardUnknown()
- func (m *WaitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WaitResponse) XXX_Merge(src proto.Message)
- func (m *WaitResponse) XXX_Size() int
- func (m *WaitResponse) XXX_Unmarshal(b []byte) error
- type WaitServer
- type Wait_WaitClient
- type Wait_WaitServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterWaitServer ¶
func RegisterWaitServer(s *grpc.Server, srv WaitServer)
Types ¶
type UnimplementedWaitServer ¶
type UnimplementedWaitServer struct {
}
UnimplementedWaitServer can be embedded to have forward compatible implementations.
func (*UnimplementedWaitServer) Wait ¶
func (*UnimplementedWaitServer) Wait(req *WaitRequest, srv Wait_WaitServer) error
type WaitClient ¶
type WaitClient interface {
Wait(ctx context.Context, in *WaitRequest, opts ...grpc.CallOption) (Wait_WaitClient, error)
}
WaitClient is the client API for Wait service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewWaitClient ¶
func NewWaitClient(cc grpc.ClientConnInterface) WaitClient
type WaitRequest ¶
type WaitRequest struct {
MachineID string `protobuf:"bytes,1,opt,name=machineID,proto3" json:"machineID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*WaitRequest) Descriptor ¶
func (*WaitRequest) Descriptor() ([]byte, []int)
func (*WaitRequest) GetMachineID ¶
func (m *WaitRequest) GetMachineID() string
func (*WaitRequest) ProtoMessage ¶
func (*WaitRequest) ProtoMessage()
func (*WaitRequest) Reset ¶
func (m *WaitRequest) Reset()
func (*WaitRequest) String ¶
func (m *WaitRequest) String() string
func (*WaitRequest) XXX_DiscardUnknown ¶
func (m *WaitRequest) XXX_DiscardUnknown()
func (*WaitRequest) XXX_Marshal ¶
func (m *WaitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WaitRequest) XXX_Merge ¶
func (m *WaitRequest) XXX_Merge(src proto.Message)
func (*WaitRequest) XXX_Size ¶
func (m *WaitRequest) XXX_Size() int
func (*WaitRequest) XXX_Unmarshal ¶
func (m *WaitRequest) XXX_Unmarshal(b []byte) error
type WaitResponse ¶
type WaitResponse struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*WaitResponse) Descriptor ¶
func (*WaitResponse) Descriptor() ([]byte, []int)
func (*WaitResponse) ProtoMessage ¶
func (*WaitResponse) ProtoMessage()
func (*WaitResponse) Reset ¶
func (m *WaitResponse) Reset()
func (*WaitResponse) String ¶
func (m *WaitResponse) String() string
func (*WaitResponse) XXX_DiscardUnknown ¶
func (m *WaitResponse) XXX_DiscardUnknown()
func (*WaitResponse) XXX_Marshal ¶
func (m *WaitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WaitResponse) XXX_Merge ¶
func (m *WaitResponse) XXX_Merge(src proto.Message)
func (*WaitResponse) XXX_Size ¶
func (m *WaitResponse) XXX_Size() int
func (*WaitResponse) XXX_Unmarshal ¶
func (m *WaitResponse) XXX_Unmarshal(b []byte) error
type WaitServer ¶
type WaitServer interface {
Wait(*WaitRequest, Wait_WaitServer) error
}
WaitServer is the server API for Wait service.
type Wait_WaitClient ¶
type Wait_WaitClient interface {
Recv() (*WaitResponse, error)
grpc.ClientStream
}
type Wait_WaitServer ¶
type Wait_WaitServer interface {
Send(*WaitResponse) error
grpc.ServerStream
}
Click to show internal directories.
Click to hide internal directories.