chat

package
v0.0.0-...-71a6408 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group struct {
	Name      string
	Id        string
	Users     []*User
	MsgHitory []*Message
	MsgSend   chan *Message
	MsgRecv   chan *Message
}

type Message

type Message struct {
	User        *User
	Group       *Group
	Message     *Message
	MessageType MessageType
	Time        time.Time
}

type MessageType

type MessageType int

type User

type User struct {
	Addr     *net.Addr
	Id       string
	Email    string
	Password string
}

Jump to

Keyboard shortcuts

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