payload

package
v0.9.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2019 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CodeUnknown = 0

	CodeDeactivated              = 1001
	CodeFlowCanceled             = 1002
	CodeNotFound                 = 1003
	CodeNoPendings               = 1004
	CodeNoStartPulse             = 1005
	CodeRequestNotFound          = 1006
	CodeRequestInvalid           = 1007
	CodeRequestNonClosedOutgoing = 1008
	CodeRequestNonOldestMutable  = 1009
	CodeReasonIsWrong            = 1011
	CodeNonActivated             = 1012
	CodeLoopDetected             = 1013
)
View Source
const (
	MessageHashSize = 28
	MorphFieldNum   = 16
	MorpyFieldType  = 0 // Varint
)

Variables

View Source
var (
	ErrInvalidLengthPayload = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPayload   = fmt.Errorf("proto: integer overflow")
)
View Source
var TypesMap = func() map[string]Type {
	m := map[string]Type{}
	for i := TypeUnknown; i < _latestType; i++ {
		m[i.String()] = i
	}
	return m
}()

TypesMap contains Type name (gen by stringer) to type mapping.

Functions

func Marshal

func Marshal(payload Payload) ([]byte, error)

func MarshalType

func MarshalType(t Type) ([]byte, error)

MarshalType encodes payload type into binary.

func MustMarshal

func MustMarshal(p Payload) []byte

func MustNewMessage

func MustNewMessage(pl Payload) *message.Message

func NewMessage

func NewMessage(pl Payload) (*message.Message, error)

func NewResultMessage

func NewResultMessage(pl Payload) (*message.Message, error)

Types

type AbandonedRequestsNotification

type AbandonedRequestsNotification struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
}

func (*AbandonedRequestsNotification) Descriptor

func (*AbandonedRequestsNotification) Descriptor() ([]byte, []int)

func (*AbandonedRequestsNotification) Equal

func (this *AbandonedRequestsNotification) Equal(that interface{}) bool

func (*AbandonedRequestsNotification) GetPolymorph

func (m *AbandonedRequestsNotification) GetPolymorph() uint32

func (*AbandonedRequestsNotification) GoString

func (this *AbandonedRequestsNotification) GoString() string

func (*AbandonedRequestsNotification) Marshal

func (m *AbandonedRequestsNotification) Marshal() (dAtA []byte, err error)

func (*AbandonedRequestsNotification) MarshalTo

func (m *AbandonedRequestsNotification) MarshalTo(dAtA []byte) (int, error)

func (*AbandonedRequestsNotification) ProtoMessage

func (*AbandonedRequestsNotification) ProtoMessage()

func (*AbandonedRequestsNotification) Reset

func (m *AbandonedRequestsNotification) Reset()

func (*AbandonedRequestsNotification) Size

func (m *AbandonedRequestsNotification) Size() (n int)

func (*AbandonedRequestsNotification) String

func (this *AbandonedRequestsNotification) String() string

func (*AbandonedRequestsNotification) Unmarshal

func (m *AbandonedRequestsNotification) Unmarshal(dAtA []byte) error

func (*AbandonedRequestsNotification) XXX_DiscardUnknown

func (m *AbandonedRequestsNotification) XXX_DiscardUnknown()

func (*AbandonedRequestsNotification) XXX_Marshal

func (m *AbandonedRequestsNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AbandonedRequestsNotification) XXX_Merge

func (m *AbandonedRequestsNotification) XXX_Merge(src proto.Message)

func (*AbandonedRequestsNotification) XXX_Size

func (m *AbandonedRequestsNotification) XXX_Size() int

func (*AbandonedRequestsNotification) XXX_Unmarshal

func (m *AbandonedRequestsNotification) XXX_Unmarshal(b []byte) error

type Activate

type Activate struct {
	Polymorph uint32 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Record    []byte `protobuf:"bytes,20,opt,name=Record,proto3" json:"Record,omitempty"`
	Result    []byte `protobuf:"bytes,21,opt,name=Result,proto3" json:"Result,omitempty"`
}

func (*Activate) Descriptor

func (*Activate) Descriptor() ([]byte, []int)

func (*Activate) Equal

func (this *Activate) Equal(that interface{}) bool

func (*Activate) GetPolymorph

func (m *Activate) GetPolymorph() uint32

func (*Activate) GetRecord

func (m *Activate) GetRecord() []byte

func (*Activate) GetResult

func (m *Activate) GetResult() []byte

func (*Activate) GoString

func (this *Activate) GoString() string

func (*Activate) Marshal

func (m *Activate) Marshal() (dAtA []byte, err error)

func (*Activate) MarshalTo

func (m *Activate) MarshalTo(dAtA []byte) (int, error)

func (*Activate) ProtoMessage

func (*Activate) ProtoMessage()

func (*Activate) Reset

func (m *Activate) Reset()

func (*Activate) Size

func (m *Activate) Size() (n int)

func (*Activate) String

func (this *Activate) String() string

func (*Activate) Unmarshal

func (m *Activate) Unmarshal(dAtA []byte) error

func (*Activate) XXX_DiscardUnknown

func (m *Activate) XXX_DiscardUnknown()

func (*Activate) XXX_Marshal

func (m *Activate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Activate) XXX_Merge

func (m *Activate) XXX_Merge(src proto.Message)

func (*Activate) XXX_Size

func (m *Activate) XXX_Size() int

func (*Activate) XXX_Unmarshal

func (m *Activate) XXX_Unmarshal(b []byte) error

type AdditionalCallFromPreviousExecutor

type AdditionalCallFromPreviousExecutor struct {
	Polymorph       uint32                                          `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectReference github_com_insolar_insolar_insolar.Reference    `` /* 130-byte string literal not displayed */
	Pending         github_com_insolar_insolar_insolar.PendingState `protobuf:"varint,21,opt,name=Pending,proto3,customtype=github.com/insolar/insolar/insolar.PendingState" json:"Pending"`
	RequestRef      github_com_insolar_insolar_insolar.Reference    `protobuf:"bytes,22,opt,name=RequestRef,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"RequestRef"`
	Request         *record.IncomingRequest                         `protobuf:"bytes,23,opt,name=Request,proto3" json:"Request,omitempty"`
	ServiceData     *ServiceData                                    `protobuf:"bytes,24,opt,name=ServiceData,proto3" json:"ServiceData,omitempty"`
}

func (*AdditionalCallFromPreviousExecutor) Descriptor

func (*AdditionalCallFromPreviousExecutor) Descriptor() ([]byte, []int)

func (*AdditionalCallFromPreviousExecutor) Equal

func (this *AdditionalCallFromPreviousExecutor) Equal(that interface{}) bool

func (*AdditionalCallFromPreviousExecutor) GetPolymorph

func (m *AdditionalCallFromPreviousExecutor) GetPolymorph() uint32

func (*AdditionalCallFromPreviousExecutor) GetRequest

func (*AdditionalCallFromPreviousExecutor) GetServiceData

func (m *AdditionalCallFromPreviousExecutor) GetServiceData() *ServiceData

func (*AdditionalCallFromPreviousExecutor) GoString

func (this *AdditionalCallFromPreviousExecutor) GoString() string

func (*AdditionalCallFromPreviousExecutor) Marshal

func (m *AdditionalCallFromPreviousExecutor) Marshal() (dAtA []byte, err error)

func (*AdditionalCallFromPreviousExecutor) MarshalTo

func (m *AdditionalCallFromPreviousExecutor) MarshalTo(dAtA []byte) (int, error)

func (*AdditionalCallFromPreviousExecutor) ProtoMessage

func (*AdditionalCallFromPreviousExecutor) ProtoMessage()

func (*AdditionalCallFromPreviousExecutor) Reset

func (*AdditionalCallFromPreviousExecutor) Size

func (*AdditionalCallFromPreviousExecutor) String

func (*AdditionalCallFromPreviousExecutor) Unmarshal

func (m *AdditionalCallFromPreviousExecutor) Unmarshal(dAtA []byte) error

func (*AdditionalCallFromPreviousExecutor) XXX_DiscardUnknown

func (m *AdditionalCallFromPreviousExecutor) XXX_DiscardUnknown()

func (*AdditionalCallFromPreviousExecutor) XXX_Marshal

func (m *AdditionalCallFromPreviousExecutor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdditionalCallFromPreviousExecutor) XXX_Merge

func (*AdditionalCallFromPreviousExecutor) XXX_Size

func (*AdditionalCallFromPreviousExecutor) XXX_Unmarshal

func (m *AdditionalCallFromPreviousExecutor) XXX_Unmarshal(b []byte) error

type CallMethod

type CallMethod struct {
	Polymorph   uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Request     *record.IncomingRequest                        `protobuf:"bytes,20,opt,name=Request,proto3" json:"Request,omitempty"`
	PulseNumber github_com_insolar_insolar_insolar.PulseNumber `protobuf:"varint,21,opt,name=PulseNumber,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"PulseNumber"`
}

func (*CallMethod) Descriptor

func (*CallMethod) Descriptor() ([]byte, []int)

func (*CallMethod) Equal

func (this *CallMethod) Equal(that interface{}) bool

func (*CallMethod) GetPolymorph

func (m *CallMethod) GetPolymorph() uint32

func (*CallMethod) GetRequest

func (m *CallMethod) GetRequest() *record.IncomingRequest

func (*CallMethod) GoString

func (this *CallMethod) GoString() string

func (*CallMethod) Marshal

func (m *CallMethod) Marshal() (dAtA []byte, err error)

func (*CallMethod) MarshalTo

func (m *CallMethod) MarshalTo(dAtA []byte) (int, error)

func (*CallMethod) ProtoMessage

func (*CallMethod) ProtoMessage()

func (*CallMethod) Reset

func (m *CallMethod) Reset()

func (*CallMethod) Size

func (m *CallMethod) Size() (n int)

func (*CallMethod) String

func (this *CallMethod) String() string

func (*CallMethod) Unmarshal

func (m *CallMethod) Unmarshal(dAtA []byte) error

func (*CallMethod) XXX_DiscardUnknown

func (m *CallMethod) XXX_DiscardUnknown()

func (*CallMethod) XXX_Marshal

func (m *CallMethod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CallMethod) XXX_Merge

func (m *CallMethod) XXX_Merge(src proto.Message)

func (*CallMethod) XXX_Size

func (m *CallMethod) XXX_Size() int

func (*CallMethod) XXX_Unmarshal

func (m *CallMethod) XXX_Unmarshal(b []byte) error

type Code

type Code struct {
	Polymorph uint32 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Record    []byte `protobuf:"bytes,20,opt,name=Record,proto3" json:"Record,omitempty"`
}

func (*Code) Descriptor

func (*Code) Descriptor() ([]byte, []int)

func (*Code) Equal

func (this *Code) Equal(that interface{}) bool

func (*Code) GetPolymorph

func (m *Code) GetPolymorph() uint32

func (*Code) GetRecord

func (m *Code) GetRecord() []byte

func (*Code) GoString

func (this *Code) GoString() string

func (*Code) Marshal

func (m *Code) Marshal() (dAtA []byte, err error)

func (*Code) MarshalTo

func (m *Code) MarshalTo(dAtA []byte) (int, error)

func (*Code) ProtoMessage

func (*Code) ProtoMessage()

func (*Code) Reset

func (m *Code) Reset()

func (*Code) Size

func (m *Code) Size() (n int)

func (*Code) String

func (this *Code) String() string

func (*Code) Unmarshal

func (m *Code) Unmarshal(dAtA []byte) error

func (*Code) XXX_DiscardUnknown

func (m *Code) XXX_DiscardUnknown()

func (*Code) XXX_Marshal

func (m *Code) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Code) XXX_Merge

func (m *Code) XXX_Merge(src proto.Message)

func (*Code) XXX_Size

func (m *Code) XXX_Size() int

func (*Code) XXX_Unmarshal

func (m *Code) XXX_Unmarshal(b []byte) error

type CodedError

type CodedError struct {
	Text string
	Code uint32
}

func (*CodedError) Error

func (e *CodedError) Error() string

func (*CodedError) GetCode

func (e *CodedError) GetCode() uint32

type Deactivate

type Deactivate struct {
	Polymorph uint32 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Record    []byte `protobuf:"bytes,20,opt,name=Record,proto3" json:"Record,omitempty"`
	Result    []byte `protobuf:"bytes,21,opt,name=Result,proto3" json:"Result,omitempty"`
}

func (*Deactivate) Descriptor

func (*Deactivate) Descriptor() ([]byte, []int)

func (*Deactivate) Equal

func (this *Deactivate) Equal(that interface{}) bool

func (*Deactivate) GetPolymorph

