msg

package
v0.0.0-...-5028ebd Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ActionPING      = "/ping"
	ActionPONG      = "/pong"
	ActionJoin      = "/join"
	ActionLeave     = "/leave"
	ActionDail      = "/dail"
	ActionMulticast = "/multicast"
	ActionBroadcast = "/broadcast"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	Family    string
	Version   string
	Action    string
	Payload   base64Byte
	Hash      base64Byte
	Signature base64Byte

	FromID string
	TS     int64
	ToID   []string
}

func (*Message) PackByte

func (m *Message) PackByte() []byte

func (*Message) UNPackByte

func (m *Message) UNPackByte(payload []byte) (err error)

Jump to

Keyboard shortcuts

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