provider

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) func() provider.Provider

func NewBase32DecodeFunction

func NewBase32DecodeFunction() function.Function

func NewBase32EncodeFunction

func NewBase32EncodeFunction() function.Function

func NewEd25519PrivateFunction

func NewEd25519PrivateFunction() function.Function

func NewEd25519PublicFunction

func NewEd25519PublicFunction() function.Function

func NewEd25519SignFunction

func NewEd25519SignFunction() function.Function

func NewEd25519VerifyFunction

func NewEd25519VerifyFunction() function.Function

Types

type Base32DecodeFunction

type Base32DecodeFunction struct{}

func (Base32DecodeFunction) Definition

func (Base32DecodeFunction) Metadata

func (Base32DecodeFunction) Run

type Base32EncodeFunction

type Base32EncodeFunction struct{}

func (Base32EncodeFunction) Definition

func (Base32EncodeFunction) Metadata

func (Base32EncodeFunction) Run

type CryptoProvider

type CryptoProvider struct {
	// contains filtered or unexported fields
}

CryptoProvider defines the provider implementation.

func (*CryptoProvider) Configure

func (*CryptoProvider) DataSources

func (p *CryptoProvider) DataSources(ctx context.Context) []func() datasource.DataSource

func (*CryptoProvider) Functions

func (p *CryptoProvider) Functions(ctx context.Context) []func() function.Function

func (*CryptoProvider) Metadata

func (*CryptoProvider) Resources

func (p *CryptoProvider) Resources(ctx context.Context) []func() resource.Resource

func (*CryptoProvider) Schema

type CryptoProviderModel

type CryptoProviderModel struct {
}

CryptoProviderModel describes the provider data model.

type Ed25519PrivateFunction

type Ed25519PrivateFunction struct{}

func (Ed25519PrivateFunction) Definition

func (Ed25519PrivateFunction) Metadata

func (Ed25519PrivateFunction) Run

type Ed25519PublicFunction

type Ed25519PublicFunction struct{}

func (Ed25519PublicFunction) Definition

func (Ed25519PublicFunction) Metadata

func (Ed25519PublicFunction) Run

type Ed25519SignFunction

type Ed25519SignFunction struct{}

func (Ed25519SignFunction) Definition

func (Ed25519SignFunction) Metadata

func (Ed25519SignFunction) Run

type Ed25519VerifyFunction

type Ed25519VerifyFunction struct{}

func (Ed25519VerifyFunction) Definition

func (Ed25519VerifyFunction) Metadata

func (Ed25519VerifyFunction) Run

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL