Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LatestVersionStore ¶
type LatestVersionStore interface {
GetLatestVersionDescriptor(ctx context.Context) (VersionDescriptor, error)
}
func NewCloudStorageLatestVersionStore ¶
func NewCloudStorageLatestVersionStore(bucketName string, client *cloudstorage.Client) LatestVersionStore
type VersionDescriptor ¶
Click to show internal directories.
Click to hide internal directories.