Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrExpectedToFindResources = errors.New("expected to discover resources but none were found")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GetResources(ctx context.Context, job model.DiscoveryJob, region string) ([]*model.TaggedResource, error)
}
Click to show internal directories.
Click to hide internal directories.