storage

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Signer

type Signer interface {
	// GetSignedURL returns a signed URL
	GetSignedURL(context.Context, string, time.Duration) (string, error)
}

type Uploader

type Uploader interface {
	// Upload uploads a file
	Upload(context.Context, string, io.ReadSeeker) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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