antha_platereader_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: 1

Documentation

Overview

Package antha_platereader_v1 is a generated protocol buffer package.

It is generated from these files:

github.com/antha-lang/antha/driver/antha_platereader_v1/platereader.proto

It has these top-level messages:

ProtocolRunRequest
BoolReply

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterPlateReaderServer

func RegisterPlateReaderServer(s *grpc.Server, srv PlateReaderServer)

Types

type BoolReply

type BoolReply struct {
	Result bool `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
}

func (*BoolReply) Descriptor

func (*BoolReply) Descriptor() ([]byte, []int)

func (*BoolReply) GetResult

func (m *BoolReply) GetResult() bool

func (*BoolReply) ProtoMessage

func (*BoolReply) ProtoMessage()

func (*BoolReply) Reset

func (m *BoolReply) Reset()

func (*BoolReply) String

func (m *BoolReply) String() string

type PlateReaderClient

type PlateReaderClient interface {
	PRRunProtocolByName(ctx context.Context, in *ProtocolRunRequest, opts ...grpc.CallOption) (*BoolReply, error)
}

func NewPlateReaderClient

func NewPlateReaderClient(cc *grpc.ClientConn) PlateReaderClient

type PlateReaderServer

type PlateReaderServer interface {
	PRRunProtocolByName(context.Context, *ProtocolRunRequest) (*BoolReply, error)
}

type ProtocolRunRequest

type ProtocolRunRequest struct {
	ProtocolName    string `protobuf:"bytes,1,opt,name=ProtocolName" json:"ProtocolName,omitempty"`
	PlateID         string `protobuf:"bytes,2,opt,name=PlateID" json:"PlateID,omitempty"`
	PlateLayout     string `protobuf:"bytes,3,opt,name=PlateLayout" json:"PlateLayout,omitempty"`
	ProtocolOptions string `protobuf:"bytes,4,opt,name=ProtocolOptions" json:"ProtocolOptions,omitempty"`
}

func (*ProtocolRunRequest) Descriptor

func (*ProtocolRunRequest) Descriptor() ([]byte, []int)

func (*ProtocolRunRequest) GetPlateID

func (m *ProtocolRunRequest) GetPlateID() string

func (*ProtocolRunRequest) GetPlateLayout

func (m *ProtocolRunRequest) GetPlateLayout() string

func (*ProtocolRunRequest) GetProtocolName

func (m *ProtocolRunRequest) GetProtocolName() string

func (*ProtocolRunRequest) GetProtocolOptions

func (m *ProtocolRunRequest) GetProtocolOptions() string

func (*ProtocolRunRequest) ProtoMessage

func (*ProtocolRunRequest) ProtoMessage()

func (*ProtocolRunRequest) Reset

func (m *ProtocolRunRequest) Reset()

func (*ProtocolRunRequest) String

func (m *ProtocolRunRequest) String() string

Jump to

Keyboard shortcuts

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