provider

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2024 License: MPL-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) func() provider.Provider

Types

type DependencyTrackProvider

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

DependencyTrackProvider defines the provider implementation.

func (*DependencyTrackProvider) Configure

func (*DependencyTrackProvider) DataSources

func (p *DependencyTrackProvider) DataSources(ctx context.Context) []func() datasource.DataSource

func (*DependencyTrackProvider) Functions

func (p *DependencyTrackProvider) Functions(ctx context.Context) []func() function.Function

func (*DependencyTrackProvider) Metadata

func (*DependencyTrackProvider) Resources

func (p *DependencyTrackProvider) Resources(ctx context.Context) []func() resource.Resource

func (*DependencyTrackProvider) Schema

type DependencyTrackProviderModel

type DependencyTrackProviderModel struct {
	Host   types.String `tfsdk:"host"`
	APIKey types.String `tfsdk:"api_key"`
}

DependencyTrackProviderModel describes the provider data model.

Jump to

Keyboard shortcuts

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