func (m *Deactivate) GetPolymorph() uint32

func (*Deactivate) GetRecord

func (m *Deactivate) GetRecord() []byte

func (*Deactivate) GetResult

func (m *Deactivate) GetResult() []byte

func (*Deactivate) GoString

func (this *Deactivate) GoString() string

func (*Deactivate) Marshal

func (m *Deactivate) Marshal() (dAtA []byte, err error)

func (*Deactivate) MarshalTo

func (m *Deactivate) MarshalTo(dAtA []byte) (int, error)

func (*Deactivate) ProtoMessage

func (*Deactivate) ProtoMessage()

func (*Deactivate) Reset

func (m *Deactivate) Reset()

func (*Deactivate) Size

func (m *Deactivate) Size() (n int)

func (*Deactivate) String

func (this *Deactivate) String() string

func (*Deactivate) Unmarshal

func (m *Deactivate) Unmarshal(dAtA []byte) error

func (*Deactivate) XXX_DiscardUnknown

func (m *Deactivate) XXX_DiscardUnknown()

func (*Deactivate) XXX_Marshal

func (m *Deactivate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Deactivate) XXX_Merge

func (m *Deactivate) XXX_Merge(src proto.Message)

func (*Deactivate) XXX_Size

func (m *Deactivate) XXX_Size() int

func (*Deactivate) XXX_Unmarshal

func (m *Deactivate) XXX_Unmarshal(b []byte) error

type Error

type Error struct {
	Polymorph uint32 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Code      uint32 `protobuf:"varint,20,opt,name=Code,proto3" json:"Code,omitempty"`
	Text      string `protobuf:"bytes,21,opt,name=Text,proto3" json:"Text,omitempty"`
}

func (*Error) Descriptor

func (*Error) Descriptor() ([]byte, []int)

func (*Error) Equal

func (this *Error) Equal(that interface{}) bool

func (*Error) GetCode

func (m *Error) GetCode() uint32

func (*Error) GetPolymorph

func (m *Error) GetPolymorph() uint32

func (*Error) GetText

func (m *Error) GetText() string

func (*Error) GoString

func (this *Error) GoString() string

func (*Error) Marshal

func (m *Error) Marshal() (dAtA []byte, err error)

func (*Error) MarshalTo

func (m *Error) MarshalTo(dAtA []byte) (int, error)

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) Reset

func (m *Error) Reset()

func (*Error) Size

func (m *Error) Size() (n int)

func (*Error) String

func (this *Error) String() string

func (*Error) Unmarshal

func (m *Error) Unmarshal(dAtA []byte) error

func (*Error) XXX_DiscardUnknown

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal

func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Error) XXX_Merge

func (m *Error) XXX_Merge(src proto.Message)

func (*Error) XXX_Size

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal

func (m *Error) XXX_Unmarshal(b []byte) error

type ErrorResultExists added in v0.9.8

type ErrorResultExists struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	ResultID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,21,opt,name=ResultID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ResultID"`
	Result    []byte                                `protobuf:"bytes,22,opt,name=Result,proto3" json:"Result,omitempty"`
}

func (*ErrorResultExists) Descriptor added in v0.9.8

func (*ErrorResultExists) Descriptor() ([]byte, []int)

func (*ErrorResultExists) Equal added in v0.9.8

func (this *ErrorResultExists) Equal(that interface{}) bool

func (*ErrorResultExists) GetPolymorph added in v0.9.8

func (m *ErrorResultExists) GetPolymorph() uint32

func (*ErrorResultExists) GetResult added in v0.9.8

func (m *ErrorResultExists) GetResult() []byte

func (*ErrorResultExists) GoString added in v0.9.8

func (this *ErrorResultExists) GoString() string

func (*ErrorResultExists) Marshal added in v0.9.8

func (m *ErrorResultExists) Marshal() (dAtA []byte, err error)

func (*ErrorResultExists) MarshalTo added in v0.9.8

func (m *ErrorResultExists) MarshalTo(dAtA []byte) (int, error)

func (*ErrorResultExists) ProtoMessage added in v0.9.8

func (*ErrorResultExists) ProtoMessage()

func (*ErrorResultExists) Reset added in v0.9.8

func (m *ErrorResultExists) Reset()

func (*ErrorResultExists) Size added in v0.9.8

func (m *ErrorResultExists) Size() (n int)

func (*ErrorResultExists) String added in v0.9.8

func (this *ErrorResultExists) String() string

func (*ErrorResultExists) Unmarshal added in v0.9.8

func (m *ErrorResultExists) Unmarshal(dAtA []byte) error

func (*ErrorResultExists) XXX_DiscardUnknown added in v0.9.8

func (m *ErrorResultExists) XXX_DiscardUnknown()

func (*ErrorResultExists) XXX_Marshal added in v0.9.8

func (m *ErrorResultExists) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ErrorResultExists) XXX_Merge added in v0.9.8

func (m *ErrorResultExists) XXX_Merge(src proto.Message)

func (*ErrorResultExists) XXX_Size added in v0.9.8

func (m *ErrorResultExists) XXX_Size() int

func (*ErrorResultExists) XXX_Unmarshal added in v0.9.8

func (m *ErrorResultExists) XXX_Unmarshal(b []byte) error

type ExecutionQueueElement

type ExecutionQueueElement struct {
	Polymorph   uint32                                       `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	RequestRef  github_com_insolar_insolar_insolar.Reference `protobuf:"bytes,20,opt,name=RequestRef,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"RequestRef"`
	Incoming    *record.IncomingRequest                      `protobuf:"bytes,21,opt,name=Incoming,proto3" json:"Incoming,omitempty"`
	ServiceData *ServiceData                                 `protobuf:"bytes,22,opt,name=ServiceData,proto3" json:"ServiceData,omitempty"`
}

func (*ExecutionQueueElement) Descriptor

func (*ExecutionQueueElement) Descriptor() ([]byte, []int)

func (*ExecutionQueueElement) Equal

func (this *ExecutionQueueElement) Equal(that interface{}) bool

func (*ExecutionQueueElement) GetIncoming

func (m *ExecutionQueueElement) GetIncoming() *record.IncomingRequest

func (*ExecutionQueueElement) GetPolymorph

func (m *ExecutionQueueElement) GetPolymorph() uint32

func (*ExecutionQueueElement) GetServiceData

func (m *ExecutionQueueElement) GetServiceData() *ServiceData

func (*ExecutionQueueElement) GoString

func (this *ExecutionQueueElement) GoString() string

func (*ExecutionQueueElement) Marshal

func (m *ExecutionQueueElement) Marshal() (dAtA []byte, err error)

func (*ExecutionQueueElement) MarshalTo

func (m *ExecutionQueueElement) MarshalTo(dAtA []byte) (int, error)

func (*ExecutionQueueElement) ProtoMessage

func (*ExecutionQueueElement) ProtoMessage()

func (*ExecutionQueueElement) Reset

func (m *ExecutionQueueElement) Reset()

func (*ExecutionQueueElement) Size

func (m *ExecutionQueueElement) Size() (n int)

func (*ExecutionQueueElement) String

func (this *ExecutionQueueElement) String() string

func (*ExecutionQueueElement) Unmarshal

func (m *ExecutionQueueElement) Unmarshal(dAtA []byte) error

func (*ExecutionQueueElement) XXX_DiscardUnknown

func (m *ExecutionQueueElement) XXX_DiscardUnknown()

func (*ExecutionQueueElement) XXX_Marshal

func (m *ExecutionQueueElement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecutionQueueElement) XXX_Merge

func (m *ExecutionQueueElement) XXX_Merge(src proto.Message)

func (*ExecutionQueueElement) XXX_Size

func (m *ExecutionQueueElement) XXX_Size() int

func (*ExecutionQueueElement) XXX_Unmarshal

func (m *ExecutionQueueElement) XXX_Unmarshal(b []byte) error

type ExecutorResults

type ExecutorResults struct {
	Polymorph             uint32                                          `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Caller                github_com_insolar_insolar_insolar.Reference    `protobuf:"bytes,20,opt,name=Caller,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"Caller"`
	RecordRef             github_com_insolar_insolar_insolar.Reference    `protobuf:"bytes,21,opt,name=RecordRef,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"RecordRef"`
	Queue                 []*ExecutionQueueElement                        `protobuf:"bytes,22,rep,name=Queue,proto3" json:"Queue,omitempty"`
	LedgerHasMoreRequests bool                                            `protobuf:"varint,23,opt,name=LedgerHasMoreRequests,proto3" json:"LedgerHasMoreRequests,omitempty"`
	Pending               github_com_insolar_insolar_insolar.PendingState `protobuf:"varint,24,opt,name=Pending,proto3,customtype=github.com/insolar/insolar/insolar.PendingState" json:"Pending"`
}

func (*ExecutorResults) Descriptor

func (*ExecutorResults) Descriptor() ([]byte, []int)

func (*ExecutorResults) Equal

func (this *ExecutorResults) Equal(that interface{}) bool

func (*ExecutorResults) GetLedgerHasMoreRequests

func (m *ExecutorResults) GetLedgerHasMoreRequests() bool

func (*ExecutorResults) GetPolymorph

func (m *ExecutorResults) GetPolymorph() uint32

func (*ExecutorResults) GetQueue

func (m *ExecutorResults) GetQueue() []*ExecutionQueueElement

func (*ExecutorResults) GoString

func (this *ExecutorResults) GoString() string

func (*ExecutorResults) Marshal

func (m *ExecutorResults) Marshal() (dAtA []byte, err error)

func (*ExecutorResults) MarshalTo

func (m *ExecutorResults) MarshalTo(dAtA []byte) (int, error)

func (*ExecutorResults) ProtoMessage

func (*ExecutorResults) ProtoMessage()

func (*ExecutorResults) Reset

func (m *ExecutorResults) Reset()

func (*ExecutorResults) Size

func (m *ExecutorResults) Size() (n int)

func (*ExecutorResults) String

func (this *ExecutorResults) String() string

func (*ExecutorResults) Unmarshal

func (m *ExecutorResults) Unmarshal(dAtA []byte) error

func (*ExecutorResults) XXX_DiscardUnknown

func (m *ExecutorResults) XXX_DiscardUnknown()

func (*ExecutorResults) XXX_Marshal

func (m *ExecutorResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecutorResults) XXX_Merge

func (m *ExecutorResults) XXX_Merge(src proto.Message)

func (*ExecutorResults) XXX_Size

func (m *ExecutorResults) XXX_Size() int

func (*ExecutorResults) XXX_Unmarshal

func (m *ExecutorResults) XXX_Unmarshal(b []byte) error

type FilamentSegment

type FilamentSegment struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	Records   []record.CompositeFilamentRecord      `protobuf:"bytes,21,rep,name=Records,proto3" json:"Records"`
}

func (*FilamentSegment) Descriptor

func (*FilamentSegment) Descriptor() ([]byte, []int)

func (*FilamentSegment) Equal

func (this *FilamentSegment) Equal(that interface{}) bool

func (*FilamentSegment) GetPolymorph

func (m *FilamentSegment) GetPolymorph() uint32

func (*FilamentSegment) GetRecords

func (*FilamentSegment) GoString

func (this *FilamentSegment) GoString() string

func (*FilamentSegment) Marshal

func (m *FilamentSegment) Marshal() (dAtA []byte, err error)

func (*FilamentSegment) MarshalTo

func (m *FilamentSegment) MarshalTo(dAtA []byte) (int, error)

func (*FilamentSegment) ProtoMessage

func (*FilamentSegment) ProtoMessage()

func (*FilamentSegment) Reset

func (m *FilamentSegment) Reset()

func (*FilamentSegment) Size

func (m *FilamentSegment) Size() (n int)

func (*FilamentSegment) String

func (this *FilamentSegment) String() string

func (*FilamentSegment) Unmarshal

func (m *FilamentSegment) Unmarshal(dAtA []byte) error

func (*FilamentSegment) XXX_DiscardUnknown

func (m *FilamentSegment) XXX_DiscardUnknown()

func (*FilamentSegment) XXX_Marshal

func (m *FilamentSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FilamentSegment) XXX_Merge

func (m *FilamentSegment) XXX_Merge(src proto.Message)

func (*FilamentSegment) XXX_Size

func (m *FilamentSegment) XXX_Size() int

func (*FilamentSegment) XXX_Unmarshal

func (m *FilamentSegment) XXX_Unmarshal(b []byte) error

type GetCode

