antha_framework_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: 3 Imported by: 1

Documentation

Overview

Package antha_framework_v1 is a generated protocol buffer package.

It is generated from these files:

github.com/antha-lang/antha/driver/antha_framework_v1/framework.proto

It has these top-level messages:

CommandDescription
CommandData
CommandMetadata
CommandRequest
CommandResponse
BatchedCommandRequest
BatchedCommandResponse

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchedCommandRequest

type BatchedCommandRequest struct {
	Request []*CommandRequest `protobuf:"bytes,1,rep,name=request" json:"request,omitempty"`
}

func (*BatchedCommandRequest) Descriptor

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

func (*BatchedCommandRequest) GetRequest

func (m *BatchedCommandRequest) GetRequest() []*CommandRequest

func (*BatchedCommandRequest) ProtoMessage

func (*BatchedCommandRequest) ProtoMessage()

func (*BatchedCommandRequest) Reset

func (m *BatchedCommandRequest) Reset()

func (*BatchedCommandRequest) String

func (m *BatchedCommandRequest) String() string

type BatchedCommandResponse

type BatchedCommandResponse struct {
	Response []*CommandResponse `protobuf:"bytes,1,rep,name=response" json:"response,omitempty"`
}

func (*BatchedCommandResponse) Descriptor

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

func (*BatchedCommandResponse) GetResponse

func (m *BatchedCommandResponse) GetResponse() []*CommandResponse

func (*BatchedCommandResponse) ProtoMessage

func (*BatchedCommandResponse) ProtoMessage()

func (*BatchedCommandResponse) Reset

func (m *BatchedCommandResponse) Reset()

func (*BatchedCommandResponse) String

func (m *BatchedCommandResponse) String() string

type CommandData

type CommandData struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*CommandData) Descriptor

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

func (*CommandData) GetData

func (m *CommandData) GetData() []byte

func (*CommandData) ProtoMessage

func (*CommandData) ProtoMessage()

func (*CommandData) Reset

func (m *CommandData) Reset()

func (*CommandData) String

func (m *CommandData) String() string

type CommandDescription

type CommandDescription struct {
	CommandName string `protobuf:"bytes,1,opt,name=command_name,json=commandName" json:"command_name,omitempty"`
	DeviceId    string `protobuf:"bytes,2,opt,name=device_id,json=deviceId" json:"device_id,omitempty"`
	CommandId   string `protobuf:"bytes,3,opt,name=command_id,json=commandId" json:"command_id,omitempty"`
}

func (*CommandDescription) Descriptor

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

func (*CommandDescription) GetCommandId

func (m *CommandDescription) GetCommandId() string

func (*CommandDescription) GetCommandName

func (m *CommandDescription) GetCommandName() string

func (*CommandDescription) GetDeviceId

func (m *CommandDescription) GetDeviceId() string

func (*CommandDescription) ProtoMessage

func (*CommandDescription) ProtoMessage()

func (*CommandDescription) Reset

func (m *CommandDescription) Reset()

func (*CommandDescription) String

func (m *CommandDescription) String() string

type CommandMetadata

type CommandMetadata struct {
	JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
}

func (*CommandMetadata) Descriptor

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

func (*CommandMetadata) GetJobId

func (m *CommandMetadata) GetJobId() string

func (*CommandMetadata) ProtoMessage

func (*CommandMetadata) ProtoMessage()

func (*CommandMetadata) Reset

func (m *CommandMetadata) Reset()

func (*CommandMetadata) String

func (m *CommandMetadata) String() string

type CommandRequest

type CommandRequest struct {
	Description *CommandDescription `protobuf:"bytes,1,opt,name=description" json:"description,omitempty"`
	Data        *CommandData        `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"`
	Metadata    *CommandMetadata    `protobuf:"bytes,3,opt,name=metadata" json:"metadata,omitempty"`
}

func (*CommandRequest) Descriptor

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

func (*CommandRequest) GetData

func (m *CommandRequest) GetData() *CommandData

func (*CommandRequest) GetDescription

func (m *CommandRequest) GetDescription() *CommandDescription

func (*CommandRequest) GetMetadata

func (m *CommandRequest) GetMetadata() *CommandMetadata

func (*CommandRequest) ProtoMessage

func (*CommandRequest) ProtoMessage()

func (*CommandRequest) Reset

func (m *CommandRequest) Reset()

func (*CommandRequest) String

func (m *CommandRequest) String() string

type CommandResponse

type CommandResponse struct {
	Request  *CommandRequest `protobuf:"bytes,1,opt,name=request" json:"request,omitempty"`
	Response *CommandData    `protobuf:"bytes,2,opt,name=response" json:"response,omitempty"`
}

func (*CommandResponse) Descriptor

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

func (*CommandResponse) GetRequest

func (m *CommandResponse) GetRequest() *CommandRequest

func (*CommandResponse) GetResponse

func (m *CommandResponse) GetResponse() *CommandData

func (*CommandResponse) ProtoMessage

func (*CommandResponse) ProtoMessage()

func (*CommandResponse) Reset

func (m *CommandResponse) Reset()

func (*CommandResponse) String

func (m *CommandResponse) String() string

Jump to

Keyboard shortcuts

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