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