package
0.1.1-beta.2
Repository: https://github.com/digimakergo/digimaker.git
Documentation: pkg.go.dev
# Functions
AddVersionHook registers your hook function for all future operations.
Content to json, used for internal content storing(eg.
Convert content to map.
No description provided by the author
No description provided by the author
No description provided by the author
Json to Content, used for internal content recoving.
No description provided by the author
Create new content instance, eg.
Create new list.eg &[]Article{}.
NewQuery initializes a new Query using the passed in QueryMods.
Register a content type and store in global variable.
Convert a *[]Article type(used for binding) to a slice of ContentTyper(use for more generic handling)todo: merge NewList with ToList.
# Variables
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
No description provided by the author
VersionRels is where relationship names are stored.
# Structs
todo: use a better name.
Location is an object representing the database table.
No description provided by the author
No description provided by the author
Version is an object representing the database table.
# Interfaces
All the content type(eg.
No description provided by the author
User interface which is also a content type.
# Type aliases
No description provided by the author
ContentRelations as a struct which is linked into a content.The purpose is for binding & access.
M type is for providing columns and column values to UpdateAll.
A list of relation.
No description provided by the author
No description provided by the author