Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeYandexObjectStorageAdapter ¶
type FakeYandexObjectStorageAdapter struct {
// contains filtered or unexported fields
}
type YandexObjectStorageAdapter ¶
type YandexObjectStorageAdapter interface { Create(ctx context.Context, sdk *s3.S3, name string) error List(ctx context.Context, sdk *s3.S3) ([]*s3.Bucket, error) Delete(ctx context.Context, sdk *s3.S3, name string) error }
func NewFakeYandexObjectStorageAdapter ¶
func NewFakeYandexObjectStorageAdapter() YandexObjectStorageAdapter
func NewYandexObjectStorageAdapterSDK ¶
func NewYandexObjectStorageAdapterSDK() (YandexObjectStorageAdapter, error)
Click to show internal directories.
Click to hide internal directories.