import "go.chromium.org/luci/milo/buildsource/rawpresentation/internal"
type CachedStep struct { // Step is the root annotation step. Step *milo.Step `protobuf:"bytes,1,opt,name=step,proto3" json:"step,omitempty"` // Finished is true if this is the last annotation protobuf in the stream. Finished bool `protobuf:"varint,2,opt,name=finished,proto3" json:"finished,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
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() ([]byte, []int)
func (m *CachedStep) GetFinished() bool
func (m *CachedStep) GetStep() *milo.Step
func (*CachedStep) ProtoMessage()
func (m *CachedStep) Reset()
func (m *CachedStep) String() string
func (m *CachedStep) XXX_DiscardUnknown()
func (m *CachedStep) XXX_Merge(src proto.Message)
func (m *CachedStep) XXX_Size() int
func (m *CachedStep) XXX_Unmarshal(b []byte) error
Package internal imports 4 packages (graph) and is imported by 2 packages. Updated 2019-02-23. Refresh now. Tools for package owners.