Documentation ¶
Index ¶
- Variables
- type Message
- func (m *Message) CloneMessageVT() proto.Message
- func (m *Message) CloneVT() *Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (this *Message) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Message) EqualVT(that *Message) bool
- func (x *Message) GetGeneric() []byte
- func (x *Message) GetGetAccountStatusRequest() *get_account_status.GetAccountStatusRequest
- func (x *Message) GetGetAccountStatusResponse() *get_account_status.GetAccountStatusResponse
- func (x *Message) GetNearBlockHeader() *near_block.BlockHeaderView
- func (x *Message) GetNearBlockShard() *near_block.BlockShard
- func (m *Message) GetPayload() isMessage_Payload
- func (x *Message) GetRpcRequest() *rpc.RpcMessage
- func (x *Message) GetRpcResponse() *rpc.RpcMessage
- func (m *Message) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Message) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Message) MarshalToVT(dAtA []byte) (int, error)
- func (m *Message) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Message) MarshalVT() (dAtA []byte, err error)
- func (m *Message) MarshalVTStrict() (dAtA []byte, err error)
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (m *Message) SizeVT() (n int)
- func (x *Message) String() string
- func (m *Message) UnmarshalVT(dAtA []byte) error
- type Message_Generic
- func (m *Message_Generic) CloneVT() isMessage_Payload
- func (this *Message_Generic) EqualVT(thatIface isMessage_Payload) bool
- func (m *Message_Generic) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Message_Generic) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Message_Generic) MarshalToVT(dAtA []byte) (int, error)
- func (m *Message_Generic) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Message_Generic) SizeVT() (n int)
- type Message_GetAccountStatusRequest
- func (m *Message_GetAccountStatusRequest) CloneVT() isMessage_Payload
- func (this *Message_GetAccountStatusRequest) EqualVT(thatIface isMessage_Payload) bool
- func (m *Message_GetAccountStatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Message_GetAccountStatusRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Message_GetAccountStatusRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *Message_GetAccountStatusRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Message_GetAccountStatusRequest) SizeVT() (n int)
- type Message_GetAccountStatusResponse
- func (m *Message_GetAccountStatusResponse) CloneVT() isMessage_Payload
- func (this *Message_GetAccountStatusResponse) EqualVT(thatIface isMessage_Payload) bool
- func (m *Message_GetAccountStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Message_GetAccountStatusResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Message_GetAccountStatusResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *Message_GetAccountStatusResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Message_GetAccountStatusResponse) SizeVT() (n int)
- type Message_NearBlockHeader
- func (m *Message_NearBlockHeader) CloneVT() isMessage_Payload
- func (this *Message_NearBlockHeader) EqualVT(thatIface isMessage_Payload) bool
- func (m *Message_NearBlockHeader) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Message_NearBlockHeader) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Message_NearBlockHeader) MarshalToVT(dAtA []byte) (int, error)
- func (m *Message_NearBlockHeader) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Message_NearBlockHeader) SizeVT() (n int)
- type Message_NearBlockShard
- func (m *Message_NearBlockShard) CloneVT() isMessage_Payload
- func (this *Message_NearBlockShard) EqualVT(thatIface isMessage_Payload) bool
- func (m *Message_NearBlockShard) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Message_NearBlockShard) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Message_NearBlockShard) MarshalToVT(dAtA []byte) (int, error)
- func (m *Message_NearBlockShard) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Message_NearBlockShard) SizeVT() (n int)
- type Message_RpcRequest
- func (m *Message_RpcRequest) CloneVT() isMessage_Payload
- func (this *Message_RpcRequest) EqualVT(thatIface isMessage_Payload) bool
- func (m *Message_RpcRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Message_RpcRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Message_RpcRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *Message_RpcRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Message_RpcRequest) SizeVT() (n int)
- type Message_RpcResponse
- func (m *Message_RpcResponse) CloneVT() isMessage_Payload
- func (this *Message_RpcResponse) EqualVT(thatIface isMessage_Payload) bool
- func (m *Message_RpcResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Message_RpcResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Message_RpcResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *Message_RpcResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Message_RpcResponse) SizeVT() (n int)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { // Types that are assignable to Payload: // // *Message_Generic // *Message_RpcRequest // *Message_RpcResponse // *Message_GetAccountStatusRequest // *Message_GetAccountStatusResponse // *Message_NearBlockHeader // *Message_NearBlockShard Payload isMessage_Payload `protobuf_oneof:"payload"` // contains filtered or unexported fields }
func (*Message) CloneMessageVT ¶
func (*Message) Descriptor
deprecated
func (*Message) GetGeneric ¶
func (*Message) GetGetAccountStatusRequest ¶
func (x *Message) GetGetAccountStatusRequest() *get_account_status.GetAccountStatusRequest
func (*Message) GetGetAccountStatusResponse ¶
func (x *Message) GetGetAccountStatusResponse() *get_account_status.GetAccountStatusResponse
func (*Message) GetNearBlockHeader ¶
func (x *Message) GetNearBlockHeader() *near_block.BlockHeaderView
func (*Message) GetNearBlockShard ¶
func (x *Message) GetNearBlockShard() *near_block.BlockShard
func (*Message) GetPayload ¶
func (m *Message) GetPayload() isMessage_Payload
func (*Message) GetRpcRequest ¶
func (x *Message) GetRpcRequest() *rpc.RpcMessage
func (*Message) GetRpcResponse ¶
func (x *Message) GetRpcResponse() *rpc.RpcMessage
func (*Message) MarshalToSizedBufferVT ¶
func (*Message) MarshalToSizedBufferVTStrict ¶
func (*Message) MarshalVTStrict ¶
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
func (*Message) UnmarshalVT ¶
type Message_Generic ¶
type Message_Generic struct {
Generic []byte `protobuf:"bytes,3,opt,name=generic,proto3,oneof"`
}
func (*Message_Generic) CloneVT ¶
func (m *Message_Generic) CloneVT() isMessage_Payload
func (*Message_Generic) EqualVT ¶
func (this *Message_Generic) EqualVT(thatIface isMessage_Payload) bool
func (*Message_Generic) MarshalToSizedBufferVT ¶
func (m *Message_Generic) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Message_Generic) MarshalToSizedBufferVTStrict ¶
func (m *Message_Generic) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*Message_Generic) MarshalToVT ¶
func (m *Message_Generic) MarshalToVT(dAtA []byte) (int, error)
func (*Message_Generic) MarshalToVTStrict ¶
func (m *Message_Generic) MarshalToVTStrict(dAtA []byte) (int, error)
func (*Message_Generic) SizeVT ¶
func (m *Message_Generic) SizeVT() (n int)
type Message_GetAccountStatusRequest ¶
type Message_GetAccountStatusRequest struct {
GetAccountStatusRequest *get_account_status.GetAccountStatusRequest `protobuf:"bytes,6,opt,name=get_account_status_request,json=getAccountStatusRequest,proto3,oneof"`
}
func (*Message_GetAccountStatusRequest) CloneVT ¶
func (m *Message_GetAccountStatusRequest) CloneVT() isMessage_Payload
func (*Message_GetAccountStatusRequest) EqualVT ¶
func (this *Message_GetAccountStatusRequest) EqualVT(thatIface isMessage_Payload) bool
func (*Message_GetAccountStatusRequest) MarshalToSizedBufferVT ¶
func (m *Message_GetAccountStatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Message_GetAccountStatusRequest) MarshalToSizedBufferVTStrict ¶
func (m *Message_GetAccountStatusRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*Message_GetAccountStatusRequest) MarshalToVT ¶
func (m *Message_GetAccountStatusRequest) MarshalToVT(dAtA []byte) (int, error)
func (*Message_GetAccountStatusRequest) MarshalToVTStrict ¶
func (m *Message_GetAccountStatusRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*Message_GetAccountStatusRequest) SizeVT ¶
func (m *Message_GetAccountStatusRequest) SizeVT() (n int)
type Message_GetAccountStatusResponse ¶
type Message_GetAccountStatusResponse struct {
GetAccountStatusResponse *get_account_status.GetAccountStatusResponse `protobuf:"bytes,7,opt,name=get_account_status_response,json=getAccountStatusResponse,proto3,oneof"`
}
func (*Message_GetAccountStatusResponse) CloneVT ¶
func (m *Message_GetAccountStatusResponse) CloneVT() isMessage_Payload
func (*Message_GetAccountStatusResponse) EqualVT ¶
func (this *Message_GetAccountStatusResponse) EqualVT(thatIface isMessage_Payload) bool
func (*Message_GetAccountStatusResponse) MarshalToSizedBufferVT ¶
func (m *Message_GetAccountStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Message_GetAccountStatusResponse) MarshalToSizedBufferVTStrict ¶
func (m *Message_GetAccountStatusResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*Message_GetAccountStatusResponse) MarshalToVT ¶
func (m *Message_GetAccountStatusResponse) MarshalToVT(dAtA []byte) (int, error)
func (*Message_GetAccountStatusResponse) MarshalToVTStrict ¶
func (m *Message_GetAccountStatusResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*Message_GetAccountStatusResponse) SizeVT ¶
func (m *Message_GetAccountStatusResponse) SizeVT() (n int)
type Message_NearBlockHeader ¶
type Message_NearBlockHeader struct {
NearBlockHeader *near_block.BlockHeaderView `protobuf:"bytes,8,opt,name=near_block_header,json=nearBlockHeader,proto3,oneof"`
}
func (*Message_NearBlockHeader) CloneVT ¶
func (m *Message_NearBlockHeader) CloneVT() isMessage_Payload
func (*Message_NearBlockHeader) EqualVT ¶
func (this *Message_NearBlockHeader) EqualVT(thatIface isMessage_Payload) bool
func (*Message_NearBlockHeader) MarshalToSizedBufferVT ¶
func (m *Message_NearBlockHeader) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Message_NearBlockHeader) MarshalToSizedBufferVTStrict ¶
func (m *Message_NearBlockHeader) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*Message_NearBlockHeader) MarshalToVT ¶
func (m *Message_NearBlockHeader) MarshalToVT(dAtA []byte) (int, error)
func (*Message_NearBlockHeader) MarshalToVTStrict ¶
func (m *Message_NearBlockHeader) MarshalToVTStrict(dAtA []byte) (int, error)
func (*Message_NearBlockHeader) SizeVT ¶
func (m *Message_NearBlockHeader) SizeVT() (n int)
type Message_NearBlockShard ¶
type Message_NearBlockShard struct {
NearBlockShard *near_block.BlockShard `protobuf:"bytes,9,opt,name=near_block_shard,json=nearBlockShard,proto3,oneof"`
}
func (*Message_NearBlockShard) CloneVT ¶
func (m *Message_NearBlockShard) CloneVT() isMessage_Payload
func (*Message_NearBlockShard) EqualVT ¶
func (this *Message_NearBlockShard) EqualVT(thatIface isMessage_Payload) bool
func (*Message_NearBlockShard) MarshalToSizedBufferVT ¶
func (m *Message_NearBlockShard) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Message_NearBlockShard) MarshalToSizedBufferVTStrict ¶
func (m *Message_NearBlockShard) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*Message_NearBlockShard) MarshalToVT ¶
func (m *Message_NearBlockShard) MarshalToVT(dAtA []byte) (int, error)
func (*Message_NearBlockShard) MarshalToVTStrict ¶
func (m *Message_NearBlockShard) MarshalToVTStrict(dAtA []byte) (int, error)
func (*Message_NearBlockShard) SizeVT ¶
func (m *Message_NearBlockShard) SizeVT() (n int)
type Message_RpcRequest ¶
type Message_RpcRequest struct {
RpcRequest *rpc.RpcMessage `protobuf:"bytes,4,opt,name=rpc_request,json=rpcRequest,proto3,oneof"`
}
func (*Message_RpcRequest) CloneVT ¶
func (m *Message_RpcRequest) CloneVT() isMessage_Payload
func (*Message_RpcRequest) EqualVT ¶
func (this *Message_RpcRequest) EqualVT(thatIface isMessage_Payload) bool
func (*Message_RpcRequest) MarshalToSizedBufferVT ¶
func (m *Message_RpcRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Message_RpcRequest) MarshalToSizedBufferVTStrict ¶
func (m *Message_RpcRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*Message_RpcRequest) MarshalToVT ¶
func (m *Message_RpcRequest) MarshalToVT(dAtA []byte) (int, error)
func (*Message_RpcRequest) MarshalToVTStrict ¶
func (m *Message_RpcRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*Message_RpcRequest) SizeVT ¶
func (m *Message_RpcRequest) SizeVT() (n int)
type Message_RpcResponse ¶
type Message_RpcResponse struct {
RpcResponse *rpc.RpcMessage `protobuf:"bytes,5,opt,name=rpc_response,json=rpcResponse,proto3,oneof"`
}
func (*Message_RpcResponse) CloneVT ¶
func (m *Message_RpcResponse) CloneVT() isMessage_Payload
func (*Message_RpcResponse) EqualVT ¶
func (this *Message_RpcResponse) EqualVT(thatIface isMessage_Payload) bool
func (*Message_RpcResponse) MarshalToSizedBufferVT ¶
func (m *Message_RpcResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Message_RpcResponse) MarshalToSizedBufferVTStrict ¶
func (m *Message_RpcResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*Message_RpcResponse) MarshalToVT ¶
func (m *Message_RpcResponse) MarshalToVT(dAtA []byte) (int, error)
func (*Message_RpcResponse) MarshalToVTStrict ¶
func (m *Message_RpcResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*Message_RpcResponse) SizeVT ¶
func (m *Message_RpcResponse) SizeVT() (n int)
Click to show internal directories.
Click to hide internal directories.