Documentation
¶
Overview ¶
Package antha_human_v1 is a generated protocol buffer package.
It is generated from these files:
github.com/antha-lang/antha/driver/antha_human_v1/human.proto
It has these top-level messages:
HumanRequest HumanResponse
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHumanServer ¶
func RegisterHumanServer(s *grpc.Server, srv HumanServer)
Types ¶
type HumanClient ¶
type HumanClient interface {
Human(ctx context.Context, in *HumanRequest, opts ...grpc.CallOption) (*HumanResponse, error)
}
func NewHumanClient ¶
func NewHumanClient(cc *grpc.ClientConn) HumanClient
type HumanRequest ¶
type HumanRequest struct {
Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}
func (*HumanRequest) Descriptor ¶
func (*HumanRequest) Descriptor() ([]byte, []int)
func (*HumanRequest) GetData ¶
func (m *HumanRequest) GetData() []byte
func (*HumanRequest) ProtoMessage ¶
func (*HumanRequest) ProtoMessage()
func (*HumanRequest) Reset ¶
func (m *HumanRequest) Reset()
func (*HumanRequest) String ¶
func (m *HumanRequest) String() string
type HumanResponse ¶
type HumanResponse struct {
Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}
func (*HumanResponse) Descriptor ¶
func (*HumanResponse) Descriptor() ([]byte, []int)
func (*HumanResponse) GetData ¶
func (m *HumanResponse) GetData() []byte
func (*HumanResponse) ProtoMessage ¶
func (*HumanResponse) ProtoMessage()
func (*HumanResponse) Reset ¶
func (m *HumanResponse) Reset()
func (*HumanResponse) String ¶
func (m *HumanResponse) String() string
type HumanServer ¶
type HumanServer interface {
Human(context.Context, *HumanRequest) (*HumanResponse, error)
}
Click to show internal directories.
Click to hide internal directories.