Documentation ¶
Index ¶
- type CachedStep
- 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_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CachedStep) XXX_Merge(src proto.Message)
- func (m *CachedStep) XXX_Size() int
- func (m *CachedStep) XXX_Unmarshal(b []byte) error
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,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 ¶
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
func (*CachedStep) XXX_DiscardUnknown ¶
func (m *CachedStep) XXX_DiscardUnknown()
func (*CachedStep) XXX_Marshal ¶
func (m *CachedStep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CachedStep) XXX_Merge ¶
func (m *CachedStep) XXX_Merge(src proto.Message)
func (*CachedStep) XXX_Size ¶
func (m *CachedStep) XXX_Size() int
func (*CachedStep) XXX_Unmarshal ¶
func (m *CachedStep) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.