Documentation ¶
Index ¶
- Constants
- type StorageBackend
- func (s StorageBackend) GetLatestManifestContent() ([]byte, error)
- func (s StorageBackend) SetBuildFinishedOn(buildFinishedOn time.Time) error
- func (s StorageBackend) SetBuildStartedOn(buildStartedOn time.Time) error
- func (s StorageBackend) StoreManifestBundle() error
- func (b *StorageBackend) Type() string
Constants ¶
View Source
const (
StorageBackendOCI = "oci"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageBackend ¶
type StorageBackend struct {
// contains filtered or unexported fields
}
func NewStorageBackend ¶
func NewStorageBackend(appName, appPath, appDirPath, appSourceRepoUrl, appSourceRevision, appSourceCommitSha, appSourcePreiviousCommitSha string) (*StorageBackend, error)
func (StorageBackend) GetLatestManifestContent ¶
func (s StorageBackend) GetLatestManifestContent() ([]byte, error)
func (StorageBackend) SetBuildFinishedOn ¶
func (s StorageBackend) SetBuildFinishedOn(buildFinishedOn time.Time) error
func (StorageBackend) SetBuildStartedOn ¶
func (s StorageBackend) SetBuildStartedOn(buildStartedOn time.Time) error
func (StorageBackend) StoreManifestBundle ¶
func (s StorageBackend) StoreManifestBundle() error
func (*StorageBackend) Type ¶
func (b *StorageBackend) Type() string
Click to show internal directories.
Click to hide internal directories.