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 `` /* 148-byte string literal not displayed */
// owner of the engine of this runner
Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty" hash:"name:2" validate:"required"`
// instanceHash is hash of the instance that runner will handle
InstanceHash github_com_mesg_foundation_engine_hash.Hash `` /* 169-byte string literal not displayed */
// The address of the runner.
Address github_com_cosmos_cosmos_sdk_types.AccAddress `` /* 162-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.