Documentation ¶
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 is an adapter that is used to satisfy autocert Cache interface. Under the hood Storage Bucket is used to store certificate.
func New ¶
New creates new certificate cache storage in Google Cloud Storage bucket. If bucket is not there it will be created.
func (*Cache) Delete ¶
Delete removes a certificate data from the cache under the specified key. If there's no such key in the cache, Delete returns nil.
Click to show internal directories.
Click to hide internal directories.