bucket

package
v0.0.0-...-84dd35e Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bucket

type Bucket struct {
	Name string
}

func (*Bucket) FolderName

func (b *Bucket) FolderName() string

func (*Bucket) Put

func (b *Bucket) Put(ctx context.Context, reqId string, fileName string, prefix string, data []byte) (string, error)

type FilePersistance

type FilePersistance interface {
	Put(ctx context.Context, reqId string, fileName string, prefix string, data []byte) (string, error)
	FolderName() string
}

Jump to

Keyboard shortcuts

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