package
Version:
v0.0.0-...-b95dbb3
Opens a new window with list of versions in this module.
Published: Jan 14, 2016
License: AGPL-3.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
API defines how a new API will be attached to the router.
api packages should export a function such as:
func Auth(d db.DB) API {
return func(r *htr.Router) error {
r.GET("/user/auth", handleAuth(d))
}
}
Object binds the Object database package for the given DB to a Router.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.