handlers

package
v2.3.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 30, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfoHandler

type InfoHandler struct {
	Port int
}

func (*InfoHandler) ServeHTTP

func (h *InfoHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)

type Stats

type Stats struct {
	// Locker  sync.Locker
	Latency []float64 `json:"latency"`
	sync.RWMutex
}

func (*Stats) Add

func (s *Stats) Add(latency float64)

func (*Stats) Clear

func (s *Stats) Clear()

func (*Stats) GetLatency

func (s *Stats) GetLatency() []float64

type StatsHandler

type StatsHandler struct {
	Stats *Stats
}

func (*StatsHandler) ServeHTTP

func (h *StatsHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)

Jump to

Keyboard shortcuts

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