Documentation ¶
Overview ¶
Package store provices an implementation of sessions.Store that also carries its name around with it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrMissingName is returned when attempting to create a Namer with an empty name ErrMissingName = fmt.Errorf("name cannot be empty") // ErrMissingDomain returned when attempting to create a Namer with an empty domain ErrMissingDomain = fmt.Errorf("domain cannot be empty") )
Functions ¶
This section is empty.
Types ¶
type KeyError ¶
type KeyError struct{}
A KeyError is returned when attmpting to create a Namer with an invalid key. Keys must be hex-encoded strings with length 128.
Click to show internal directories.
Click to hide internal directories.