Documentation
¶
Index ¶
- type Runner
- func (*Runner) Descriptor() ([]byte, []int)
- func (this *Runner) Equal(that interface{}) bool
- func (*Runner) ProtoMessage()
- func (m *Runner) Reset()
- func (m *Runner) String() string
- func (m *Runner) XXX_DiscardUnknown()
- func (m *Runner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Runner) XXX_Merge(src proto.Message)
- func (m *Runner) XXX_Size() int
- func (m *Runner) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// Runner's hash
Hash github_com_mesg_foundation_engine_hash.Hash `protobuf:"bytes,1,opt,name=hash,proto3,customtype=github.com/mesg-foundation/engine/hash.Hash" json:"hash" hash:"-"`
// address of the engine of this runner
Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty" hash:"name:2"`
// instanceHash is hash of the instance that runner will handle
InstanceHash github_com_mesg_foundation_engine_hash.Hash `` /* 136-byte string literal not displayed */
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Runner represents one node service's instance.
func (*Runner) Descriptor ¶
func (*Runner) ProtoMessage ¶
func (*Runner) ProtoMessage()
func (*Runner) XXX_DiscardUnknown ¶
func (m *Runner) XXX_DiscardUnknown()
func (*Runner) XXX_Marshal ¶
func (*Runner) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.