Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatisticsServer ¶
type StatisticsServer struct { Host string Port int Statistics *statistics.Statistics // contains filtered or unexported fields }
StatisticsServer is the structure for the StatisticsServer.
func NewStatisticsServer ¶
func NewStatisticsServer(host string, port int, statistics *statistics.Statistics) *StatisticsServer
NewStatisticsServer creates a new StatisticsServer instance.
func (*StatisticsServer) Serve ¶
func (ss *StatisticsServer) Serve() error
Serve starts the statistics server.
Click to show internal directories.
Click to hide internal directories.