Documentation ¶
Index ¶
- func New(version string) func() provider.Provider
- func NewTemplateFunction() function.Function
- type StringTemplateProvider
- func (p *StringTemplateProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *StringTemplateProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *StringTemplateProvider) Functions(ctx context.Context) []func() function.Function
- func (p *StringTemplateProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *StringTemplateProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *StringTemplateProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
- type StringTemplateProviderModel
- type TemplateFunction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTemplateFunction ¶
Types ¶
type StringTemplateProvider ¶
type StringTemplateProvider struct {
// contains filtered or unexported fields
}
StringTemplateProvider defines the provider implementation.
func (*StringTemplateProvider) Configure ¶
func (p *StringTemplateProvider) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*StringTemplateProvider) DataSources ¶
func (p *StringTemplateProvider) DataSources(ctx context.Context) []func() datasource.DataSource
func (*StringTemplateProvider) Functions ¶
func (p *StringTemplateProvider) Functions(ctx context.Context) []func() function.Function
func (*StringTemplateProvider) Metadata ¶
func (p *StringTemplateProvider) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
func (*StringTemplateProvider) Resources ¶
func (p *StringTemplateProvider) Resources(ctx context.Context) []func() resource.Resource
func (*StringTemplateProvider) Schema ¶
func (p *StringTemplateProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
type StringTemplateProviderModel ¶
type StringTemplateProviderModel struct { }
StringTemplateProviderModel describes the provider data model.
type TemplateFunction ¶
type TemplateFunction struct{}
func (TemplateFunction) Definition ¶
func (r TemplateFunction) Definition(_ context.Context, _ function.DefinitionRequest, resp *function.DefinitionResponse)
func (TemplateFunction) Metadata ¶
func (r TemplateFunction) Metadata(_ context.Context, req function.MetadataRequest, resp *function.MetadataResponse)
func (TemplateFunction) Run ¶
func (r TemplateFunction) Run(ctx context.Context, req function.RunRequest, resp *function.RunResponse)
Click to show internal directories.
Click to hide internal directories.