package
0.0.0-20240901130656-3f6710173eae
Repository: https://github.com/relabs-tech/kurbisio.git
Documentation: pkg.go.dev
# Packages
Package access provides utilities for access control
*/.
Package backend implements the configurable backend
A backend manages a Postgres-SQL database and provides an auto-generated RESTful-API for it.
Package client provides easy and fast in-process access to a REST api
Instead of marshalling HTTP, the client talks directly to the mux router.
No description provided by the author
No description provided by the author
No description provided by the author
Package registry provides a persistent registry of objects in a SQL database
The package uses JSON to serialize the data.
Package schema implements JSON validation utilities
*/.
# Functions
CanonicalHeaderToPropertyName converts canonical header names to kurbisio JSON property names.
Plural returns the plural form of the passed singular string.
PropertyNameToCanonicalHeader converts kurbisio JSON property names to their canonical header representation.
# Constants
all supported database operations OperationCompanionUploaded is only applicable if the reosurce has companion file feature enabled.
all supported database operations OperationCompanionUploaded is only applicable if the reosurce has companion file feature enabled.
all supported database operations OperationCompanionUploaded is only applicable if the reosurce has companion file feature enabled.
all supported database operations OperationCompanionUploaded is only applicable if the reosurce has companion file feature enabled.
all supported database operations OperationCompanionUploaded is only applicable if the reosurce has companion file feature enabled.
all supported database operations OperationCompanionUploaded is only applicable if the reosurce has companion file feature enabled.
all supported database operations OperationCompanionUploaded is only applicable if the reosurce has companion file feature enabled.
# Interfaces
Notifier is an interface to receive database notifications.
# Type aliases
Operation represents a modifying backend storage operation, one of Create, Read, Update, Delete, List, Clear.