Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidKeyFormat = errors.New("Blob key is in invalid format")
ErrInvalidKeyFormat is returned when blob key is in invalid format
View Source
var ErrNotFound = errors.New("Blob not found")
ErrNotFound is returned when given blob is not found
Functions ¶
func SanitizeFileName ¶
SanitizeFileName replaces invalid characters from given filename
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache provides a Blob backend to the autocert cache.
func NewAutoCert ¶
NewAutoCert returns a new AutoCert cache using Blob Storage
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.