provider

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Activity

type Activity interface {
	// Apply module with his defined configuration.
	Deploy() error
	// Destroy infrastructure, created by module.
	Destroy() error
	// Some modules checks.
	Check() (bool, error)
	// Path to directory with module files.
	Path() string
	// Clear module tmp files and cache.
	Clear() error
}

Activity common interface for module and provisioner.

type ActivityDesc

type ActivityDesc struct {
	Category string
	Name     string
}

Directories

Path Synopsis
aws
Package aws - aws provider.
Package aws - aws provider.
Package digitalocean - digitalocean provider.
Package digitalocean - digitalocean provider.

Jump to

Keyboard shortcuts

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