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()
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()
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
Click to show internal directories.
Click to hide internal directories.