Documentation ¶
Index ¶
Constants ¶
View Source
const Version string = "sessions:0.1"
Version is the current api version number
Variables ¶
View Source
var ErrSessionNotFound = errors.New("Could not find the requested session")
ErrSessionNotFound is returned when the Session can't be found in redis
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the http server instance
Click to show internal directories.
Click to hide internal directories.