jsonmsg

package
v1.4.5 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// EnterRoomCode NO.
	EnterRoomCode = 1001
	// ChatMessageCode NO.
	ChatMessageCode = 1002
	// LeaveRoomCode NO.
	LeaveRoomCode = 1003
	// JoinSuccessCode NO.
	JoinSuccessCode = 2001
)

Variables

View Source
var Processor = lucky.NewJSONProcessor()

Processor is message handler

Functions

This section is empty.

Types

type ChatMessage

type ChatMessage struct {
	FromName string
	Content  string
}

ChatMessage msg

type EnterRoom

type EnterRoom struct {
}

EnterRoom msg

type JoinRoomSuccess

type JoinRoomSuccess struct {
}

JoinRoomSuccess msg

type LeaveRoom

type LeaveRoom struct {
}

LeaveRoom msg

Jump to

Keyboard shortcuts

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