Documentation
¶
Index ¶
- type App
- func (a *App) Delete(path string, f func(w http.ResponseWriter, r *http.Request), protected bool)
- func (a *App) GeoIP(w http.ResponseWriter, r *http.Request)
- func (a *App) Get(path string, f func(w http.ResponseWriter, r *http.Request), protected bool)
- func (a *App) HealthCheck(w http.ResponseWriter, r *http.Request)
- func (a *App) Initialize()
- func (a *App) MyIP(w http.ResponseWriter, r *http.Request)
- func (a *App) Post(path string, f func(w http.ResponseWriter, r *http.Request), protected bool)
- func (a *App) Put(path string, f func(w http.ResponseWriter, r *http.Request), protected bool)
- func (a *App) Serve()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
func (*App) HealthCheck ¶
func (a *App) HealthCheck(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.