antha_human_v1

package
v0.0.0-...-040724e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2019 License: BSD-3-Clause, GPL-2.0 Imports: 5 Imported by: 0

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)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL