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(namespace string, slug string) (string, error) }
Click to show internal directories.
Click to hide internal directories.