Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PostgreSQLBackend ¶
type PostgreSQLBackend struct {
// contains filtered or unexported fields
}
PostgreSQL Backend is a physical backend that stores data within a PostgreSQL database.
func (*PostgreSQLBackend) Delete ¶
func (m *PostgreSQLBackend) Delete(fullPath string) error
Delete is used to permanently delete an entry
func (*PostgreSQLBackend) Get ¶
func (m *PostgreSQLBackend) Get(fullPath string) (*physical.Entry, error)
Get is used to fetch and entry.
Click to show internal directories.
Click to hide internal directories.