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