provider

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() *provider.Provider

func ServeTestPlugin

func ServeTestPlugin(_ context.Context)

Types

type Account

type Account struct {
	Name      string   `hcl:"name,label"`
	Id        string   `hcl:"id"`
	Regions   []string `hcl:"regions,optional"`
	Resources []string `hcl:"resources,optional"`
}

type Configuration

type Configuration struct {
	Accounts []Account `hcl:"account,block"`
}

func (Configuration) Example

func (c Configuration) Example() string

type TestClient

type TestClient struct {
	// contains filtered or unexported fields
}

func (TestClient) Logger

func (t TestClient) Logger() hclog.Logger

Jump to

Keyboard shortcuts

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