Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type StatsInfo ¶
type StatsInfo struct {
Anteater *Anteater `json:"anteater"`
Storage *Storage `json:"github.com/cheggaaa/Anteater/src/storage"`
Allocate map[string]uint64 `json:"allocate"`
Counters map[string]uint64 `json:"counters"`
Traffic map[string]uint64 `json:"traffic"`
TrafficH map[string]string `json:"trafficHuman"`
Env *Env `json:"env"`
}
type StorageCounters ¶
type StorageCounters struct {
Get, Add, Delete, NotFound, NotModified *Counter
}
Click to show internal directories.
Click to hide internal directories.