admin

package
v1.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ContentPlainText       = "text/plain; charset=UTF-8"
	ContentApplicationJSON = "application/json; charset=UTF-8"
)

ContentTypes.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

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

Server is a HTTP Server

func New

func New(cfg *config.Config) *Server

New creates a HTTP Server with given config

func (*Server) Start

func (s *Server) Start(portInUseRetry bool) error

Start starts the server with a boolean indicating whether to retry if port is use.

func (*Server) Stop

func (s *Server) Stop()

Stop stop the server

Jump to

Keyboard shortcuts

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