package
0.0.0-20170901142047-0caaa62d3e26
Repository: https://github.com/sqp/godock.git
Documentation: pkg.go.dev

# Functions

Init creates the default Service with a logger for monitoring.
NewSrv creates a new web service managing multiple You better use the already created Service var.

# Constants

PathCharts is the registered url for the monitoring charts service.
PathPprof is the registered url for the monitoring pprof service.

# Variables

DefaultHost is the default hostname used for the web service.
DefaultPort is the default port used for the web service.
Service manages the default web service for the program.

# Structs

Srv defines a web service handling subservices.