service

package
v0.0.0-...-3e848aa Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProvisionService

type ProvisionService interface {
	// Run runs resource discovery based on different provider.
	Run() error
	// Shutdown shutdowns all resource discovery.
	Shutdown() error
}

ProvisionService represents provisioning service that finds resource based on different provider.

func NewProvisionService

func NewProvisionService(deps *depspkg.ProvisioningDeps) ProvisionService

NewProvisionService creates a ProvisionService instance.

type ProvisionType

type ProvisionType string

ProvisionType represents provisioning resource type.

const (
	Datasource ProvisionType = "datasources"
	Dashboard  ProvisionType = "dashboards"
)

Jump to

Keyboard shortcuts

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