type GetCode struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	CodeID    github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=CodeID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"CodeID"`
}

func (*GetCode) Descriptor

func (*GetCode) Descriptor() ([]byte, []int)

func (*GetCode) Equal

func (this *GetCode) Equal(that interface{}) bool

func (*GetCode) GetPolymorph

func (m *GetCode) GetPolymorph() uint32

func (*GetCode) GoString

func (this *GetCode) GoString() string

func (*GetCode) Marshal

func (m *GetCode) Marshal() (dAtA []byte, err error)

func (*GetCode) MarshalTo

func (m *GetCode) MarshalTo(dAtA []byte) (int, error)

func (*GetCode) ProtoMessage

func (*GetCode) ProtoMessage()

func (*GetCode) Reset

func (m *GetCode) Reset()

func (*GetCode) Size

func (m *GetCode) Size() (n int)

func (*GetCode) String

func (this *GetCode) String() string

func (*GetCode) Unmarshal

func (m *GetCode) Unmarshal(dAtA []byte) error

func (*GetCode) XXX_DiscardUnknown

func (m *GetCode) XXX_DiscardUnknown()

func (*GetCode) XXX_Marshal

func (m *GetCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCode) XXX_Merge

func (m *GetCode) XXX_Merge(src proto.Message)

func (*GetCode) XXX_Size

func (m *GetCode) XXX_Size() int

func (*GetCode) XXX_Unmarshal

func (m *GetCode) XXX_Unmarshal(b []byte) error

type GetFilament

type GetFilament struct {
	Polymorph uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID          `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	StartFrom github_com_insolar_insolar_insolar.ID          `protobuf:"bytes,21,opt,name=StartFrom,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"StartFrom"`
	ReadUntil github_com_insolar_insolar_insolar.PulseNumber `protobuf:"bytes,22,opt,name=ReadUntil,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"ReadUntil"`
}

func (*GetFilament) Descriptor

func (*GetFilament) Descriptor() ([]byte, []int)

func (*GetFilament) Equal

func (this *GetFilament) Equal(that interface{}) bool

func (*GetFilament) GetPolymorph

func (m *GetFilament) GetPolymorph() uint32

func (*GetFilament) GoString

func (this *GetFilament) GoString() string

func (*GetFilament) Marshal

func (m *GetFilament) Marshal() (dAtA []byte, err error)

func (*GetFilament) MarshalTo

func (m *GetFilament) MarshalTo(dAtA []byte) (int, error)

func (*GetFilament) ProtoMessage

func (*GetFilament) ProtoMessage()

func (*GetFilament) Reset

func (m *GetFilament) Reset()

func (*GetFilament) Size

func (m *GetFilament) Size() (n int)

func (*GetFilament) String

func (this *GetFilament) String() string

func (*GetFilament) Unmarshal

func (m *GetFilament) Unmarshal(dAtA []byte) error

func (*GetFilament) XXX_DiscardUnknown

func (m *GetFilament) XXX_DiscardUnknown()

func (*GetFilament) XXX_Marshal

func (m *GetFilament) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFilament) XXX_Merge

func (m *GetFilament) XXX_Merge(src proto.Message)

func (*GetFilament) XXX_Size

func (m *GetFilament) XXX_Size() int

func (*GetFilament) XXX_Unmarshal

func (m *GetFilament) XXX_Unmarshal(b []byte) error

type GetIndex

type GetIndex struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
}

func (*GetIndex) Descriptor

func (*GetIndex) Descriptor() ([]byte, []int)

func (*GetIndex) Equal

func (this *GetIndex) Equal(that interface{}) bool

func (*GetIndex) GetPolymorph

func (m *GetIndex) GetPolymorph() uint32

func (*GetIndex) GoString

func (this *GetIndex) GoString() string

func (*GetIndex) Marshal

func (m *GetIndex) Marshal() (dAtA []byte, err error)

func (*GetIndex) MarshalTo

func (m *GetIndex) MarshalTo(dAtA []byte) (int, error)

func (*GetIndex) ProtoMessage

func (*GetIndex) ProtoMessage()

func (*GetIndex) Reset

func (m *GetIndex) Reset()

func (*GetIndex) Size

func (m *GetIndex) Size() (n int)

func (*GetIndex) String

func (this *GetIndex) String() string

func (*GetIndex) Unmarshal

func (m *GetIndex) Unmarshal(dAtA []byte) error

func (*GetIndex) XXX_DiscardUnknown

func (m *GetIndex) XXX_DiscardUnknown()

func (*GetIndex) XXX_Marshal

func (m *GetIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetIndex) XXX_Merge

func (m *GetIndex) XXX_Merge(src proto.Message)

func (*GetIndex) XXX_Size

func (m *GetIndex) XXX_Size() int

func (*GetIndex) XXX_Unmarshal

func (m *GetIndex) XXX_Unmarshal(b []byte) error

type GetJet

type GetJet struct {
	Polymorph   uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID    github_com_insolar_insolar_insolar.ID          `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	PulseNumber github_com_insolar_insolar_insolar.PulseNumber `protobuf:"varint,21,opt,name=PulseNumber,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"PulseNumber"`
}

func (*GetJet) Descriptor

func (*GetJet) Descriptor() ([]byte, []int)

func (*GetJet) Equal

func (this *GetJet) Equal(that interface{}) bool

func (*GetJet) GetPolymorph

func (m *GetJet) GetPolymorph() uint32

func (*GetJet) GoString

func (this *GetJet) GoString() string

func (*GetJet) Marshal

func (m *GetJet) Marshal() (dAtA []byte, err error)

func (*GetJet) MarshalTo

func (m *GetJet) MarshalTo(dAtA []byte) (int, error)

func (*GetJet) ProtoMessage

func (*GetJet) ProtoMessage()

func (*GetJet) Reset

func (m *GetJet) Reset()

func (*GetJet) Size

func (m *GetJet) Size() (n int)

func (*GetJet) String

func (this *GetJet) String() string

func (*GetJet) Unmarshal

func (m *GetJet) Unmarshal(dAtA []byte) error

func (*GetJet) XXX_DiscardUnknown

func (m *GetJet) XXX_DiscardUnknown()

func (*GetJet) XXX_Marshal

func (m *GetJet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetJet) XXX_Merge

func (m *GetJet) XXX_Merge(src proto.Message)

func (*GetJet) XXX_Size

func (m *GetJet) XXX_Size() int

func (*GetJet) XXX_Unmarshal

func (m *GetJet) XXX_Unmarshal(b []byte) error

type GetLightInitialState

type GetLightInitialState struct {
	Polymorph uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Pulse     github_com_insolar_insolar_insolar.PulseNumber `protobuf:"bytes,21,opt,name=Pulse,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"Pulse"`
}

func (*GetLightInitialState) Descriptor

func (*GetLightInitialState) Descriptor() ([]byte, []int)

func (*GetLightInitialState) Equal

func (this *GetLightInitialState) Equal(that interface{}) bool

func (*GetLightInitialState) GetPolymorph

func (m *GetLightInitialState) GetPolymorph() uint32

func (*GetLightInitialState) GoString

func (this *GetLightInitialState) GoString() string

func (*GetLightInitialState) Marshal

func (m *GetLightInitialState) Marshal() (dAtA []byte, err error)

func (*GetLightInitialState) MarshalTo

func (m *GetLightInitialState) MarshalTo(dAtA []byte) (int, error)

func (*GetLightInitialState) ProtoMessage

func (*GetLightInitialState) ProtoMessage()

func (*GetLightInitialState) Reset

func (m *GetLightInitialState) Reset()

func (*GetLightInitialState) Size

func (m *GetLightInitialState) Size() (n int)

func (*GetLightInitialState) String

func (this *GetLightInitialState) String() string

func (*GetLightInitialState) Unmarshal

func (m *GetLightInitialState) Unmarshal(dAtA []byte) error

func (*GetLightInitialState) XXX_DiscardUnknown

func (m *GetLightInitialState) XXX_DiscardUnknown()

func (*GetLightInitialState) XXX_Marshal

func (m *GetLightInitialState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLightInitialState) XXX_Merge

func (m *GetLightInitialState) XXX_Merge(src proto.Message)

func (*GetLightInitialState) XXX_Size

func (m *GetLightInitialState) XXX_Size() int

func (*GetLightInitialState) XXX_Unmarshal

func (m *GetLightInitialState) XXX_Unmarshal(b []byte) error

type GetObject

type GetObject struct {
	Polymorph uint32                                 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID  `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	RequestID *github_com_insolar_insolar_insolar.ID `protobuf:"bytes,21,opt,name=RequestID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"RequestID,omitempty"`
}

func (*GetObject) Descriptor

func (*GetObject) Descriptor() ([]byte, []int)

func (*GetObject) Equal

func (this *GetObject) Equal(that interface{}) bool

func (*GetObject) GetPolymorph

func (m *GetObject) GetPolymorph() uint32

func (*GetObject) GoString

func (this *GetObject) GoString() string

func (*GetObject) Marshal

func (m *GetObject) Marshal() (dAtA []byte, err error)

func (*GetObject) MarshalTo

func (m *GetObject) MarshalTo(dAtA []byte) (int, error)

func (*GetObject) ProtoMessage

func (*GetObject) ProtoMessage()

func (*GetObject) Reset

func (m *GetObject) Reset()

func (*GetObject) Size

func (m *GetObject) Size() (n int)

func (*GetObject) String

func (this *GetObject) String() string

func (*GetObject) Unmarshal

func (m *GetObject) Unmarshal(dAtA []byte) error

func (*GetObject) XXX_DiscardUnknown

func (m *GetObject) XXX_DiscardUnknown()

func (*GetObject) XXX_Marshal

func (m *GetObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetObject) XXX_Merge

func (m *GetObject) XXX_Merge(src proto.Message)

func (*GetObject) XXX_Size

func (m *GetObject) XXX_Size() int

func (*GetObject) XXX_Unmarshal

func (m *GetObject) XXX_Unmarshal(b []byte) error

type GetPendings

type GetPendings struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	Count     uint32                                `protobuf:"varint,21,opt,name=Count,proto3" json:"Count,omitempty"`
}

func (*GetPendings) Descriptor

func (*GetPendings) Descriptor() ([]byte, []int)

func (*GetPendings) Equal

func (this *GetPendings) Equal(that interface{}) bool

func (*GetPendings) GetCount added in v0.9.7

func (m *GetPendings) GetCount() uint32

func (*GetPendings) GetPolymorph

func (m *GetPendings) GetPolymorph() uint32

func (*GetPendings) GoString

func (this *GetPendings) GoString() string

func (*GetPendings) Marshal

func (m *GetPendings) Marshal() (dAtA []byte, err error)

func (*GetPendings) MarshalTo

func (m *GetPendings) MarshalTo(dAtA []byte) (int, error)

func (*GetPendings) ProtoMessage

func (*GetPendings) ProtoMessage()

func (*GetPendings) Reset

func (m *GetPendings) Reset()

func (*GetPendings) Size

func (m *GetPendings) Size() (n int)

func (*GetPendings) String

func (this *GetPendings) String() string

func (*GetPendings) Unmarshal

func (m *GetPendings) Unmarshal(dAtA []byte) error

func (*GetPendings) XXX_DiscardUnknown

func (m *GetPendings) XXX_DiscardUnknown()

func (*GetPendings) XXX_Marshal

func (m *GetPendings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPendings) XXX_Merge

func (m *GetPendings) XXX_Merge(src proto.Message)

func (*GetPendings) XXX_Size

func (m *GetPendings) XXX_Size() int

func (*GetPendings) XXX_Unmarshal

func (m *GetPendings) XXX_Unmarshal(b []byte) error

type GetRequest

type GetRequest struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	RequestID github_com_insolar_insolar_insolar.ID `protobuf:"bytes,21,opt,name=RequestID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"RequestID"`
}

func (*GetRequest) Descriptor

func (*GetRequest) Descriptor() ([]byte, []int)

func (*GetRequest) Equal

func (this *GetRequest) Equal(that interface{}) bool

func (*GetRequest) GetPolymorph

func (m *GetRequest) GetPolymorph() uint32

func (*GetRequest) GoString

func (this *GetRequest) GoString() string

func (*GetRequest) Marshal

func (m *GetRequest) Marshal() (dAtA []byte, err error)

func (*GetRequest) MarshalTo

func (m *GetRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) Reset

func (m *GetRequest) Reset()

func (*GetRequest) Size

func (m *GetRequest) Size() (n int)

func (*GetRequest) String

func (this *GetRequest) String() string

func (*GetRequest) Unmarshal

func (m *GetRequest) Unmarshal(dAtA []byte) error

func (*GetRequest) XXX_DiscardUnknown

func (m *GetRequest) XXX_DiscardUnknown()

func (*GetRequest) XXX_Marshal

func (m *GetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRequest) XXX_Merge

