Directories ¶
Path | Synopsis |
---|---|
Package cache provides a cache manager for any type that implements the cache.Interface.
|
Package cache provides a cache manager for any type that implements the cache.Interface. |
memory
Package memory implements the cache.Interface and registers an in-memory provider.
|
Package memory implements the cache.Interface and registers an in-memory provider. |
Package config provides a config manager for any type that implements the config.Interface.
|
Package config provides a config manager for any type that implements the config.Interface. |
json
Package json implements the config.Interface and registers a json provider.
|
Package json implements the config.Interface and registers a json provider. |
Package controller provides a controller / action based handler for the router.
|
Package controller provides a controller / action based handler for the router. |
context
Package context provides a request and response struct which can be used in the controller.
|
Package context provides a request and response struct which can be used in the controller. |
Package log provides an alternative to the standard log library.
|
Package log provides an alternative to the standard log library. |
console
Package console implements the log.Interface.
|
Package console implements the log.Interface. |
file
Package file implements the log.Interface.
|
Package file implements the log.Interface. |
Package middleware is a minimalistic middleware chainer to handle multiple middleware(s) in correct order.
|
Package middleware is a minimalistic middleware chainer to handle multiple middleware(s) in correct order. |
jwt
Package jwt includes a parser, generator and a middleware to checks if a request-token is valid.
|
Package jwt includes a parser, generator and a middleware to checks if a request-token is valid. |
log
Package log logs every request.
|
Package log logs every request. |
rbac
Package rbac provides a role based access control list.
|
Package rbac provides a role based access control list. |
Package orm transfers a struct into an ORM by simple embedding the orm.Model.
|
Package orm transfers a struct into an ORM by simple embedding the orm.Model. |
Package router provides a router manager for any type that implements the router.Interface.
|
Package router provides a router manager for any type that implements the router.Interface. |
httprouter
Package httprouter implements the router.Interface and wraps the julienschmidt.httprouter.
|
Package httprouter implements the router.Interface and wraps the julienschmidt.httprouter. |
sqlquery is a simple programmatically sql query builder.
|
sqlquery is a simple programmatically sql query builder. |
driver/mysql
Package driver contains some out of the box db drivers which implement the sqlquery.Driver interface.
|
Package driver contains some out of the box db drivers which implement the sqlquery.Driver interface. |
driver/oracle
Package driver contains some out of the box db drivers which implement the sqlquery.Driver interface.
|
Package driver contains some out of the box db drivers which implement the sqlquery.Driver interface. |
Click to show internal directories.
Click to hide internal directories.