Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct { NumCommands uint64 `json:"numCommands"` HighestCount uint64 `json:"highestCount"` MostUsedCommands []string `json:"mostUsedCommands"` OldestCommandTime time.Time `json:"oldestCommandTime"` OldestCommands []string `json:"oldestCommands"` NewestCommandTime time.Time `json:"newestCommandTime"` NewestCommands []string `json:"newestCommands"` }
Click to show internal directories.
Click to hide internal directories.