Documentation ¶
Overview ¶
Package com_HailoOSS_service_config_changelog is a generated protocol buffer package.
It is generated from these files:
github.com/HailoOSS/config-service/proto/changelog/changelog.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 { // specify an ID to filter the change log Id *string `protobuf:"bytes,4,opt,name=id" json:"id,omitempty"` // specify a time range to search between RangeStart *int64 `protobuf:"varint,1,opt,name=rangeStart" json:"rangeStart,omitempty"` RangeEnd *int64 `protobuf:"varint,2,opt,name=rangeEnd" json:"rangeEnd,omitempty"` // paginate LastId *string `protobuf:"bytes,3,opt,name=lastId" json:"lastId,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) GetRangeEnd ¶
func (*Request) GetRangeStart ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { Changes []*com_HailoOSS_service_config.Change `protobuf:"bytes,1,rep,name=changes" json:"changes,omitempty"` Last *string `protobuf:"bytes,2,opt,name=last" json:"last,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetChanges ¶
func (m *Response) GetChanges() []*com_HailoOSS_service_config.Change
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.