Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScrapersCmd ¶
type ScrapersCmd struct { List ScrapersListCmd `cmd help:"Output a markdown table of all scrapers"` Iam ScrapersPermissionsCmd `cmd name:"list-iam-permissions" help:"Output the IAM permissions required for scrapers to run"` }
ScrapersCmd is a struct contianining all of the commands for working with scrapers configured in this project.
type ScrapersListCmd ¶
type ScrapersListCmd struct{}
ScrapersListCmd outputs all the registered scrapers.
type ScrapersPermissionsCmd ¶
type ScrapersPermissionsCmd struct{}
Click to show internal directories.
Click to hide internal directories.