store

package
v0.0.0-...-4c964c4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUserPass                   = errors.New("invalid username or password")
	ErrResourceNotFound           = errors.New("resource not found")
	ErrDuplicate                  = errors.New("resource is a duplicate")
	ErrForeignKeyViolation        = errors.New("foreign resource does not exists")
	ErrVersionConflict            = errors.New("resource version conflict")
	ErrPathTooLong                = errors.New("the path is too long")
	ErrPrimaryPathAlreadyExists   = errors.New("primary path already exists for resource")
	ErrPrimaryPathRequired        = errors.New("path has to be primary")
	ErrAliasPathRequired          = errors.New("path has to be an alias")
	ErrPrimaryPathCantBeDeleted   = errors.New("primary path can't be deleted")
	ErrNoChangeInRequestedMove    = errors.New("the requested move doesn't change anything")
	ErrIllegalMoveCyclicHierarchy = errors.New("the requested move is not permitted as it would cause a " +
		"cyclic depdency")
	ErrSpaceWithChildsCantBeDeleted = errors.New("the space can't be deleted as it still contains " +
		"spaces or repos")
	ErrPreConditionFailed          = errors.New("precondition failed")
	ErrReadOnlyMirrorRepo          = errors.New("repository is a read-only mirror")
	ErrRequireFitClient            = errors.New("require fit client")
	ErrBuildInRuleNotAllowDeleted  = errors.New("built-in rule not allow delete operation")
	ErrRepoConfigAINotFoundProvied = errors.New("require space ai provider configure")
	ErrUserAdminNotAllowBlocked    = errors.New("user admin not allow blocked")
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package database provides persistent data storage using a postgres or sqlite3 database.
Package database provides persistent data storage using a postgres or sqlite3 database.

Jump to

Keyboard shortcuts

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