repository

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 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 {
	PutContent(ci any, data []byte) error
	NewContent(ci any, data []byte) error

	AllContent(namespace string) [][]byte
	GetContent(namespace string, id string) ([]byte, error)
	DeleteContent(namespace string, id string, slug string) error

	NextContentId(ns string) (uint64, error)
	CheckSlugForDuplicate(namespace string, slug string) (string, error)

	PutSortedContent(namespace string, m map[string][]byte) error

	UserDataDir() string
	AdminDataDir() string
}

Jump to

Keyboard shortcuts

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