com_HailoOSS_service_config_changelog

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: 4 Imported by: 0

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) GetId

func (m *Request) GetId() string

func (*Request) GetLastId

func (m *Request) GetLastId() string

func (*Request) GetRangeEnd

func (m *Request) GetRangeEnd() int64

func (*Request) GetRangeStart

func (m *Request) GetRangeStart() int64

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

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) GetLast

func (m *Response) GetLast() string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

Jump to

Keyboard shortcuts

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