Versions in this module Expand all Collapse all v0 v0.0.0 Jul 11, 2020 Changes in this version + var ErrEmptyRequestBody = fmt.Errorf("empty request body") + var ErrInvalidURLParams = fmt.Errorf("invalid request URL parameters") + func BuildCommandDispatchHandler(cb commandbus.CommandBus) http.Handler + func BuildGetUserHandler(repository persistence.UserRepository) http.Handler + func BuildListUserHandler(repository persistence.UserRepository) http.Handler + func BuildLivenessHandler() http.Handler + func BuildMeHandler(repository persistence.UserRepository) http.Handler + func BuildReadinessHandler(db *sql.DB, connMap map[string]*grpc.ClientConn) http.Handler + func BuildSocialAuthHandler(apiURL string, cb commandbus.CommandBus, commandName string, ...) http.Handler