Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents an in-memory statsd server for testing.
func (*Server) Aggregated ¶
Aggregated returns an aggregated stats value.
func (*Server) Stats ¶
func (s *Server) Stats() statsdtest.Stats
Stats returns all stats that have been received by this server, keeping only Stat and Value.
Click to show internal directories.
Click to hide internal directories.