handler

package module
v0.0.0-...-3741dc5 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2020 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleConnections

func HandleConnections(w http.ResponseWriter, r *http.Request)

HandleConnections maintains the connection for each user in the chat

func HandleMessages

func HandleMessages()

HandleMessages sends and receives messages from users.

Types

type AllUsers

type AllUsers struct {
	Users []User `json:"users"`
}

AllUsers object, holds all the users in a string array

type Message

type Message struct {
	Username string `json:"username"`
	Message  string `json:"message"`
	Avatar   string `json:"avatar"`
}

Message object, defines attributes that a message will have

type User

type User struct {
	Username string `json:"user"`
	Avatar   string `json:"avatar"`
}

User object, holds information for a specific user

Jump to

Keyboard shortcuts

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