Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployable ¶
type Deployable interface {
// Deploy deploys a given resource and returns the resolved entity
Deploy(ctx context.Context, properties parameter.Properties, renderedConfig string, c *config.Config) (entities.ResolvedEntity, error)
}
type Deployables ¶
type Deployables = map[config.TypeID]Deployable
type Downloadable ¶
type Downloadable interface {
// Download returns downloaded project.ConfigsPerType, and an error, if something went wrong during the download.
// The string projectName is used to set the Project attribute of each downloaded config.
Download(ctx context.Context, projectName string) (project.ConfigsPerType, error)
}
Directories
¶
| Path | Synopsis |
|---|---|
|
Package downloader is responsible for downloading configurations from Dynatrace.
|
Package downloader is responsible for downloading configurations from Dynatrace. |
Click to show internal directories.
Click to hide internal directories.