Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobStore ¶
type BlobStore interface {
Upload(key string, content io.ReadSeeker) error
}
func NewFileSystemBlobStore ¶
type BlobStoreArgs ¶
type RepoArgs ¶
type RepoArgs struct {
AppPackageStore BlobStoreArgs
}
Click to show internal directories.
Click to hide internal directories.