Versions in this module Expand all Collapse all v0 v0.1.4 May 9, 2024 Changes in this version + func New() provider.Provider + type PrefectProvider struct + func (p *PrefectProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...) + func (p *PrefectProvider) DataSources(_ context.Context) []func() datasource.DataSource + func (p *PrefectProvider) Metadata(_ context.Context, _ provider.MetadataRequest, resp *provider.MetadataResponse) + func (p *PrefectProvider) Resources(_ context.Context) []func() resource.Resource + func (p *PrefectProvider) Schema(_ context.Context, _ provider.SchemaRequest, resp *provider.SchemaResponse) + type PrefectProviderModel struct + APIKey types.String + AccountID customtypes.UUIDValue + Endpoint types.String + WorkspaceID customtypes.UUIDValue