func (m *GetRequest) XXX_Merge(src proto.Message)

func (*GetRequest) XXX_Size

func (m *GetRequest) XXX_Size() int

func (*GetRequest) XXX_Unmarshal

func (m *GetRequest) XXX_Unmarshal(b []byte) error

type GetRequestInfo

type GetRequestInfo struct {
	Polymorph uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID          `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	RequestID github_com_insolar_insolar_insolar.ID          `protobuf:"bytes,21,opt,name=RequestID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"RequestID"`
	Pulse     github_com_insolar_insolar_insolar.PulseNumber `protobuf:"bytes,22,opt,name=Pulse,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"Pulse"`
}

func (*GetRequestInfo) Descriptor

func (*GetRequestInfo) Descriptor() ([]byte, []int)

func (*GetRequestInfo) Equal

func (this *GetRequestInfo) Equal(that interface{}) bool

func (*GetRequestInfo) GetPolymorph

func (m *GetRequestInfo) GetPolymorph() uint32

func (*GetRequestInfo) GoString

func (this *GetRequestInfo) GoString() string

func (*GetRequestInfo) Marshal

func (m *GetRequestInfo) Marshal() (dAtA []byte, err error)

func (*GetRequestInfo) MarshalTo

func (m *GetRequestInfo) MarshalTo(dAtA []byte) (int, error)

func (*GetRequestInfo) ProtoMessage

func (*GetRequestInfo) ProtoMessage()

func (*GetRequestInfo) Reset

func (m *GetRequestInfo) Reset()

func (*GetRequestInfo) Size

func (m *GetRequestInfo) Size() (n int)

func (*GetRequestInfo) String

func (this *GetRequestInfo) String() string

func (*GetRequestInfo) Unmarshal

func (m *GetRequestInfo) Unmarshal(dAtA []byte) error

func (*GetRequestInfo) XXX_DiscardUnknown

func (m *GetRequestInfo) XXX_DiscardUnknown()

func (*GetRequestInfo) XXX_Marshal

func (m *GetRequestInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRequestInfo) XXX_Merge

func (m *GetRequestInfo) XXX_Merge(src proto.Message)

func (*GetRequestInfo) XXX_Size

func (m *GetRequestInfo) XXX_Size() int

func (*GetRequestInfo) XXX_Unmarshal

func (m *GetRequestInfo) XXX_Unmarshal(b []byte) error

type GotHotConfirmation

type GotHotConfirmation struct {
	Polymorph uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	JetID     github_com_insolar_insolar_insolar.JetID       `protobuf:"bytes,20,opt,name=JetID,proto3,customtype=github.com/insolar/insolar/insolar.JetID" json:"JetID"`
	Pulse     github_com_insolar_insolar_insolar.PulseNumber `protobuf:"bytes,21,opt,name=Pulse,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"Pulse"`
	Split     bool                                           `protobuf:"varint,22,opt,name=Split,proto3" json:"Split,omitempty"`
}

func (*GotHotConfirmation) Descriptor

func (*GotHotConfirmation) Descriptor() ([]byte, []int)

func (*GotHotConfirmation) Equal

func (this *GotHotConfirmation) Equal(that interface{}) bool

func (*GotHotConfirmation) GetPolymorph

func (m *GotHotConfirmation) GetPolymorph() uint32

func (*GotHotConfirmation) GetSplit

func (m *GotHotConfirmation) GetSplit() bool

func (*GotHotConfirmation) GoString

func (this *GotHotConfirmation) GoString() string

func (*GotHotConfirmation) Marshal

func (m *GotHotConfirmation) Marshal() (dAtA []byte, err error)

func (*GotHotConfirmation) MarshalTo

func (m *GotHotConfirmation) MarshalTo(dAtA []byte) (int, error)

func (*GotHotConfirmation) ProtoMessage

func (*GotHotConfirmation) ProtoMessage()

func (*GotHotConfirmation) Reset

func (m *GotHotConfirmation) Reset()

func (*GotHotConfirmation) Size

func (m *GotHotConfirmation) Size() (n int)

func (*GotHotConfirmation) String

func (this *GotHotConfirmation) String() string

func (*GotHotConfirmation) Unmarshal

func (m *GotHotConfirmation) Unmarshal(dAtA []byte) error

func (*GotHotConfirmation) XXX_DiscardUnknown

func (m *GotHotConfirmation) XXX_DiscardUnknown()

func (*GotHotConfirmation) XXX_Marshal

func (m *GotHotConfirmation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GotHotConfirmation) XXX_Merge

func (m *GotHotConfirmation) XXX_Merge(src proto.Message)

func (*GotHotConfirmation) XXX_Size

func (m *GotHotConfirmation) XXX_Size() int

func (*GotHotConfirmation) XXX_Unmarshal

func (m *GotHotConfirmation) XXX_Unmarshal(b []byte) error

type HasPendings

type HasPendings struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
}

func (*HasPendings) Descriptor

func (*HasPendings) Descriptor() ([]byte, []int)

func (*HasPendings) Equal

func (this *HasPendings) Equal(that interface{}) bool

func (*HasPendings) GetPolymorph

func (m *HasPendings) GetPolymorph() uint32

func (*HasPendings) GoString

func (this *HasPendings) GoString() string

func (*HasPendings) Marshal

func (m *HasPendings) Marshal() (dAtA []byte, err error)

func (*HasPendings) MarshalTo

func (m *HasPendings) MarshalTo(dAtA []byte) (int, error)

func (*HasPendings) ProtoMessage

func (*HasPendings) ProtoMessage()

func (*HasPendings) Reset

func (m *HasPendings) Reset()

func (*HasPendings) Size

func (m *HasPendings) Size() (n int)

func (*HasPendings) String

func (this *HasPendings) String() string

func (*HasPendings) Unmarshal

func (m *HasPendings) Unmarshal(dAtA []byte) error

func (*HasPendings) XXX_DiscardUnknown

func (m *HasPendings) XXX_DiscardUnknown()

func (*HasPendings) XXX_Marshal

func (m *HasPendings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HasPendings) XXX_Merge

func (m *HasPendings) XXX_Merge(src proto.Message)

func (*HasPendings) XXX_Size

func (m *HasPendings) XXX_Size() int

func (*HasPendings) XXX_Unmarshal

func (m *HasPendings) XXX_Unmarshal(b []byte) error

type HotObjects

type HotObjects struct {
	Polymorph uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	JetID     github_com_insolar_insolar_insolar.JetID       `protobuf:"bytes,20,opt,name=JetID,proto3,customtype=github.com/insolar/insolar/insolar.JetID" json:"JetID"`
	Pulse     github_com_insolar_insolar_insolar.PulseNumber `protobuf:"bytes,22,opt,name=Pulse,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"Pulse"`
	Drop      drop.Drop                                      `protobuf:"bytes,21,opt,name=Drop,proto3" json:"Drop"`
	Indexes   []record.Index                                 `protobuf:"bytes,23,rep,name=Indexes,proto3" json:"Indexes"`
}

func (*HotObjects) Descriptor

func (*HotObjects) Descriptor() ([]byte, []int)

func (*HotObjects) Equal

func (this *HotObjects) Equal(that interface{}) bool

func (*HotObjects) GetDrop

func (m *HotObjects) GetDrop() drop.Drop

func (*HotObjects) GetIndexes

func (m *HotObjects) GetIndexes() []record.Index

func (*HotObjects) GetPolymorph

func (m *HotObjects) GetPolymorph() uint32

func (*HotObjects) GoString

func (this *HotObjects) GoString() string

func (*HotObjects) Marshal

func (m *HotObjects) Marshal() (dAtA []byte, err error)

func (*HotObjects) MarshalTo

func (m *HotObjects) MarshalTo(dAtA []byte) (int, error)

func (*HotObjects) ProtoMessage

func (*HotObjects) ProtoMessage()

func (*HotObjects) Reset

func (m *HotObjects) Reset()

func (*HotObjects) Size

func (m *HotObjects) Size() (n int)

func (*HotObjects) String

func (this *HotObjects) String() string

func (*HotObjects) Unmarshal

func (m *HotObjects) Unmarshal(dAtA []byte) error

func (*HotObjects) XXX_DiscardUnknown

func (m *HotObjects) XXX_DiscardUnknown()

func (*HotObjects) XXX_Marshal

func (m *HotObjects) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotObjects) XXX_Merge

func (m *HotObjects) XXX_Merge(src proto.Message)

func (*HotObjects) XXX_Size

func (m *HotObjects) XXX_Size() int

func (*HotObjects) XXX_Unmarshal

func (m *HotObjects) XXX_Unmarshal(b []byte) error

type ID

type ID struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ID        github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ID"`
}

func (*ID) Descriptor

func (*ID) Descriptor() ([]byte, []int)

func (*ID) Equal

func (this *ID) Equal(that interface{}) bool

func (*ID) GetPolymorph

func (m *ID) GetPolymorph() uint32

func (*ID) GoString

func (this *ID) GoString() string

func (*ID) Marshal

func (m *ID) Marshal() (dAtA []byte, err error)

func (*ID) MarshalTo

func (m *ID) MarshalTo(dAtA []byte) (int, error)

func (*ID) ProtoMessage

func (*ID) ProtoMessage()

func (*ID) Reset

func (m *ID) Reset()

func (*ID) Size

func (m *ID) Size() (n int)

func (*ID) String

func (this *ID) String() string

func (*ID) Unmarshal

func (m *ID) Unmarshal(dAtA []byte) error

func (*ID) XXX_DiscardUnknown

func (m *ID) XXX_DiscardUnknown()

func (*ID) XXX_Marshal

func (m *ID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ID) XXX_Merge

func (m *ID) XXX_Merge(src proto.Message)

func (*ID) XXX_Size

func (m *ID) XXX_Size() int

func (*ID) XXX_Unmarshal

func (m *ID) XXX_Unmarshal(b []byte) error

type IDs

type IDs struct {
	Polymorph uint32                                  `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	IDs       []github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,rep,name=IDs,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"IDs"`
}

func (*IDs) Descriptor

func (*IDs) Descriptor() ([]byte, []int)

func (*IDs) Equal

func (this *IDs) Equal(that interface{}) bool

func (*IDs) GetPolymorph

func (m *IDs) GetPolymorph() uint32

func (*IDs) GoString

func (this *IDs) GoString() string

func (*IDs) Marshal

func (m *IDs) Marshal() (dAtA []byte, err error)

func (*IDs) MarshalTo

func (m *IDs) MarshalTo(dAtA []byte) (int, error)

func (*IDs) ProtoMessage

func (*IDs) ProtoMessage()

func (*IDs) Reset

func (m *IDs) Reset()

func (*IDs) Size

func (m *IDs) Size() (n int)

func (*IDs) String

func (this *IDs) String() string

func (*IDs) Unmarshal

func (m *IDs) Unmarshal(dAtA []byte) error

func (*IDs) XXX_DiscardUnknown

func (m *IDs) XXX_DiscardUnknown()

func (*IDs) XXX_Marshal

func (m *IDs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IDs) XXX_Merge

func (m *IDs) XXX_Merge(src proto.Message)

func (*IDs) XXX_Size

func (m *IDs) XXX_Size() int

func (*IDs) XXX_Unmarshal

func (m *IDs) XXX_Unmarshal(b []byte) error

type Index

type Index struct {
	Polymorph         uint32                                 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Index             []byte                                 `protobuf:"bytes,20,opt,name=Index,proto3" json:"Index,omitempty"`
	EarliestRequestID *github_com_insolar_insolar_insolar.ID `` /* 137-byte string literal not displayed */
}

func (*Index) Descriptor

func (*Index) Descriptor() ([]byte, []int)

func (*Index) Equal

func (this *Index) Equal(that interface{}) bool

func (*Index) GetIndex

func (m *Index) GetIndex() []byte

func (*Index) GetPolymorph

func (m *Index) GetPolymorph() uint32

func (*Index) GoString

func (this *Index) GoString() string

func (*Index) Marshal

func (m *Index) Marshal() (dAtA []byte, err error)

func (*Index) MarshalTo

func (m *Index) MarshalTo(dAtA []byte) (int, error)

func (*Index) ProtoMessage

func (*Index) ProtoMessage()

func (*Index) Reset

func (m *Index) Reset()

func (*Index) Size

func (m *Index) Size() (n int)

func (*Index) String

func (this *Index) String() string

func (*Index) Unmarshal

func (m *Index) Unmarshal(dAtA []byte) error

func (*Index) XXX_DiscardUnknown

func (m *Index) XXX_DiscardUnknown()

func (*Index) XXX_Marshal

func (m *Index) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Index) XXX_Merge

