Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsServer ¶
type StatsServer struct {
// contains filtered or unexported fields
}
StatsServer is a server for collecting and reporting statistics.
func NewStatsServer ¶
func NewStatsServer(ctx context.Context) (*StatsServer, error)
NewStatsServer returns a new StatsServer.
func (*StatsServer) ListenAndServe ¶
func (s *StatsServer) ListenAndServe() error
ListenAndServe starts the StatsServer.
Click to show internal directories.
Click to hide internal directories.