package
0.0.0-20141115185443-5c7d83beebb5
Repository: https://github.com/gtarcea/1devdaytalk2014.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Errorf takes and error, a message string and a set of arguments and produces a new Error.
Is returns true if the particular error code in an Error is equal to the expected error.

# Variables

ErrExists Item already exists.
ErrInternal Internal fatal error.
ErrInvalid Invalid request.
ErrNoAccess Access to item not allowed.
ErrNotFound Item not found.

# Structs

Error holds the error code and additional messages.

# Interfaces

The UserDBService provides a way for tracking and storing users.
Objects implements the UsersService provide an technology independent way of managing the applications users.