func (m *Index) XXX_Merge(src proto.Message)

func (*Index) XXX_Size

func (m *Index) XXX_Size() int

func (*Index) XXX_Unmarshal

func (m *Index) XXX_Unmarshal(b []byte) error

type Jet

type Jet struct {
	Polymorph uint32                                   `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	JetID     github_com_insolar_insolar_insolar.JetID `protobuf:"bytes,20,opt,name=JetID,proto3,customtype=github.com/insolar/insolar/insolar.JetID" json:"JetID"`
	Actual    bool                                     `protobuf:"varint,21,opt,name=Actual,proto3" json:"Actual,omitempty"`
}

func (*Jet) Descriptor

func (*Jet) Descriptor() ([]byte, []int)

func (*Jet) Equal

func (this *Jet) Equal(that interface{}) bool

func (*Jet) GetActual

func (m *Jet) GetActual() bool

func (*Jet) GetPolymorph

func (m *Jet) GetPolymorph() uint32

func (*Jet) GoString

func (this *Jet) GoString() string

func (*Jet) Marshal

func (m *Jet) Marshal() (dAtA []byte, err error)

func (*Jet) MarshalTo

func (m *Jet) MarshalTo(dAtA []byte) (int, error)

func (*Jet) ProtoMessage

func (*Jet) ProtoMessage()

func (*Jet) Reset

func (m *Jet) Reset()

func (*Jet) Size

func (m *Jet) Size() (n int)

func (*Jet) String

func (this *Jet) String() string

func (*Jet) Unmarshal

func (m *Jet) Unmarshal(dAtA []byte) error

func (*Jet) XXX_DiscardUnknown

func (m *Jet) XXX_DiscardUnknown()

func (*Jet) XXX_Marshal

func (m *Jet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Jet) XXX_Merge

func (m *Jet) XXX_Merge(src proto.Message)

func (*Jet) XXX_Size

func (m *Jet) XXX_Size() int

func (*Jet) XXX_Unmarshal

func (m *Jet) XXX_Unmarshal(b []byte) error

type LightInitialState

type LightInitialState struct {
	Polymorph    uint32                                     `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	NetworkStart bool                                       `protobuf:"varint,20,opt,name=NetworkStart,proto3" json:"NetworkStart,omitempty"`
	JetIDs       []github_com_insolar_insolar_insolar.JetID `protobuf:"bytes,21,rep,name=JetIDs,proto3,customtype=github.com/insolar/insolar/insolar.JetID" json:"JetIDs"`
	Drops        []drop.Drop                                `protobuf:"bytes,22,rep,name=Drops,proto3" json:"Drops"`
	Indexes      []record.Index                             `protobuf:"bytes,23,rep,name=Indexes,proto3" json:"Indexes"`
	Pulse        pulse.PulseProto                           `protobuf:"bytes,24,opt,name=Pulse,proto3" json:"Pulse"`
}

func (*LightInitialState) Descriptor

func (*LightInitialState) Descriptor() ([]byte, []int)

func (*LightInitialState) Equal

func (this *LightInitialState) Equal(that interface{}) bool

func (*LightInitialState) GetDrops

func (m *LightInitialState) GetDrops() []drop.Drop

func (*LightInitialState) GetIndexes

func (m *LightInitialState) GetIndexes() []record.Index

func (*LightInitialState) GetNetworkStart

func (m *LightInitialState) GetNetworkStart() bool

func (*LightInitialState) GetPolymorph

func (m *LightInitialState) GetPolymorph() uint32

func (*LightInitialState) GetPulse

func (m *LightInitialState) GetPulse() pulse.PulseProto

func (*LightInitialState) GoString

func (this *LightInitialState) GoString() string

func (*LightInitialState) Marshal

func (m *LightInitialState) Marshal() (dAtA []byte, err error)

func (*LightInitialState) MarshalTo

func (m *LightInitialState) MarshalTo(dAtA []byte) (int, error)

func (*LightInitialState) ProtoMessage

func (*LightInitialState) ProtoMessage()

func (*LightInitialState) Reset

func (m *LightInitialState) Reset()

func (*LightInitialState) Size

func (m *LightInitialState) Size() (n int)

func (*LightInitialState) String

func (this *LightInitialState) String() string

func (*LightInitialState) Unmarshal

func (m *LightInitialState) Unmarshal(dAtA []byte) error

func (*LightInitialState) XXX_DiscardUnknown

func (m *LightInitialState) XXX_DiscardUnknown()

func (*LightInitialState) XXX_Marshal

func (m *LightInitialState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LightInitialState) XXX_Merge

func (m *LightInitialState) XXX_Merge(src proto.Message)

func (*LightInitialState) XXX_Size

func (m *LightInitialState) XXX_Size() int

func (*LightInitialState) XXX_Unmarshal

func (m *LightInitialState) XXX_Unmarshal(b []byte) error

type MessageHash

type MessageHash [MessageHashSize]byte

func (MessageHash) Equal

func (h MessageHash) Equal(other MessageHash) bool

func (*MessageHash) IsZero

func (h *MessageHash) IsZero() bool

func (*MessageHash) MarshalTo

func (h *MessageHash) MarshalTo(data []byte) (int, error)

func (MessageHash) Size

func (h MessageHash) Size() int

func (*MessageHash) String

func (h *MessageHash) String() string

func (*MessageHash) Unmarshal

func (h *MessageHash) Unmarshal(data []byte) error

type Meta

type Meta struct {
	Polymorph  uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Payload    []byte                                         `protobuf:"bytes,20,opt,name=Payload,proto3" json:"Payload,omitempty"`
	Sender     github_com_insolar_insolar_insolar.Reference   `protobuf:"bytes,21,opt,name=Sender,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"Sender"`
	Receiver   github_com_insolar_insolar_insolar.Reference   `protobuf:"bytes,22,opt,name=Receiver,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"Receiver"`
	Pulse      github_com_insolar_insolar_insolar.PulseNumber `protobuf:"bytes,23,opt,name=Pulse,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"Pulse"`
	ID         []byte                                         `protobuf:"bytes,24,opt,name=ID,proto3" json:"ID,omitempty"`
	OriginHash MessageHash                                    `protobuf:"bytes,25,opt,name=OriginHash,proto3,customtype=MessageHash" json:"OriginHash"`
}

func (*Meta) Descriptor

func (*Meta) Descriptor() ([]byte, []int)

func (*Meta) Equal

func (this *Meta) Equal(that interface{}) bool

func (*Meta) GetID

func (m *Meta) GetID() []byte

func (*Meta) GetPayload

func (m *Meta) GetPayload() []byte

func (*Meta) GetPolymorph

func (m *Meta) GetPolymorph() uint32

func (*Meta) GoString

func (this *Meta) GoString() string

func (*Meta) Marshal

func (m *Meta) Marshal() (dAtA []byte, err error)

func (*Meta) MarshalTo

func (m *Meta) MarshalTo(dAtA []byte) (int, error)

func (*Meta) ProtoMessage

func (*Meta) ProtoMessage()

func (*Meta) Reset

func (m *Meta) Reset()

func (*Meta) Size

func (m *Meta) Size() (n int)

func (*Meta) String

func (this *Meta) String() string

func (*Meta) Unmarshal

func (m *Meta) Unmarshal(dAtA []byte) error

func (*Meta) XXX_DiscardUnknown

func (m *Meta) XXX_DiscardUnknown()

func (*Meta) XXX_Marshal

func (m *Meta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Meta) XXX_Merge

func (m *Meta) XXX_Merge(src proto.Message)

func (*Meta) XXX_Size

func (m *Meta) XXX_Size() int

func (*Meta) XXX_Unmarshal

func (m *Meta) XXX_Unmarshal(b []byte) error

type Pass

type Pass struct {
	Polymorph uint32 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Origin    []byte `protobuf:"bytes,20,opt,name=Origin,proto3" json:"Origin,omitempty"`
}

func (*Pass) Descriptor

func (*Pass) Descriptor() ([]byte, []int)

func (*Pass) Equal

func (this *Pass) Equal(that interface{}) bool

func (*Pass) GetOrigin

func (m *Pass) GetOrigin() []byte

func (*Pass) GetPolymorph

func (m *Pass) GetPolymorph() uint32

func (*Pass) GoString

func (this *Pass) GoString() string

func (*Pass) Marshal

func (m *Pass) Marshal() (dAtA []byte, err error)

func (*Pass) MarshalTo

func (m *Pass) MarshalTo(dAtA []byte) (int, error)

func (*Pass) ProtoMessage

func (*Pass) ProtoMessage()

func (*Pass) Reset

func (m *Pass) Reset()

func (*Pass) Size

func (m *Pass) Size() (n int)

func (*Pass) String

func (this *Pass) String() string

func (*Pass) Unmarshal

func (m *Pass) Unmarshal(dAtA []byte) error

func (*Pass) XXX_DiscardUnknown

func (m *Pass) XXX_DiscardUnknown()

func (*Pass) XXX_Marshal

func (m *Pass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pass) XXX_Merge

func (m *Pass) XXX_Merge(src proto.Message)

func (*Pass) XXX_Size

func (m *Pass) XXX_Size() int

func (*Pass) XXX_Unmarshal

func (m *Pass) XXX_Unmarshal(b []byte) error

type PassState

type PassState struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Origin    []byte                                `protobuf:"bytes,20,opt,name=Origin,proto3" json:"Origin,omitempty"`
	StateID   github_com_insolar_insolar_insolar.ID `protobuf:"bytes,21,opt,name=StateID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"StateID"`
}

func (*PassState) Descriptor

func (*PassState) Descriptor() ([]byte, []int)

func (*PassState) Equal

func (this *PassState) Equal(that interface{}) bool

func (*PassState) GetOrigin

func (m *PassState) GetOrigin() []byte

func (*PassState) GetPolymorph

func (m *PassState) GetPolymorph() uint32

func (*PassState) GoString

func (this *PassState) GoString() string

func (*PassState) Marshal

func (m *PassState) Marshal() (dAtA []byte, err error)

func (*PassState) MarshalTo

func (m *PassState) MarshalTo(dAtA []byte) (int, error)

func (*PassState) ProtoMessage

func (*PassState) ProtoMessage()

func (*PassState) Reset

func (m *PassState) Reset()

func (*PassState) Size

func (m *PassState) Size() (n int)

func (*PassState) String

func (this *PassState) String() string

func (*PassState) Unmarshal

func (m *PassState) Unmarshal(dAtA []byte) error

func (*PassState) XXX_DiscardUnknown

func (m *PassState) XXX_DiscardUnknown()

func (*PassState) XXX_Marshal

func (m *PassState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PassState) XXX_Merge

func (m *PassState) XXX_Merge(src proto.Message)

func (*PassState) XXX_Size

func (m *PassState) XXX_Size() int

func (*PassState) XXX_Unmarshal

func (m *PassState) XXX_Unmarshal(b []byte) error

type Payload

type Payload interface {
	Marshal() ([]byte, error)
}

Payload represents any kind of data that can be encoded in consistent manner.

func Unmarshal

func Unmarshal(data []byte) (Payload, error)

func UnmarshalFromMeta

func UnmarshalFromMeta(meta []byte) (Payload, error)

UnmarshalFromMeta reads only payload skipping meta decoding. Use this instead of regular Unmarshal if you don't need Meta data.

type PendingFinished

type PendingFinished struct {
	Polymorph uint32                                       `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectRef github_com_insolar_insolar_insolar.Reference `protobuf:"bytes,20,opt,name=ObjectRef,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"ObjectRef"`
}

func (*PendingFinished) Descriptor

func (*PendingFinished) Descriptor() ([]byte, []int)

func (*PendingFinished) Equal

func (this *PendingFinished) Equal(that interface{}) bool

func (*PendingFinished) GetPolymorph

func (m *PendingFinished) GetPolymorph() uint32

func (*PendingFinished) GoString

func (this *PendingFinished) GoString() string

func (*PendingFinished) Marshal

func (m *PendingFinished) Marshal() (dAtA []byte, err error)

func (*PendingFinished) MarshalTo

func (m *PendingFinished) MarshalTo(dAtA []byte) (int, error)

func (*PendingFinished) ProtoMessage

func (*PendingFinished) ProtoMessage()

func (*PendingFinished) Reset

func (m *PendingFinished) Reset()

func (*PendingFinished) Size

func (m *PendingFinished) Size() (n int)

func (*PendingFinished) String

func (this *PendingFinished) String() string

func (*PendingFinished) Unmarshal

func (m *PendingFinished) Unmarshal(dAtA []byte) error

func (*PendingFinished) XXX_DiscardUnknown

func (m *PendingFinished) XXX_DiscardUnknown()

