package
0.0.0-20200102144805-393a824513b6
Repository: https://github.com/makeict/messformakers.git
Documentation: pkg.go.dev
# Structs
Controller is a struct Struct to store pointer to cookiestore, database, and logger and any other things common to many controllers.
StaticController implements the handlers required for basic navigation pages.
UserController implements the handlers required for user management.
# Interfaces
Users interface defines the methods that a Users model must fulfill.