Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map struct {
// contains filtered or unexported fields
}
Map records the cumulative rate, since the last call to Get or GetAll, for each ID.
func (*Map) Get ¶
Get reads the accumulated rate information for the specified ID. The information is marked as observed and is reset at next write.
Click to show internal directories.
Click to hide internal directories.