func(cfg *config.Config) UserLevel
| 71 | dataHandlerFunc func(app *App, w http.ResponseWriter, r *http.Request) ([]byte, string, error) |
| 72 | authFunc func(app *App, r *http.Request) (*User, error) |
| 73 | UserLevelFunc func(cfg *config.Config) UserLevel |
| 74 | ) |
| 75 | |
| 76 | type Handler struct { |
nothing calls this directly
no outgoing calls
no test coverage detected