package
0.0.0-20210723150451-61363256b386
Repository: https://github.com/rriverak/gogo.git
Documentation: pkg.go.dev
# Functions
CompareHash compare a argon2 hash string with a plain string.
DecodeBody a HTTP Body.
GenerateHash for salted passwords with argon2.
GetPageTemplate to Writer.
GetPlainTemplate to Writer.
GetViewData for the RenderView.
No description provided by the author
RandSeq generates a random string to serve as dummy data.
WriteContentType to Response Header.
WriteData to Response with Status OK.
WriteError to Response as JSON with Status 500.
WriteJSON to Response.
WriteRedirect to Response Header.
WriteResultOrError to Response.
WriteStatusConfict to Response Header.
WriteStatusError to Response Header.
WriteStatusForbidden to Response Header.
WriteStatusNotFound to Response Header.
WriteStatusOK to Response Header.
WriteText to Response with Status OK.
# Type aliases
ViewData is the Type for the Views.