package
0.0.0-20160406213155-4f83aec17da1
Repository: https://github.com/davidafox/chat.git
Documentation: pkg.go.dev

# Functions

NewFactory returns a Factory that will make client data objects using the filedata as its source.
NewFileData creates a new file data object loading the existing file or making a new one if one does not exist.
No description provided by the author
No description provided by the author

# Variables

DEFAULTFILENAME is the name the data object will use for storing the data if one is not provided.

# Structs

ClientRecord represents all the data associated with a single client.
Factory is a factory for creating ClientData objects using fileData.