Documentation ¶
Overview ¶
Every package should have a package comment, a block comment preceding the package clause. For multi-file packages, the package comment only needs to be present in one file, and any one will do. The package comment should introduce the package and provide information relevant to the package as a whole. It will appear first on the godoc page and should set up the detailed documentation that follows.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrCorruptedCookie = errors.New("Cookie data corrupted")
)
Cookie error variables
Functions ¶
Types ¶
type SessionData ¶
type SessionData struct {
Photo string
}
CHANGE THIS DUMMY COOKIE STRUCT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Click to show internal directories.
Click to hide internal directories.