Versions in this module Expand all Collapse all v0 v0.0.1 Jul 28, 2024 Changes in this version + func New(version string) func() provider.Provider + func NewBase64Sha1Function() function.Function + type Base64Sha1 struct + func (r Base64Sha1) Definition(_ context.Context, _ function.DefinitionRequest, ...) + func (r Base64Sha1) Metadata(_ context.Context, req function.MetadataRequest, ...) + func (r Base64Sha1) Run(ctx context.Context, req function.RunRequest, resp *function.RunResponse) + type ShaProvider struct + func (p *ShaProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...) + func (p *ShaProvider) DataSources(ctx context.Context) []func() datasource.DataSource + func (p *ShaProvider) Functions(ctx context.Context) []func() function.Function + func (p *ShaProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...) + func (p *ShaProvider) Resources(ctx context.Context) []func() resource.Resource + func (p *ShaProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)