Documentation
¶
Index ¶
- func Banner()
- type App
- func (app *App) About() error
- func (app *App) Create() error
- func (app *App) Delete(reqName string) error
- func (app *App) Edit(reqName string) error
- func (app *App) ErrorHandler(err error)
- func (app *App) Home() error
- func (app *App) Request(reqName string, display bool) error
- func (app *App) Requests() error
- func (app *App) Run()
- func (app *App) RunRequest(reqName string) error
- type Signal
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
func (*App) ErrorHandler ¶
func (*App) Run ¶
func (app *App) Run()
Run Main run application method Consumes the channel, and acts accordingly
func (*App) RunRequest ¶
RunRequest Execute HTTP request, display response
Click to show internal directories.
Click to hide internal directories.