Versions in this module Expand all Collapse all v1 v1.1.0 Feb 7, 2022 Changes in this version + func NewCli(app application.PasswordGeneratorApp) *cliGeneratePassword + func NewHandler(app application.PasswordGeneratorApp, json_resp http_response.ResponseHTTP) *handler + func NewMiddleware(json_resp http_response.ResponseHTTP) *middleware + type CLI interface + GeneratePassword func() + type Handler interface + HandlePasswordGenerator func(http.ResponseWriter, *http.Request) + type Middleware interface + Auth func(handler http.HandlerFunc) http.HandlerFunc + EnablingCORS func(handler http.HandlerFunc) http.HandlerFunc v1.0.0 Nov 1, 2021