Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(c config.AppConfig, scope tally.Scope, reporter promreporter.Reporter) *fiber.App
func ResistRouter ¶
func ResistRouter(app *fiber.App, h Handler, scope tally.Scope)
ResistRouter add all router and default 404 Handler to app.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandle ¶
func NewHandle(repo repository.Subject, auth repository.Auth, cache cache.GenericCache) Handler
Click to show internal directories.
Click to hide internal directories.