com_HailoOSS_service_config_milticompile

package
v0.0.0-...-e0a41a6 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package com_HailoOSS_service_config_milticompile is a generated protocol buffer package.

It is generated from these files:

github.com/HailoOSS/config-service/proto/multicompile/multicompile.proto

It has these top-level messages:

Request
Response

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	CompileRequests  []*Request_CompileRequest `protobuf:"bytes,1,rep,name=compileRequests" json:"compileRequests,omitempty"`
	XXX_unrecognized []byte                    `json:"-"`
}

func (*Request) GetCompileRequests

func (m *Request) GetCompileRequests() []*Request_CompileRequest

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

type Request_CompileRequest

type Request_CompileRequest struct {
	Id               []string `protobuf:"bytes,1,rep,name=id" json:"id,omitempty"`
	Path             *string  `protobuf:"bytes,2,opt,name=path" json:"path,omitempty"`
	PreviousHash     *string  `protobuf:"bytes,3,opt,name=previousHash" json:"previousHash,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*Request_CompileRequest) GetId

func (m *Request_CompileRequest) GetId() []string

func (*Request_CompileRequest) GetPath

func (m *Request_CompileRequest) GetPath() string

func (*Request_CompileRequest) GetPreviousHash

func (m *Request_CompileRequest) GetPreviousHash() string

func (*Request_CompileRequest) ProtoMessage

func (*Request_CompileRequest) ProtoMessage()

func (*Request_CompileRequest) Reset

func (m *Request_CompileRequest) Reset()

func (*Request_CompileRequest) String

func (m *Request_CompileRequest) String() string

type Response

type Response struct {
	CompileResponses []*Response_CompileResponse `protobuf:"bytes,1,rep,name=compileResponses" json:"compileResponses,omitempty"`
	XXX_unrecognized []byte                      `json:"-"`
}

func (*Response) GetCompileResponses

func (m *Response) GetCompileResponses() []*Response_CompileResponse

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

type Response_CompileResponse

type Response_CompileResponse struct {
	Config           *string `protobuf:"bytes,1,opt,name=config" json:"config,omitempty"`
	Hash             *string `protobuf:"bytes,2,opt,name=hash" json:"hash,omitempty"`
	Error            *bool   `protobuf:"varint,3,opt,name=error" json:"error,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Response_CompileResponse) GetConfig

func (m *Response_CompileResponse) GetConfig() string

func (*Response_CompileResponse) GetError

func (m *Response_CompileResponse) GetError() bool

func (*Response_CompileResponse) GetHash

func (m *Response_CompileResponse) GetHash() string

func (*Response_CompileResponse) ProtoMessage

func (*Response_CompileResponse) ProtoMessage()

func (*Response_CompileResponse) Reset

func (m *Response_CompileResponse) Reset()

func (*Response_CompileResponse) String

func (m *Response_CompileResponse) String() string

Jump to

Keyboard shortcuts

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