Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { // Name returns a friendly name for this Provider Name() string // Create creates the resources in the provider Create() error // Delete deletes the resources in the provider Delete() error // DryRun preflight checks DryRun() error // Status returns the status of the resources in the provider Status() (string, error) // Metada methods UpdateResourcesTags(tags map[string]string, resources ...string) error }
Provider is the base interface for all other Provider interfaces
Click to show internal directories.
Click to hide internal directories.