Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedCache ¶
type EncryptedCache struct {
// contains filtered or unexported fields
}
func NewEncryptedCache ¶
func NewEncryptedCache(backendCache autocert.Cache, key []byte) (*EncryptedCache, error)
func (*EncryptedCache) Delete ¶
func (c *EncryptedCache) Delete(ctx context.Context, key string) error
type Listener ¶ added in v0.1.2
type Listener struct {
// contains filtered or unexported fields
}
func NewListener ¶ added in v0.1.2
Click to show internal directories.
Click to hide internal directories.