Documentation ¶
Index ¶
- func Get(db DB, e *Entry) error
- func LoadEntries(s interface{}, entries []Entry) error
- func LoadEntry(s interface{}, entry Entry) error
- func Store(db DB, e Entry) error
- type DB
- type Entry
- func ConvertToBlankEntries(tableName string, ownerID, rowID uint32, x interface{}) []Entry
- func ConvertToBlankEntriesWithUUID(tableName string, ownerID UUID, rowID uint32, x interface{}) []Entry
- func ConvertToEntries(tableName string, ownerID, rowID uint32, x interface{}) []Entry
- func ConvertToEntriesWithUUID(tableName string, ownerID UUID, rowID uint32, x interface{}) []Entry
- type RootOwner
- type UUID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadEntries ¶
Types ¶
type Entry ¶
type Entry struct { TableName string ColumnName string OwnerID uint32 OwnerUUID UUID RowID uint32 Data []byte }
func ConvertToBlankEntries ¶
func ConvertToEntries ¶
Click to show internal directories.
Click to hide internal directories.