resource

package
v2.26.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL