package
0.0.0-20220903160040-747cc42d4617
Repository: https://github.com/bashmohandes/go-askme.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewApp Creates a new app server.
NewConnection creates a new connection.
NewInMemorySessionStore creates a new InMemory SessionStore.
NewRenderer creates a new rendere.
NewRouter initializes the controller.
# Variables
CookieExpireDelete may be set on Cookie.Expire for expiring the given cookie.
# Structs
Config configuration.
OktaSocialIdp configuration.
Route captures the http actions of the controller.
RouteOptions settings.
Session represents web session.
User struct.
ViewModel defines the page ViewModel.
# Interfaces
App represents the AskMe application server.
Connection interface.
Context type.
FileProvider fetches files by name.
Middleware interface.
Renderer type.
Router interface.
SessionManager stores session info.
# Type aliases
Map string to objects.
MiddlewareFunc adapter for funcs to middleware.
No description provided by the author
RouteHandler defines handler.
SessionID unique session identifier.