Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsEndPoint ¶
type StatsEndPoint struct { Run bool `json:"run"` Host string `json:"host"` FileName string `json:"filename"` Port int `json:"port"` }
func NewStatsEndPoint ¶
func NewStatsEndPoint(host, filename string, port int) *StatsEndPoint
func (*StatsEndPoint) PostStatHTTP ¶
func (s *StatsEndPoint) PostStatHTTP(stat Stat)
Click to show internal directories.
Click to hide internal directories.