Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NotCached = errors.New("not cached")
View Source
var NotFoundError = errors.New("file not found")
Functions ¶
This section is empty.
Types ¶
type Cached ¶
type Cached struct {
// contains filtered or unexported fields
}
func (*Cached) NewImage ¶
func (cs *Cached) NewImage() SourceImage
type S3Storage ¶
type S3Storage struct { Bucket string // contains filtered or unexported fields }
type SourceImage ¶
func (*SourceImage) Close ¶
func (si *SourceImage) Close()
func (*SourceImage) Reset ¶
func (si *SourceImage) Reset()
Click to show internal directories.
Click to hide internal directories.