Documentation
¶
Index ¶
- type Instance
- func (*Instance) Descriptor() ([]byte, []int)
- func (*Instance) ProtoMessage()
- func (m *Instance) Reset()
- func (m *Instance) String() string
- func (m *Instance) XXX_DiscardUnknown()
- func (m *Instance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Instance) XXX_Merge(src proto.Message)
- func (m *Instance) XXX_Size() int
- func (m *Instance) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
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"`
ServiceHash github_com_mesg_foundation_engine_hash.Hash `protobuf:"bytes,2,opt,name=serviceHash,proto3,customtype=github.com/mesg-foundation/engine/hash.Hash" json:"serviceHash"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Instance represents service's instance.
func (*Instance) Descriptor ¶ added in v0.14.0
func (*Instance) ProtoMessage ¶ added in v0.14.0
func (*Instance) ProtoMessage()
func (*Instance) XXX_DiscardUnknown ¶ added in v0.14.0
func (m *Instance) XXX_DiscardUnknown()
func (*Instance) XXX_Marshal ¶ added in v0.14.0
func (*Instance) XXX_Unmarshal ¶ added in v0.14.0
Click to show internal directories.
Click to hide internal directories.