app

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2020 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

App this struct represents the application.

func New

func New(config config.Config, logger *zap.Logger) *App

New Creates a new instance of the application

func (*App) ServeHTTP

func (app *App) ServeHTTP(w http.ResponseWriter, r *http.Request)

ServeHTTP Implements ServeHTTP interface. this allows the app to be compatible with httptest server for testing.

func (*App) Shutdown

func (app *App) Shutdown(ctx context.Context) error

Shutdown stops the application server

func (*App) Start

func (app *App) Start() error

Start start the application server on the configured port

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL