storage

package module
v0.0.0-...-e6005ff Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

README

Caddy-Memory-Storage

Documentation

Index

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) Delete

func (nd *StorageConverter) Delete(ctx context.Context, key string) error

Delete is ...

func (*StorageConverter) Exists

func (nd *StorageConverter) Exists(ctx context.Context, key string) bool

Exists is ...

func (*StorageConverter) List

func (nd *StorageConverter) List(ctx context.Context, prefix string, recursive bool) ([]string, error)

List is ...

func (*StorageConverter) Load

func (nd *StorageConverter) Load(ctx context.Context, key string) ([]byte, error)

Load is ...

func (*StorageConverter) Lock

func (nd *StorageConverter) Lock(ctx context.Context, key string) error

Lock is ...

func (*StorageConverter) Provision

func (nd *StorageConverter) Provision(ctx caddy.Context) error

Provision is ...

func (*StorageConverter) Stat

func (nd *StorageConverter) Stat(ctx context.Context, key string) (certmagic.KeyInfo, error)

Stat is ...

func (*StorageConverter) Store

func (nd *StorageConverter) Store(ctx context.Context, key string, value []byte) error

Store is ...

func (*StorageConverter) Unlock

func (nd *StorageConverter) Unlock(ctx context.Context, key string) error

Unlock is ...

Jump to

Keyboard shortcuts

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