Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultRegion is the default region to use. DefaultRegion = algoliaInsights.US // Interval is the interval between each request to fetch events. Interval = 3 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func NewTailCmd ¶
NewTailCmd returns a new command for tailing events.
Types ¶
type TailOptions ¶
type TailOptions struct {
Config config.IConfig
IO *iostreams.IOStreams
Region string
PrintFlags *cmdutil.PrintFlags
}
TailOptions contains all the options for the `events tail` command.
Click to show internal directories.
Click to hide internal directories.