Documentation ¶
Index ¶
- func BoolOf(val NBool) bool
- func DerefBool(b NBool) (bool, bool)
- func DerefInt(i NInt) (int, bool)
- func DerefString(s NString) (string, bool)
- func DerefTime(t NTime) (time.Time, bool)
- func IntOf(val NInt) int
- func SqlString(s NString) sql.NullString
- func StringOf(val NString) string
- func TimeAsPointer(t NTime) *time.Time
- func TimeOf(val NTime) time.Time
- type NBool
- type NInt
- type NString
- type NTime
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DerefString ¶
func SqlString ¶
func SqlString(s NString) sql.NullString
func TimeAsPointer ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.