package
0.0.0-20200906053845-0397089e0092
Repository: https://github.com/ybkuroki/go-webapp-project-template.git
Documentation: pkg.go.dev

# Functions

GetHealthCheck returns whether this application is alive or not.
GetLoginAccount returns the account data of logged in user.
GetLoginStatus returns the status of login.
JSONErrorHandler is cumstomize error handler.
PostLogin is the method to login using username and password by http post.
PostLogout is the method to logout by http post.

# Constants

API represents the group of API.
APIAccount represents the group of account management API.
APIAccountLogin represents the API to login by session authentication.
APIAccountLoginAccount represents the API to get the logged in account.
APIAccountLoginStatus represents the API to get the status of logged in account.
APIAccountLogout represents the API to logout.
APIHealth represents the API to get the status of this application.

# Structs

APIError represents.