Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionProvider ¶
type EncryptionProvider struct {
*f.UnimplementedProvider
// contains filtered or unexported fields
}
func NewEncryptionProvider ¶
func NewEncryptionProvider(app *foundation.Application) *EncryptionProvider
func (*EncryptionProvider) Register ¶
func (p *EncryptionProvider) Register()
type HashingProvider ¶
type HashingProvider struct {
*f.UnimplementedProvider
// contains filtered or unexported fields
}
func NewHashingProvider ¶
func NewHashingProvider(app *foundation.Application) *HashingProvider
func (*HashingProvider) Register ¶
func (p *HashingProvider) Register()
Click to show internal directories.
Click to hide internal directories.