Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HistoricalCommand ¶
type HistoricalCommand struct { cmd.Base Input fastly.GetStatsInput // contains filtered or unexported fields }
HistoricalCommand exposes the Historical Stats API.
func NewHistoricalCommand ¶
func NewHistoricalCommand(parent cmd.Registerer, globals *config.Data, data manifest.Data) *HistoricalCommand
NewHistoricalCommand is the "stats historical" subcommand.
type RealtimeCommand ¶
RealtimeCommand exposes the Realtime Metrics API.
func NewRealtimeCommand ¶
func NewRealtimeCommand(parent cmd.Registerer, globals *config.Data, data manifest.Data) *RealtimeCommand
NewRealtimeCommand is the "stats realtime" subcommand.
type RegionsCommand ¶
RegionsCommand exposes the Stats Regions API.
func NewRegionsCommand ¶
func NewRegionsCommand(parent cmd.Registerer, globals *config.Data) *RegionsCommand
NewRegionsCommand returns a new command registered under parent.
type RootCommand ¶
RootCommand dispatches all "stats" commands.
func NewRootCommand ¶
func NewRootCommand(parent cmd.Registerer, globals *config.Data) *RootCommand
NewRootCommand returns a new top level "stats" command.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.