func (*PendingFinished) XXX_Marshal

func (m *PendingFinished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PendingFinished) XXX_Merge

func (m *PendingFinished) XXX_Merge(src proto.Message)

func (*PendingFinished) XXX_Size

func (m *PendingFinished) XXX_Size() int

func (*PendingFinished) XXX_Unmarshal

func (m *PendingFinished) XXX_Unmarshal(b []byte) error

type PendingsInfo

type PendingsInfo struct {
	Polymorph   uint32 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	HasPendings bool   `protobuf:"varint,20,opt,name=HasPendings,proto3" json:"HasPendings,omitempty"`
}

func (*PendingsInfo) Descriptor

func (*PendingsInfo) Descriptor() ([]byte, []int)

func (*PendingsInfo) Equal

func (this *PendingsInfo) Equal(that interface{}) bool

func (*PendingsInfo) GetHasPendings

func (m *PendingsInfo) GetHasPendings() bool

func (*PendingsInfo) GetPolymorph

func (m *PendingsInfo) GetPolymorph() uint32

func (*PendingsInfo) GoString

func (this *PendingsInfo) GoString() string

func (*PendingsInfo) Marshal

func (m *PendingsInfo) Marshal() (dAtA []byte, err error)

func (*PendingsInfo) MarshalTo

func (m *PendingsInfo) MarshalTo(dAtA []byte) (int, error)

func (*PendingsInfo) ProtoMessage

func (*PendingsInfo) ProtoMessage()

func (*PendingsInfo) Reset

func (m *PendingsInfo) Reset()

func (*PendingsInfo) Size

func (m *PendingsInfo) Size() (n int)

func (*PendingsInfo) String

func (this *PendingsInfo) String() string

func (*PendingsInfo) Unmarshal

func (m *PendingsInfo) Unmarshal(dAtA []byte) error

func (*PendingsInfo) XXX_DiscardUnknown

func (m *PendingsInfo) XXX_DiscardUnknown()

func (*PendingsInfo) XXX_Marshal

func (m *PendingsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PendingsInfo) XXX_Merge

func (m *PendingsInfo) XXX_Merge(src proto.Message)

func (*PendingsInfo) XXX_Size

func (m *PendingsInfo) XXX_Size() int

func (*PendingsInfo) XXX_Unmarshal

func (m *PendingsInfo) XXX_Unmarshal(b []byte) error

type Replication

type Replication struct {
	Polymorph uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	JetID     github_com_insolar_insolar_insolar.JetID       `protobuf:"bytes,20,opt,name=JetID,proto3,customtype=github.com/insolar/insolar/insolar.JetID" json:"JetID"`
	Pulse     github_com_insolar_insolar_insolar.PulseNumber `protobuf:"bytes,21,opt,name=Pulse,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"Pulse"`
	Indexes   []record.Index                                 `protobuf:"bytes,22,rep,name=Indexes,proto3" json:"Indexes"`
	Records   []record.Material                              `protobuf:"bytes,23,rep,name=Records,proto3" json:"Records"`
	Drop      drop.Drop                                      `protobuf:"bytes,24,opt,name=Drop,proto3" json:"Drop"`
}

func (*Replication) Descriptor

func (*Replication) Descriptor() ([]byte, []int)

func (*Replication) Equal

func (this *Replication) Equal(that interface{}) bool

func (*Replication) GetDrop

func (m *Replication) GetDrop() drop.Drop

func (*Replication) GetIndexes

func (m *Replication) GetIndexes() []record.Index

func (*Replication) GetPolymorph

func (m *Replication) GetPolymorph() uint32

func (*Replication) GetRecords

func (m *Replication) GetRecords() []record.Material

func (*Replication) GoString

func (this *Replication) GoString() string

func (*Replication) Marshal

func (m *Replication) Marshal() (dAtA []byte, err error)

func (*Replication) MarshalTo

func (m *Replication) MarshalTo(dAtA []byte) (int, error)

func (*Replication) ProtoMessage

func (*Replication) ProtoMessage()

func (*Replication) Reset

func (m *Replication) Reset()

func (*Replication) Size

func (m *Replication) Size() (n int)

func (*Replication) String

func (this *Replication) String() string

func (*Replication) Unmarshal

func (m *Replication) Unmarshal(dAtA []byte) error

func (*Replication) XXX_DiscardUnknown

func (m *Replication) XXX_DiscardUnknown()

func (*Replication) XXX_Marshal

func (m *Replication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Replication) XXX_Merge

func (m *Replication) XXX_Merge(src proto.Message)

func (*Replication) XXX_Size

func (m *Replication) XXX_Size() int

func (*Replication) XXX_Unmarshal

func (m *Replication) XXX_Unmarshal(b []byte) error

type Request

type Request struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	RequestID github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=RequestID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"RequestID"`
	Request   record.Virtual                        `protobuf:"bytes,21,opt,name=Request,proto3" json:"Request"`
}

func (*Request) Descriptor

func (*Request) Descriptor() ([]byte, []int)

func (*Request) Equal

func (this *Request) Equal(that interface{}) bool

func (*Request) GetPolymorph

func (m *Request) GetPolymorph() uint32

func (*Request) GetRequest

func (m *Request) GetRequest() record.Virtual

func (*Request) GoString

func (this *Request) GoString() string

func (*Request) Marshal

func (m *Request) Marshal() (dAtA []byte, err error)

func (*Request) MarshalTo

func (m *Request) MarshalTo(dAtA []byte) (int, error)

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) Size

func (m *Request) Size() (n int)

func (*Request) String

func (this *Request) String() string

func (*Request) Unmarshal

func (m *Request) Unmarshal(dAtA []byte) error

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Request) XXX_Merge

func (m *Request) XXX_Merge(src proto.Message)

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

func (m *Request) XXX_Unmarshal(b []byte) error

type RequestInfo

type RequestInfo struct {
	Polymorph     uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID      github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	RequestID     github_com_insolar_insolar_insolar.ID `protobuf:"bytes,21,opt,name=RequestID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"RequestID"`
	Request       []byte                                `protobuf:"bytes,22,opt,name=Request,proto3" json:"Request,omitempty"`
	Result        []byte                                `protobuf:"bytes,23,opt,name=Result,proto3" json:"Result,omitempty"`
	OldestMutable bool                                  `protobuf:"varint,24,opt,name=OldestMutable,proto3" json:"OldestMutable,omitempty"`
}

func (*RequestInfo) Descriptor

func (*RequestInfo) Descriptor() ([]byte, []int)

func (*RequestInfo) Equal

func (this *RequestInfo) Equal(that interface{}) bool

func (*RequestInfo) GetOldestMutable added in v0.9.11

func (m *RequestInfo) GetOldestMutable() bool

func (*RequestInfo) GetPolymorph

func (m *RequestInfo) GetPolymorph() uint32

func (*RequestInfo) GetRequest

func (m *RequestInfo) GetRequest() []byte

func (*RequestInfo) GetResult

func (m *RequestInfo) GetResult() []byte

func (*RequestInfo) GoString

func (this *RequestInfo) GoString() string

func (*RequestInfo) Marshal

func (m *RequestInfo) Marshal() (dAtA []byte, err error)

func (*RequestInfo) MarshalTo

func (m *RequestInfo) MarshalTo(dAtA []byte) (int, error)

func (*RequestInfo) ProtoMessage

func (*RequestInfo) ProtoMessage()

func (*RequestInfo) Reset

func (m *RequestInfo) Reset()

func (*RequestInfo) Size

func (m *RequestInfo) Size() (n int)

func (*RequestInfo) String

func (this *RequestInfo) String() string

func (*RequestInfo) Unmarshal

func (m *RequestInfo) Unmarshal(dAtA []byte) error

func (*RequestInfo) XXX_DiscardUnknown

func (m *RequestInfo) XXX_DiscardUnknown()

func (*RequestInfo) XXX_Marshal

func (m *RequestInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RequestInfo) XXX_Merge

func (m *RequestInfo) XXX_Merge(src proto.Message)

func (*RequestInfo) XXX_Size

func (m *RequestInfo) XXX_Size() int

func (*RequestInfo) XXX_Unmarshal

func (m *RequestInfo) XXX_Unmarshal(b []byte) error

type ResultInfo

type ResultInfo struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	ResultID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,21,opt,name=ResultID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ResultID"`
}

func (*ResultInfo) Descriptor

func (*ResultInfo) Descriptor() ([]byte, []int)

func (*ResultInfo) Equal

func (this *ResultInfo) Equal(that interface{}) bool

func (*ResultInfo) GetPolymorph

func (m *ResultInfo) GetPolymorph() uint32

func (*ResultInfo) GoString

func (this *ResultInfo) GoString() string

func (*ResultInfo) Marshal

func (m *ResultInfo) Marshal() (dAtA []byte, err error)

func (*ResultInfo) MarshalTo

func (m *ResultInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResultInfo) ProtoMessage

func (*ResultInfo) ProtoMessage()

func (*ResultInfo) Reset

func (m *ResultInfo) Reset()

func (*ResultInfo) Size

func (m *ResultInfo) Size() (n int)

func (*ResultInfo) String

func (this *ResultInfo) String() string

func (*ResultInfo) Unmarshal

func (m *ResultInfo) Unmarshal(dAtA []byte) error

func (*ResultInfo) XXX_DiscardUnknown

func (m *ResultInfo) XXX_DiscardUnknown()

func (*ResultInfo) XXX_Marshal

func (m *ResultInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultInfo) XXX_Merge

func (m *ResultInfo) XXX_Merge(src proto.Message)

func (*ResultInfo) XXX_Size

func (m *ResultInfo) XXX_Size() int

func (*ResultInfo) XXX_Unmarshal

func (m *ResultInfo) XXX_Unmarshal(b []byte) error

type ReturnResults

type ReturnResults struct {
	Polymorph  uint32                                       `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Target     github_com_insolar_insolar_insolar.Reference `protobuf:"bytes,20,opt,name=Target,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"Target"`
	RequestRef github_com_insolar_insolar_insolar.Reference `protobuf:"bytes,21,opt,name=RequestRef,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"RequestRef"`
	Reason     github_com_insolar_insolar_insolar.Reference `protobuf:"bytes,22,opt,name=Reason,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"Reason"`
	Reply      []byte                                       `protobuf:"bytes,23,opt,name=Reply,proto3" json:"Reply,omitempty"`
	Error      string                                       `protobuf:"bytes,24,opt,name=Error,proto3" json:"Error,omitempty"`
}

func (*ReturnResults) Descriptor

func (*ReturnResults) Descriptor() ([]byte, []int)

func (*ReturnResults) Equal

func (this *ReturnResults) Equal(that interface{}) bool

func (*ReturnResults) GetError

func (m *ReturnResults) GetError() string

func (*ReturnResults) GetPolymorph

func (m *ReturnResults) GetPolymorph() uint32

func (*ReturnResults) GetReply

func (m *ReturnResults) GetReply() []byte

func (*ReturnResults) GoString

func (this *ReturnResults) GoString() string

func (*ReturnResults) Marshal

func (m *ReturnResults) Marshal() (dAtA []byte, err error)

func (*ReturnResults) MarshalTo

func (m *ReturnResults) MarshalTo(dAtA []byte) (int, error)

func (*ReturnResults) ProtoMessage

func (*ReturnResults) ProtoMessage()

func (*ReturnResults) Reset

func (m *ReturnResults) Reset()

func (*ReturnResults) Size

func (m *ReturnResults) Size() (n int)

func (*ReturnResults) String

func (this *ReturnResults) String() string

func (*ReturnResults) Unmarshal

func (m *ReturnResults) Unmarshal(dAtA []byte) error

func (*ReturnResults) XXX_DiscardUnknown

func (m *ReturnResults) XXX_DiscardUnknown()

func (*ReturnResults) XXX_Marshal

func (m *ReturnResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReturnResults) XXX_Merge

func (m *ReturnResults) XXX_Merge(src proto.Message)

func (*ReturnResults) XXX_Size

func (m *ReturnResults) XXX_Size() int

func (*ReturnResults) XXX_Unmarshal

func (m *ReturnResults) XXX_Unmarshal(b []byte) error

type SagaCallAcceptNotification

