Documentation
¶
Index ¶
- func New(version string) func() provider.Provider
- type BastionZeroProvider
- func (p *BastionZeroProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *BastionZeroProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *BastionZeroProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *BastionZeroProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *BastionZeroProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BastionZeroProvider ¶
type BastionZeroProvider struct {
// contains filtered or unexported fields
}
BastionZeroProvider defines the provider implementation.
func (*BastionZeroProvider) Configure ¶
func (p *BastionZeroProvider) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*BastionZeroProvider) DataSources ¶
func (p *BastionZeroProvider) DataSources(ctx context.Context) []func() datasource.DataSource
func (*BastionZeroProvider) Metadata ¶
func (p *BastionZeroProvider) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
func (*BastionZeroProvider) Resources ¶
func (p *BastionZeroProvider) Resources(ctx context.Context) []func() resource.Resource
func (*BastionZeroProvider) Schema ¶
func (p *BastionZeroProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
Click to show internal directories.
Click to hide internal directories.