server

package
v0.0.0-...-9c5c549 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2017 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CodeSuccess success code
	CodeSuccess = 0
	// CodeError error code
	CodeError = 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminServer

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

AdminServer http interface server

func NewAdminServer

func NewAdminServer(addr string, registryAddr string, prefix string, user string, pwd string) *AdminServer

NewAdminServer create a AdminServer

func (*AdminServer) Start

func (server *AdminServer) Start()

Start start the admin server

func (*AdminServer) Stop

func (server *AdminServer) Stop()

Stop stop the admin

type AnalysisPoint

type AnalysisPoint struct {
	ProxyAddr  string `json:"proxyAddr,omitempty"`
	ServerAddr string `json:"serverAddr,omitempty"`
	Secs       int    `json:"secs,omitempty"`
}

AnalysisPoint analysis point

type Result

type Result struct {
	Code  int         `json:"code, omitempty"`
	Error string      `json:"error"`
	Value interface{} `json:"value"`
}

Result http interface return json

Jump to

Keyboard shortcuts

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