package
0.19.5
Repository: https://github.com/safing/portbase.git
Documentation: pkg.go.dev

# Functions

NewRawWrapper returns a record wrapper for the given data, including metadata.
NewWrapper returns a new record wrapper for the given data.
ParseKey splits a key into it's database name and key parts.
Unwrap unwraps data into a record.

# Structs

Base provides a quick way to comply with the Model interface.
Meta holds metadata about the record.
Wrapper wraps raw data and implements the Record interface.

# Interfaces

Record provides an interface for uniformally handling database records.