Documentation ¶
Overview ¶
Package gcscache provides storage, backed by Google Cloud Storage, for certificates managed by the golang.org/x/crypto/acme/autocert package.
This package is a work in progress and makes no API stability promises.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache implements the autocert.Cache interface using Google Cloud Storage.
func New ¶
func New(bucket string, option ...option.ClientOption) (*Cache, error)
New creates and initializes a new Cache backed by the given Google Cloud Storage bucket.
Click to show internal directories.
Click to hide internal directories.