rest

package
v0.0.0-...-a5c9f7b Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	RestHost        string
	RestPort        int
	ShutdownTimeout int
}

Config -

type RestServer

type RestServer struct {
	Config     *Config
	Router     *mux.Router
	HTTPServer *http.Server
}

RestServer -

func NewRestServer

func NewRestServer(customMetrics monitoring.ICustomMetrics) (*RestServer, error)

NewRestServer - Create new REST server

func (*RestServer) Shutdown

func (s *RestServer) Shutdown()

Shutdown - Shutdown REST server

func (*RestServer) Start

func (s *RestServer) Start()

Start - Start REST server

Jump to

Keyboard shortcuts

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