Documentation ¶
Index ¶
- type Context
- func (*Context) Descriptor() ([]byte, []int)
- func (m *Context) GetID() string
- func (m *Context) GetStepper() string
- func (*Context) ProtoMessage()
- func (m *Context) Reset()
- func (m *Context) String() string
- func (m *Context) XXX_DiscardUnknown()
- func (m *Context) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Context) XXX_Merge(src proto.Message)
- func (m *Context) XXX_Size() int
- func (m *Context) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Stepper string `protobuf:"bytes,2,opt,name=Stepper,proto3" json:"Stepper,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Context) Descriptor ¶
func (*Context) GetStepper ¶
func (*Context) ProtoMessage ¶
func (*Context) ProtoMessage()
func (*Context) XXX_DiscardUnknown ¶
func (m *Context) XXX_DiscardUnknown()
func (*Context) XXX_Marshal ¶
func (*Context) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.