Documentation ¶
Index ¶
- type StorageConverter
- func (StorageConverter) CaddyModule() caddy.ModuleInfo
- func (sc *StorageConverter) CertMagicStorage() (certmagic.Storage, error)
- func (nd *StorageConverter) Delete(ctx context.Context, key string) error
- func (nd *StorageConverter) Exists(ctx context.Context, key string) bool
- func (nd *StorageConverter) List(ctx context.Context, prefix string, recursive bool) ([]string, error)
- func (nd *StorageConverter) Load(ctx context.Context, key string) ([]byte, error)
- func (nd *StorageConverter) Lock(ctx context.Context, key string) error
- func (nd *StorageConverter) Provision(ctx caddy.Context) error
- func (nd *StorageConverter) Stat(ctx context.Context, key string) (certmagic.KeyInfo, error)
- func (nd *StorageConverter) Store(ctx context.Context, key string, value []byte) error
- func (nd *StorageConverter) Unlock(ctx context.Context, key string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageConverter ¶
type StorageConverter struct {
// contains filtered or unexported fields
}
StorageConverter is ...
func (StorageConverter) CaddyModule ¶
func (StorageConverter) CaddyModule() caddy.ModuleInfo
CaddyModule is ...
func (*StorageConverter) CertMagicStorage ¶
func (sc *StorageConverter) CertMagicStorage() (certmagic.Storage, error)
CertMagicStorage is ...
func (*StorageConverter) List ¶
func (nd *StorageConverter) List(ctx context.Context, prefix string, recursive bool) ([]string, error)
List is ...
func (*StorageConverter) Provision ¶
func (nd *StorageConverter) Provision(ctx caddy.Context) error
Provision is ...
Click to show internal directories.
Click to hide internal directories.