type SagaCallAcceptNotification struct {
	Polymorph uint32                                `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	// OutgoingReqID contains the id of registered outgoing request.
	// VE needs it to register the result of the outgoing request.
	DetachedRequestID github_com_insolar_insolar_insolar.ID `` /* 127-byte string literal not displayed */
	// Request contains original OutgoingRequest registered by VE
	Request []byte `protobuf:"bytes,22,opt,name=Request,proto3" json:"Request,omitempty"`
}

SagaCallAcceptNotification informs virtual node that it's time to call saga Accept method.

func (*SagaCallAcceptNotification) Descriptor

func (*SagaCallAcceptNotification) Descriptor() ([]byte, []int)

func (*SagaCallAcceptNotification) Equal

func (this *SagaCallAcceptNotification) Equal(that interface{}) bool

func (*SagaCallAcceptNotification) GetPolymorph

func (m *SagaCallAcceptNotification) GetPolymorph() uint32

func (*SagaCallAcceptNotification) GetRequest

func (m *SagaCallAcceptNotification) GetRequest() []byte

func (*SagaCallAcceptNotification) GoString

func (this *SagaCallAcceptNotification) GoString() string

func (*SagaCallAcceptNotification) Marshal

func (m *SagaCallAcceptNotification) Marshal() (dAtA []byte, err error)

func (*SagaCallAcceptNotification) MarshalTo

func (m *SagaCallAcceptNotification) MarshalTo(dAtA []byte) (int, error)

func (*SagaCallAcceptNotification) ProtoMessage

func (*SagaCallAcceptNotification) ProtoMessage()

func (*SagaCallAcceptNotification) Reset

func (m *SagaCallAcceptNotification) Reset()

func (*SagaCallAcceptNotification) Size

func (m *SagaCallAcceptNotification) Size() (n int)

func (*SagaCallAcceptNotification) String

func (this *SagaCallAcceptNotification) String() string

func (*SagaCallAcceptNotification) Unmarshal

func (m *SagaCallAcceptNotification) Unmarshal(dAtA []byte) error

func (*SagaCallAcceptNotification) XXX_DiscardUnknown

func (m *SagaCallAcceptNotification) XXX_DiscardUnknown()

func (*SagaCallAcceptNotification) XXX_Marshal

func (m *SagaCallAcceptNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SagaCallAcceptNotification) XXX_Merge

func (m *SagaCallAcceptNotification) XXX_Merge(src proto.Message)

func (*SagaCallAcceptNotification) XXX_Size

func (m *SagaCallAcceptNotification) XXX_Size() int

func (*SagaCallAcceptNotification) XXX_Unmarshal

func (m *SagaCallAcceptNotification) XXX_Unmarshal(b []byte) error

type SearchIndex added in v0.9.8

type SearchIndex struct {
	Polymorph uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectID  github_com_insolar_insolar_insolar.ID          `protobuf:"bytes,20,opt,name=ObjectID,proto3,customtype=github.com/insolar/insolar/insolar.ID" json:"ObjectID"`
	Until     github_com_insolar_insolar_insolar.PulseNumber `protobuf:"bytes,21,opt,name=Until,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"Until"`
}

func (*SearchIndex) Descriptor added in v0.9.8

func (*SearchIndex) Descriptor() ([]byte, []int)

func (*SearchIndex) Equal added in v0.9.8

func (this *SearchIndex) Equal(that interface{}) bool

func (*SearchIndex) GetPolymorph added in v0.9.8

func (m *SearchIndex) GetPolymorph() uint32

func (*SearchIndex) GoString added in v0.9.8

func (this *SearchIndex) GoString() string

func (*SearchIndex) Marshal added in v0.9.8

func (m *SearchIndex) Marshal() (dAtA []byte, err error)

func (*SearchIndex) MarshalTo added in v0.9.8

func (m *SearchIndex) MarshalTo(dAtA []byte) (int, error)

func (*SearchIndex) ProtoMessage added in v0.9.8

func (*SearchIndex) ProtoMessage()

func (*SearchIndex) Reset added in v0.9.8

func (m *SearchIndex) Reset()

func (*SearchIndex) Size added in v0.9.8

func (m *SearchIndex) Size() (n int)

func (*SearchIndex) String added in v0.9.8

func (this *SearchIndex) String() string

func (*SearchIndex) Unmarshal added in v0.9.8

func (m *SearchIndex) Unmarshal(dAtA []byte) error

func (*SearchIndex) XXX_DiscardUnknown added in v0.9.8

func (m *SearchIndex) XXX_DiscardUnknown()

func (*SearchIndex) XXX_Marshal added in v0.9.8

func (m *SearchIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchIndex) XXX_Merge added in v0.9.8

func (m *SearchIndex) XXX_Merge(src proto.Message)

func (*SearchIndex) XXX_Size added in v0.9.8

func (m *SearchIndex) XXX_Size() int

func (*SearchIndex) XXX_Unmarshal added in v0.9.8

func (m *SearchIndex) XXX_Unmarshal(b []byte) error

type SearchIndexInfo added in v0.9.8

type SearchIndexInfo struct {
	Polymorph uint32        `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Index     *record.Index `protobuf:"bytes,20,opt,name=Index,proto3" json:"Index,omitempty"`
}

func (*SearchIndexInfo) Descriptor added in v0.9.8

func (*SearchIndexInfo) Descriptor() ([]byte, []int)

func (*SearchIndexInfo) Equal added in v0.9.8

func (this *SearchIndexInfo) Equal(that interface{}) bool

func (*SearchIndexInfo) GetIndex added in v0.9.8

func (m *SearchIndexInfo) GetIndex() *record.Index

func (*SearchIndexInfo) GetPolymorph added in v0.9.8

func (m *SearchIndexInfo) GetPolymorph() uint32

func (*SearchIndexInfo) GoString added in v0.9.8

func (this *SearchIndexInfo) GoString() string

func (*SearchIndexInfo) Marshal added in v0.9.8

func (m *SearchIndexInfo) Marshal() (dAtA []byte, err error)

func (*SearchIndexInfo) MarshalTo added in v0.9.8

func (m *SearchIndexInfo) MarshalTo(dAtA []byte) (int, error)

func (*SearchIndexInfo) ProtoMessage added in v0.9.8

func (*SearchIndexInfo) ProtoMessage()

func (*SearchIndexInfo) Reset added in v0.9.8

func (m *SearchIndexInfo) Reset()

func (*SearchIndexInfo) Size added in v0.9.8

func (m *SearchIndexInfo) Size() (n int)

func (*SearchIndexInfo) String added in v0.9.8

func (this *SearchIndexInfo) String() string

func (*SearchIndexInfo) Unmarshal added in v0.9.8

func (m *SearchIndexInfo) Unmarshal(dAtA []byte) error

func (*SearchIndexInfo) XXX_DiscardUnknown added in v0.9.8

func (m *SearchIndexInfo) XXX_DiscardUnknown()

func (*SearchIndexInfo) XXX_Marshal added in v0.9.8

func (m *SearchIndexInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchIndexInfo) XXX_Merge added in v0.9.8

func (m *SearchIndexInfo) XXX_Merge(src proto.Message)

func (*SearchIndexInfo) XXX_Size added in v0.9.8

func (m *SearchIndexInfo) XXX_Size() int

func (*SearchIndexInfo) XXX_Unmarshal added in v0.9.8

func (m *SearchIndexInfo) XXX_Unmarshal(b []byte) error

type ServiceData

type ServiceData struct {
	Polymorph     uint32                                      `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	LogTraceID    string                                      `protobuf:"bytes,20,opt,name=LogTraceID,proto3" json:"LogTraceID,omitempty"`
	LogLevel      github_com_insolar_insolar_insolar.LogLevel `protobuf:"varint,21,opt,name=LogLevel,proto3,customtype=github.com/insolar/insolar/insolar.LogLevel" json:"LogLevel"`
	TraceSpanData []byte                                      `protobuf:"bytes,22,opt,name=TraceSpanData,proto3" json:"TraceSpanData,omitempty"`
}

func (*ServiceData) Descriptor

func (*ServiceData) Descriptor() ([]byte, []int)

func (*ServiceData) Equal

func (this *ServiceData) Equal(that interface{}) bool

func (*ServiceData) GetLogTraceID

func (m *ServiceData) GetLogTraceID() string

func (*ServiceData) GetPolymorph

func (m *ServiceData) GetPolymorph() uint32

func (*ServiceData) GetTraceSpanData

func (m *ServiceData) GetTraceSpanData() []byte

func (*ServiceData) GoString

func (this *ServiceData) GoString() string

func (*ServiceData) Marshal

func (m *ServiceData) Marshal() (dAtA []byte, err error)

func (*ServiceData) MarshalTo

func (m *ServiceData) MarshalTo(dAtA []byte) (int, error)

func (*ServiceData) ProtoMessage

func (*ServiceData) ProtoMessage()

func (*ServiceData) Reset

func (m *ServiceData) Reset()

func (*ServiceData) Size

func (m *ServiceData) Size() (n int)

func (*ServiceData) String

func (this *ServiceData) String() string

func (*ServiceData) Unmarshal

func (m *ServiceData) Unmarshal(dAtA []byte) error

func (*ServiceData) XXX_DiscardUnknown

func (m *ServiceData) XXX_DiscardUnknown()

func (*ServiceData) XXX_Marshal

func (m *ServiceData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceData) XXX_Merge

func (m *ServiceData) XXX_Merge(src proto.Message)

func (*ServiceData) XXX_Size

func (m *ServiceData) XXX_Size() int

func (*ServiceData) XXX_Unmarshal

func (m *ServiceData) XXX_Unmarshal(b []byte) error

type SetCode

type SetCode struct {
	Polymorph uint32 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Record    []byte `protobuf:"bytes,20,opt,name=Record,proto3" json:"Record,omitempty"`
}

func (*SetCode) Descriptor

func (*SetCode) Descriptor() ([]byte, []int)

func (*SetCode) Equal

func (this *SetCode) Equal(that interface{}) bool

func (*SetCode) GetPolymorph

func (m *SetCode) GetPolymorph() uint32

func (*SetCode) GetRecord

func (m *SetCode) GetRecord() []byte

func (*SetCode) GoString

func (this *SetCode) GoString() string

func (*SetCode) Marshal

func (m *SetCode) Marshal() (dAtA []byte, err error)

func (*SetCode) MarshalTo

func (m *SetCode) MarshalTo(dAtA []byte) (int, error)

func (*SetCode) ProtoMessage

func (*SetCode) ProtoMessage()

func (*SetCode) Reset

func (m *SetCode) Reset()

func (*SetCode) Size

func (m *SetCode) Size() (n int)

func (*SetCode) String

func (this *SetCode) String() string

func (*SetCode) Unmarshal

func (m *SetCode) Unmarshal(dAtA []byte) error

func (*SetCode) XXX_DiscardUnknown

func (m *SetCode) XXX_DiscardUnknown()

func (*SetCode) XXX_Marshal

func (m *SetCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetCode) XXX_Merge

func (m *SetCode) XXX_Merge(src proto.Message)

func (*SetCode) XXX_Size

func (m *SetCode) XXX_Size() int

func (*SetCode) XXX_Unmarshal

func (m *SetCode) XXX_Unmarshal(b []byte) error

type SetIncomingRequest

type SetIncomingRequest struct {
	Polymorph uint32         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Request   record.Virtual `protobuf:"bytes,20,opt,name=Request,proto3" json:"Request"`
}

func (*SetIncomingRequest) Descriptor

func (*SetIncomingRequest) Descriptor() ([]byte, []int)

func (*SetIncomingRequest) Equal

func (this *SetIncomingRequest) Equal(that interface{}) bool

func (*SetIncomingRequest) GetPolymorph

func (m *SetIncomingRequest) GetPolymorph() uint32

func (*SetIncomingRequest) GetRequest

func (m *SetIncomingRequest) GetRequest() record.Virtual

func (*SetIncomingRequest) GoString

func (this *SetIncomingRequest) GoString() string

func (*SetIncomingRequest) Marshal

func (m *SetIncomingRequest) Marshal() (dAtA []byte, err error)

func (*SetIncomingRequest) MarshalTo

func (m *SetIncomingRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetIncomingRequest) ProtoMessage

func (*SetIncomingRequest) ProtoMessage()

func (*SetIncomingRequest) Reset

func (m *SetIncomingRequest) Reset()

func (*SetIncomingRequest) Size

func (m *SetIncomingRequest) Size() (n int)

func (*SetIncomingRequest) String

func (this *SetIncomingRequest) String() string

func (*SetIncomingRequest) Unmarshal

func (m *SetIncomingRequest) Unmarshal(dAtA []byte) error

func (*SetIncomingRequest) XXX_DiscardUnknown

func (m *SetIncomingRequest) XXX_DiscardUnknown()

func (*SetIncomingRequest) XXX_Marshal

func (m *SetIncomingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetIncomingRequest) XXX_Merge

func (m *SetIncomingRequest) XXX_Merge(src proto.Message)

func (*SetIncomingRequest) XXX_Size

