gofer

package module
v0.1.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2021 License: MIT Imports: 0 Imported by: 0

README

Go Reference Go Report Card Build Status codecov

Requires go 1.16

Documentation

Index

Constants

View Source
const VERSION = "v0.1.5"

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package auth provides a standard auth for your website.
Package auth provides a standard auth for your website.
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 a memory provider.
Package memory implements the cache.Interface and registers a 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.
viper
Package viper provides a wrapper for the https://github.com/spf13/viper package.
Package viper provides a wrapper for the https://github.com/spf13/viper package.
Package controller provides a controller / action based http.Handler for the router.
Package controller provides a controller / action based http.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 grid converts any grid.Source into a CRUD backend.
Package grid converts any grid.Source into a CRUD backend.
options
Package options provides some pre-defined field options.
Package options provides some pre-defined field options.
translation
Package translation provides an i18n implementation for the back- and frontend.
Package translation provides an i18n implementation for the back- and frontend.
translation/db
Package db provides a database translation provider.
Package db provides a database translation provider.
Package logger provides an interface for logging.
Package logger provides an interface for logging.
logrus
Package logrus provider for the logger package.
Package logrus provider for the logger package.
Package mailer
Package mailer
Package query provides a simple programmatically sql query builder.
Package query provides a simple programmatically sql query builder.
condition
Package condition provides a sql condition builder.
Package condition provides a sql condition builder.
Package registry provides a simple container for values in the application space.
Package registry provides a simple container for values in the application space.
Package router provides a manager to add public and secure routes based on an http.Handler or http.HandlerFunc.
Package router provides a manager to add public and secure routes based on an http.Handler or http.HandlerFunc.
jsrouter
Package jsrouter implements the router.Provider interface and wraps the julienschmidt.httprouter.
Package jsrouter implements the router.Provider interface and wraps the julienschmidt.httprouter.
middleware
Package middleware (logger) provides a simple middleware for the logger.Manager.
Package middleware (logger) provides a simple middleware for the logger.Manager.
middleware/jwt
Package jwt provides a parser, generator and a middleware to checks if a jwt-token is valid.
Package jwt provides a parser, generator and a middleware to checks if a jwt-token is valid.
Package scheduler provides a job scheduler for periodically functions.
Package scheduler provides a job scheduler for periodically functions.
Package server is a configurable webserver with pre-defined hooks.
Package server is a configurable webserver with pre-defined hooks.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL