Documentation
¶
Index ¶
Constants ¶
View Source
const ( JsonPrefix = "" JsonIndent = " " )
Constants used for serializations
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expandable ¶
Interface used to expand JSON entites that contain different relations. In short, entity IDs are transformed in those entities in full inside the json objects that implement this interface.
Each database model should have an expanded representation that is used for receiving/returning data from requests
Click to show internal directories.
Click to hide internal directories.