pb

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2023 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type MessagePack

type MessagePack struct {

	// Map of messages where key is the topic.
	Messages map[string]*MessagePack_Messages `` /* 157-byte string literal not displayed */
	// Signature of the signer calculated for concatenation of all messages.
	// Topic are sorted using ASCII values of each character.
	Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*MessagePack) Descriptor deprecated

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

Deprecated: Use MessagePack.ProtoReflect.Descriptor instead.

func (*MessagePack) GetMessages

func (x *MessagePack) GetMessages() map[string]*MessagePack_Messages

func (*MessagePack) GetSignature

func (x *MessagePack) GetSignature() []byte

func (*MessagePack) ProtoMessage

func (*MessagePack) ProtoMessage()

func (*MessagePack) ProtoReflect

func (x *MessagePack) ProtoReflect() protoreflect.Message

func (*MessagePack) Reset

func (x *MessagePack) Reset()

func (*MessagePack) String

func (x *MessagePack) String() string

type MessagePack_Messages

type MessagePack_Messages struct {
	Data [][]byte `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MessagePack_Messages) Descriptor deprecated

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

Deprecated: Use MessagePack_Messages.ProtoReflect.Descriptor instead.

func (*MessagePack_Messages) GetData

func (x *MessagePack_Messages) GetData() [][]byte

func (*MessagePack_Messages) ProtoMessage

func (*MessagePack_Messages) ProtoMessage()

func (*MessagePack_Messages) ProtoReflect

func (x *MessagePack_Messages) ProtoReflect() protoreflect.Message

func (*MessagePack_Messages) Reset

func (x *MessagePack_Messages) Reset()

func (*MessagePack_Messages) String

func (x *MessagePack_Messages) String() string

Jump to

Keyboard shortcuts

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