Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ArchivesDir = "/kotsadmdata/archives"
)
Functions ¶
This section is empty.
Types ¶
type BlobStore ¶
type BlobStore struct { }
func (*BlobStore) DeleteArchive ¶ added in v1.93.0
func (*BlobStore) WriteArchive ¶
func (s *BlobStore) WriteArchive(outputPath string, body io.ReadSeeker) error
type FileStore ¶
type S3Store ¶
type S3Store struct { }
func (*S3Store) DeleteArchive ¶ added in v1.93.0
func (*S3Store) WriteArchive ¶
func (s *S3Store) WriteArchive(outputPath string, body io.ReadSeeker) error
Click to show internal directories.
Click to hide internal directories.