func (m *SetIncomingRequest) XXX_Size() int

func (*SetIncomingRequest) XXX_Unmarshal

func (m *SetIncomingRequest) XXX_Unmarshal(b []byte) error

type SetOutgoingRequest

type SetOutgoingRequest struct {
	Polymorph uint32         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Request   record.Virtual `protobuf:"bytes,20,opt,name=Request,proto3" json:"Request"`
}

func (*SetOutgoingRequest) Descriptor

func (*SetOutgoingRequest) Descriptor() ([]byte, []int)

func (*SetOutgoingRequest) Equal

func (this *SetOutgoingRequest) Equal(that interface{}) bool

func (*SetOutgoingRequest) GetPolymorph

func (m *SetOutgoingRequest) GetPolymorph() uint32

func (*SetOutgoingRequest) GetRequest

func (m *SetOutgoingRequest) GetRequest() record.Virtual

func (*SetOutgoingRequest) GoString

func (this *SetOutgoingRequest) GoString() string

func (*SetOutgoingRequest) Marshal

func (m *SetOutgoingRequest) Marshal() (dAtA []byte, err error)

func (*SetOutgoingRequest) MarshalTo

func (m *SetOutgoingRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetOutgoingRequest) ProtoMessage

func (*SetOutgoingRequest) ProtoMessage()

func (*SetOutgoingRequest) Reset

func (m *SetOutgoingRequest) Reset()

func (*SetOutgoingRequest) Size

func (m *SetOutgoingRequest) Size() (n int)

func (*SetOutgoingRequest) String

func (this *SetOutgoingRequest) String() string

func (*SetOutgoingRequest) Unmarshal

func (m *SetOutgoingRequest) Unmarshal(dAtA []byte) error

func (*SetOutgoingRequest) XXX_DiscardUnknown

func (m *SetOutgoingRequest) XXX_DiscardUnknown()

func (*SetOutgoingRequest) XXX_Marshal

func (m *SetOutgoingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetOutgoingRequest) XXX_Merge

func (m *SetOutgoingRequest) XXX_Merge(src proto.Message)

func (*SetOutgoingRequest) XXX_Size

func (m *SetOutgoingRequest) XXX_Size() int

func (*SetOutgoingRequest) XXX_Unmarshal

func (m *SetOutgoingRequest) XXX_Unmarshal(b []byte) error

type SetResult

type SetResult struct {
	Polymorph uint32 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Result    []byte `protobuf:"bytes,20,opt,name=Result,proto3" json:"Result,omitempty"`
}

func (*SetResult) Descriptor

func (*SetResult) Descriptor() ([]byte, []int)

func (*SetResult) Equal

func (this *SetResult) Equal(that interface{}) bool

func (*SetResult) GetPolymorph

func (m *SetResult) GetPolymorph() uint32

func (*SetResult) GetResult

func (m *SetResult) GetResult() []byte

func (*SetResult) GoString

func (this *SetResult) GoString() string

func (*SetResult) Marshal

func (m *SetResult) Marshal() (dAtA []byte, err error)

func (*SetResult) MarshalTo

func (m *SetResult) MarshalTo(dAtA []byte) (int, error)

func (*SetResult) ProtoMessage

func (*SetResult) ProtoMessage()

func (*SetResult) Reset

func (m *SetResult) Reset()

func (*SetResult) Size

func (m *SetResult) Size() (n int)

func (*SetResult) String

func (this *SetResult) String() string

func (*SetResult) Unmarshal

func (m *SetResult) Unmarshal(dAtA []byte) error

func (*SetResult) XXX_DiscardUnknown

func (m *SetResult) XXX_DiscardUnknown()

func (*SetResult) XXX_Marshal

func (m *SetResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetResult) XXX_Merge

func (m *SetResult) XXX_Merge(src proto.Message)

func (*SetResult) XXX_Size

func (m *SetResult) XXX_Size() int

func (*SetResult) XXX_Unmarshal

func (m *SetResult) XXX_Unmarshal(b []byte) error

type State

type State struct {
	Polymorph uint32 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Record    []byte `protobuf:"bytes,20,opt,name=Record,proto3" json:"Record,omitempty"`
}

func (*State) Descriptor

func (*State) Descriptor() ([]byte, []int)

func (*State) Equal

func (this *State) Equal(that interface{}) bool

func (*State) GetPolymorph

func (m *State) GetPolymorph() uint32

func (*State) GetRecord

func (m *State) GetRecord() []byte

func (*State) GoString

func (this *State) GoString() string

func (*State) Marshal

func (m *State) Marshal() (dAtA []byte, err error)

func (*State) MarshalTo

func (m *State) MarshalTo(dAtA []byte) (int, error)

func (*State) ProtoMessage

func (*State) ProtoMessage()

func (*State) Reset

func (m *State) Reset()

func (*State) Size

func (m *State) Size() (n int)

func (*State) String

func (this *State) String() string

func (*State) Unmarshal

func (m *State) Unmarshal(dAtA []byte) error

func (*State) XXX_DiscardUnknown

func (m *State) XXX_DiscardUnknown()

func (*State) XXX_Marshal

func (m *State) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*State) XXX_Merge

func (m *State) XXX_Merge(src proto.Message)

func (*State) XXX_Size

func (m *State) XXX_Size() int

func (*State) XXX_Unmarshal

func (m *State) XXX_Unmarshal(b []byte) error

type StillExecuting

type StillExecuting struct {
	Polymorph   uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	ObjectRef   github_com_insolar_insolar_insolar.Reference   `protobuf:"bytes,20,opt,name=ObjectRef,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"ObjectRef"`
	Executor    github_com_insolar_insolar_insolar.Reference   `protobuf:"bytes,21,opt,name=Executor,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"Executor"`
	RequestRefs []github_com_insolar_insolar_insolar.Reference `protobuf:"bytes,22,rep,name=RequestRefs,proto3,customtype=github.com/insolar/insolar/insolar.Reference" json:"RequestRefs"`
}

func (*StillExecuting) Descriptor

func (*StillExecuting) Descriptor() ([]byte, []int)

func (*StillExecuting) Equal

func (this *StillExecuting) Equal(that interface{}) bool

func (*StillExecuting) GetPolymorph

func (m *StillExecuting) GetPolymorph() uint32

func (*StillExecuting) GoString

func (this *StillExecuting) GoString() string

func (*StillExecuting) Marshal

func (m *StillExecuting) Marshal() (dAtA []byte, err error)

func (*StillExecuting) MarshalTo

func (m *StillExecuting) MarshalTo(dAtA []byte) (int, error)

func (*StillExecuting) ProtoMessage

func (*StillExecuting) ProtoMessage()

func (*StillExecuting) Reset

func (m *StillExecuting) Reset()

func (*StillExecuting) Size

func (m *StillExecuting) Size() (n int)

func (*StillExecuting) String

func (this *StillExecuting) String() string

func (*StillExecuting) Unmarshal

func (m *StillExecuting) Unmarshal(dAtA []byte) error

func (*StillExecuting) XXX_DiscardUnknown

func (m *StillExecuting) XXX_DiscardUnknown()

func (*StillExecuting) XXX_Marshal

func (m *StillExecuting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StillExecuting) XXX_Merge

func (m *StillExecuting) XXX_Merge(src proto.Message)

func (*StillExecuting) XXX_Size

func (m *StillExecuting) XXX_Size() int

func (*StillExecuting) XXX_Unmarshal

func (m *StillExecuting) XXX_Unmarshal(b []byte) error

type Type

type Type uint32
const (
	TypeUnknown Type = iota

	TypeMeta
	TypeError
	TypeID
	TypeIDs
	TypeJet
	TypeState
	TypeGetObject
	TypePassState
	TypeIndex
	TypePass
	TypeGetCode
	TypeCode
	TypeSetCode
	TypeSetIncomingRequest
	TypeSetOutgoingRequest
	TypeSagaCallAcceptNotification
	TypeGetFilament
	TypeGetRequest
	TypeRequest
	TypeFilamentSegment
	TypeSetResult
	TypeActivate
	TypeRequestInfo
	TypeGetRequestInfo
	TypeGotHotConfirmation
	TypeDeactivate
	TypeUpdate
	TypeHotObjects
	TypeResultInfo
	TypeGetPendings
	TypeHasPendings
	TypePendingsInfo
	TypeReplication
	TypeGetJet
	TypeAbandonedRequestsNotification
	TypeGetLightInitialState
	TypeLightInitialState
	TypeGetIndex
	TypeSearchIndex
	TypeSearchIndexInfo
	TypeUpdateJet
	TypeReturnResults
	TypeCallMethod
	TypeExecutorResults
	TypePendingFinished
	TypeAdditionalCallFromPreviousExecutor
	TypeStillExecuting
	TypeErrorResultExitsts
)

func UnmarshalType

func UnmarshalType(data []byte) (Type, error)

UnmarshalType decodes payload type from given binary.

func (Type) String

func (i Type) String() string

type Update

type Update struct {
	Polymorph uint32 `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Record    []byte `protobuf:"bytes,20,opt,name=Record,proto3" json:"Record,omitempty"`
	Result    []byte `protobuf:"bytes,21,opt,name=Result,proto3" json:"Result,omitempty"`
}

func (*Update) Descriptor

func (*Update) Descriptor() ([]byte, []int)

func (*Update) Equal

func (this *Update) Equal(that interface{}) bool

func (*Update) GetPolymorph

func (m *Update) GetPolymorph() uint32

func (*Update) GetRecord

func (m *Update) GetRecord() []byte

func (*Update) GetResult

func (m *Update) GetResult() []byte

func (*Update) GoString

func (this *Update) GoString() string

func (*Update) Marshal

func (m *Update) Marshal() (dAtA []byte, err error)

func (*Update) MarshalTo

func (m *Update) MarshalTo(dAtA []byte) (int, error)

func (*Update) ProtoMessage

func (*Update) ProtoMessage()

func (*Update) Reset

func (m *Update) Reset()

func (*Update) Size

func (m *Update) Size() (n int)

func (*Update) String

func (this *Update) String() string

func (*Update) Unmarshal

func (m *Update) Unmarshal(dAtA []byte) error

func (*Update) XXX_DiscardUnknown

func (m *Update) XXX_DiscardUnknown()

func (*Update) XXX_Marshal

func (m *Update) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Update) XXX_Merge

func (m *Update) XXX_Merge(src proto.Message)

func (*Update) XXX_Size

func (m *Update) XXX_Size() int

func (*Update) XXX_Unmarshal

func (m *Update) XXX_Unmarshal(b []byte) error

type UpdateJet

type UpdateJet struct {
	Polymorph uint32                                         `protobuf:"varint,16,opt,name=Polymorph,proto3" json:"Polymorph,omitempty"`
	Pulse     github_com_insolar_insolar_insolar.PulseNumber `protobuf:"bytes,20,opt,name=Pulse,proto3,customtype=github.com/insolar/insolar/insolar.PulseNumber" json:"Pulse"`
	JetID     github_com_insolar_insolar_insolar.JetID       `protobuf:"bytes,21,opt,name=JetID,proto3,customtype=github.com/insolar/insolar/insolar.JetID" json:"JetID"`
}

func (*UpdateJet) Descriptor

func (*UpdateJet) Descriptor() ([]byte, []int)

func (*UpdateJet) Equal

func (this *UpdateJet) Equal(that interface{}) bool

func (*UpdateJet) GetPolymorph

func (m *UpdateJet) GetPolymorph() uint32

func (*UpdateJet) GoString

func (this *UpdateJet) GoString() string

func (*UpdateJet) Marshal

func (m *UpdateJet) Marshal() (dAtA []byte, err error)

func (*UpdateJet) MarshalTo

func (m *UpdateJet) MarshalTo(dAtA []byte) (int, error)

func (*UpdateJet) ProtoMessage

func (*UpdateJet) ProtoMessage()

func (*UpdateJet) Reset

func (m *UpdateJet) Reset()

func (*UpdateJet) Size

func (m *UpdateJet) Size() (n int)

func (*UpdateJet) String

func (this *UpdateJet) String() string

func (*UpdateJet) Unmarshal

func (m *UpdateJet) Unmarshal(dAtA []byte) error

func (*UpdateJet) XXX_DiscardUnknown

func (m *UpdateJet) XXX_DiscardUnknown()

func (*UpdateJet) XXX_Marshal

func (m *UpdateJet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateJet) XXX_Merge

func (m *UpdateJet) XXX_Merge(src proto.Message)

func (*UpdateJet) XXX_Size

func (m *UpdateJet) XXX_Size() int

func (*UpdateJet) XXX_Unmarshal

func (m *UpdateJet) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL