Documentation ¶
Overview ¶
Package internal is a generated protocol buffer package.
It is generated from these files:
github.com/luci/luci-go/milo/buildsource/rawpresentation/internal/stream.proto
It has these top-level messages:
CachedStep
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedStep ¶
type CachedStep struct { // Step is the root annotation step. Step *milo.Step `protobuf:"bytes,1,opt,name=step" json:"step,omitempty"` // Finished is true if this is the last annotation protobuf in the stream. Finished bool `protobuf:"varint,2,opt,name=finished" json:"finished,omitempty"` }
Item is a full annotation protobuf state item. It is used to serialize and deserialize Step and associated fetch data into memcache.
func (*CachedStep) Descriptor ¶
func (*CachedStep) Descriptor() ([]byte, []int)
func (*CachedStep) GetFinished ¶
func (m *CachedStep) GetFinished() bool
func (*CachedStep) GetStep ¶
func (m *CachedStep) GetStep() *milo.Step
func (*CachedStep) ProtoMessage ¶
func (*CachedStep) ProtoMessage()
func (*CachedStep) Reset ¶
func (m *CachedStep) Reset()
func (*CachedStep) String ¶
func (m *CachedStep) String() string
Click to show internal directories.
Click to hide internal directories.