Documentation ¶
Overview ¶
Package com_HailoOSS_service_config_read is a generated protocol buffer package.
It is generated from these files:
github.com/HailoOSS/config-service/proto/read/read.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 { Id *string `protobuf:"bytes,1,req,name=id" json:"id,omitempty"` Path *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { Config *string `protobuf:"bytes,1,req,name=config" json:"config,omitempty"` Hash *string `protobuf:"bytes,2,req,name=hash" json:"hash,omitempty"` Meta *com_HailoOSS_service_config.ChangeMeta `protobuf:"bytes,3,req,name=meta" json:"meta,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetMeta ¶
func (m *Response) GetMeta() *com_HailoOSS_service_config.ChangeMeta
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.