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