Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "resources", Subcommands: []*cli.Command{ &taskCommand, &loadCommand, }, }
Functions ¶
This section is empty.
Types ¶
type ResourceFetcher ¶
type ResourceFetcher struct {
// contains filtered or unexported fields
}
ResourceFetcher fetches resources from provider lambda handler based on provider schema's "loadResources" object.
func (*ResourceFetcher) LoadResources ¶
func (rf *ResourceFetcher) LoadResources(ctx context.Context, tasks []string) error
LoadResources invokes the deployment
Click to show internal directories.
Click to hide internal directories.