repository

package
v0.2.21 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CRUD

type CRUD interface {
	List(ctx context.Context) ([]string, error)
	GetRaw(ctx context.Context, name string) ([]byte, error)
	Add(ctx context.Context, name string, data []byte) error
	Delete(ctx context.Context, name string) error
}

CRUD is a simplified interface used by CLI/ws handlers.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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