providers

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider added in v0.1.0

type Provider interface {
	CreateFolder(ctx context.Context, parentID *string, name string, metadata map[string]string) (*string, error)

	ToTusHandler(
		storageProviderID uuid.UUID,
		basePath string,
		parent string,
		callback types.Callback,
	) (*handler.Handler, error)

	GetContent(
		ctx context.Context,
		id string,
		start int64,
		end int64,
	) ([]byte, error)
}

func GetProvider added in v0.1.0

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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