Documentation
¶
Index ¶
- type Httpfs
- type HttpfsClient
- func (c *HttpfsClient) Delete(ctx context.Context, key string) error
- func (c *HttpfsClient) Exists(ctx context.Context, key string) bool
- func (c *HttpfsClient) List(ctx context.Context, path string, recursive bool) ([]string, error)
- func (c *HttpfsClient) Load(ctx context.Context, key string) ([]byte, error)
- func (c *HttpfsClient) Lock(ctx context.Context, name string) error
- func (c *HttpfsClient) Stat(ctx context.Context, key string) (certmagic.KeyInfo, error)
- func (c *HttpfsClient) Store(ctx context.Context, key string, value []byte) error
- func (c *HttpfsClient) String() string
- func (c *HttpfsClient) Unlock(ctx context.Context, name string) error
- type HttpfsServer
- type HttpfsStorage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Httpfs ¶
type HttpfsClient ¶
type HttpfsClient struct {
// contains filtered or unexported fields
}
func (*HttpfsClient) String ¶
func (c *HttpfsClient) String() string
type HttpfsServer ¶
type HttpfsServer struct {
Httpfs
// contains filtered or unexported fields
}
func (HttpfsServer) CaddyModule ¶
func (HttpfsServer) CaddyModule() caddy.ModuleInfo
func (*HttpfsServer) ServeHTTP ¶
func (c *HttpfsServer) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error
type HttpfsStorage ¶
type HttpfsStorage struct {
Httpfs
}
func (HttpfsStorage) CaddyModule ¶
func (HttpfsStorage) CaddyModule() caddy.ModuleInfo
func (*HttpfsStorage) CertMagicStorage ¶
func (c *HttpfsStorage) CertMagicStorage() (certmagic.Storage, error)
Click to show internal directories.
Click to hide internal directories.