typemesh

package
v0.0.0-...-3444db6 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageType

type MessageType int
const (
	MessNil MessageType = 1 + iota
	MessAnnounce
	MessHello
	MessRAW
	MessMessenger
	MessFileSync
)

type Page

type Page struct {
	Content string
	Lang    lang.LangFile
}

type ServerMessage

type ServerMessage struct {
	Sender   serverinfo.ServerInfo
	Receiver serverinfo.ServerInfo
	Network  network.Network
	Message  ServerMessageContent
}

type ServerMessageContent

type ServerMessageContent struct {
	Type    MessageType
	Version float32
	Content []byte
}

Jump to

Keyboard shortcuts

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