shared

package
v0.1.0-alpha1 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationCredentials

type AuthenticationCredentials struct {
	Name     string `json:"name"`
	Password string `json:"pass"`
}

AuthenticationCredentials represents the credentials of a user

type ChatMessage

type ChatMessage struct {
	User string `json:"user"`
	Msg  string `json:"msg"`
}

ChatMessage represents a chat message containing the senders name

Jump to

Keyboard shortcuts

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