Documentation ¶
Index ¶
- func IsAWSMatcherType(matcherType string) bool
- func IsAzureMatcherType(matcherType string) bool
- func MakeAWSFetchers(ctx context.Context, clients cloud.AWSClients, matchers []types.AWSMatcher) (result []common.Fetcher, err error)
- func MakeAzureFetchers(clients cloud.AzureClients, matchers []types.AzureMatcher) (result []common.Fetcher, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAWSMatcherType ¶
IsAWSMatcherType checks if matcher type is a valid AWS matcher.
func IsAzureMatcherType ¶
IsAzureMatcherType checks if matcher type is a valid Azure matcher.
func MakeAWSFetchers ¶
func MakeAWSFetchers(ctx context.Context, clients cloud.AWSClients, matchers []types.AWSMatcher) (result []common.Fetcher, err error)
MakeAWSFetchers creates new AWS database fetchers.
func MakeAzureFetchers ¶
func MakeAzureFetchers(clients cloud.AzureClients, matchers []types.AzureMatcher) (result []common.Fetcher, err error)
MakeAzureFetchers creates new Azure database fetchers.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.