Documentation
¶
Index ¶
Constants ¶
View Source
const ( NoResult = 0x6e AtMostOne = 0x6f Many = 0x6d )
Cardinalities
Variables ¶
View Source
var ToStr = map[uint8]string{ NoResult: "NO_RESULT", AtMostOne: "AT_MOST_ONE", Many: "MANY", }
ToStr maps cardinality values to their string representation.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.