Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2022 Changes in this version + type AccountModule struct + func NewModule(conf AccountModuleConfig) *AccountModule + func (a AccountModule) BindRouter(router chi.Router) http.Handler + type AccountModuleConfig struct + BasicAuthCredentials struct{ ... } + PsqlConn *sql.DB