repo

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Response

type Response struct {
	CID string
}

type StorageProvider

type StorageProvider struct {
	LocalDir      string
	EstuaryAPIKey string
	CloneClient   *clone.Clone
	IPFSClient    *apicopy.StorageProvider
}

func NewStorage

func NewStorage(cm *system.CleanupManager, IPFSapiclient *apicopy.StorageProvider, EstuaryAPIKey string) (*StorageProvider, error)

func (*StorageProvider) CleanupStorage

func (sp *StorageProvider) CleanupStorage(
	ctx context.Context,
	_ model.StorageSpec,
	volume storage.StorageVolume,
) error

func (*StorageProvider) Explode

func (*StorageProvider) GetVolumeSize

func (sp *StorageProvider) GetVolumeSize(context.Context, model.StorageSpec) (uint64, error)

Could do a HEAD request and check Content-Length, but in some cases that's not guaranteed to be the real end file size

func (*StorageProvider) HasStorageLocally

func (sp *StorageProvider) HasStorageLocally(context.Context, model.StorageSpec) (bool, error)

func (*StorageProvider) IsInstalled

func (sp *StorageProvider) IsInstalled(context.Context) (bool, error)

func (*StorageProvider) PrepareStorage

func (sp *StorageProvider) PrepareStorage(ctx context.Context, storageSpec model.StorageSpec) (storage.StorageVolume, error)

func (*StorageProvider) Upload

func (sp *StorageProvider) Upload(ctx context.Context, localPath string) (model.StorageSpec, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL