Documentation
¶
Index ¶
- func New(version string, debug bool) func() provider.Provider
- type BluestonePimProvider
- func (p *BluestonePimProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *BluestonePimProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *BluestonePimProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *BluestonePimProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *BluestonePimProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
- type BluestonePimProviderModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BluestonePimProvider ¶
type BluestonePimProvider struct {
// contains filtered or unexported fields
}
BluestonePimProvider defines the provider implementation.
func (*BluestonePimProvider) Configure ¶
func (p *BluestonePimProvider) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*BluestonePimProvider) DataSources ¶
func (p *BluestonePimProvider) DataSources(ctx context.Context) []func() datasource.DataSource
func (*BluestonePimProvider) Metadata ¶
func (p *BluestonePimProvider) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
func (*BluestonePimProvider) Resources ¶
func (p *BluestonePimProvider) Resources(ctx context.Context) []func() resource.Resource
func (*BluestonePimProvider) Schema ¶
func (p *BluestonePimProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
type BluestonePimProviderModel ¶
type BluestonePimProviderModel struct { ClientID types.String `tfsdk:"client_id"` ClientSecret types.String `tfsdk:"client_secret"` AuthURL types.String `tfsdk:"auth_url"` ApiURL types.String `tfsdk:"api_url"` }
BluestonePimProviderModel describes the provider data model.
Click to show internal directories.
Click to hide internal directories.