Documentation
¶
Index ¶
- type Storage
- func (Storage) CaddyModule() caddy.ModuleInfo
- func (s *Storage) CertMagicStorage() (certmagic.Storage, error)
- func (s *Storage) Delete(ctx context.Context, key string) error
- func (s *Storage) Exists(ctx context.Context, key string) bool
- func (s *Storage) List(ctx context.Context, prefix string, recursive bool) ([]string, error)
- func (s *Storage) Load(ctx context.Context, key string) ([]byte, error)
- func (s *Storage) Lock(ctx context.Context, name string) error
- func (s *Storage) Provision(ctx caddy.Context) error
- func (s *Storage) SetLockTimeOut(timeout time.Duration)
- func (s *Storage) Stat(ctx context.Context, key string) (certmagic.KeyInfo, error)
- func (s *Storage) Store(ctx context.Context, key string, value []byte) error
- func (s *Storage) Unlock(ctx context.Context, name string) error
- func (s *Storage) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct { DataSourceName string `json:"datasourcename,omitempty"` // contains filtered or unexported fields }
func OpenSQLiteStorage ¶
func (Storage) CaddyModule ¶
func (Storage) CaddyModule() caddy.ModuleInfo
func (*Storage) SetLockTimeOut ¶
Click to show internal directories.
Click to hide internal directories.