repository

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	PutConfig(data []byte) error
	LoadConfig() ([]byte, error)

	User(email string) ([]byte, error)
	PutUser(email string, data []byte) error
	NextUserId(email string) (uint64, error)

	NewUpload(id, slug string, data []byte) error
	NextUploadId() (uint64, error)
	GetUpload(id string) ([]byte, error)
	DeleteUpload(id string) error
	AllUploads() ([][]byte, error)

	CheckSlugForDuplicate(slug string) (string, error)
}

Jump to

Keyboard shortcuts

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