package
Version:
v0.0.0-...-1a6ade9
Opens a new window with list of versions in this module.
Published: Dec 1, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package optional provides versions of primitive types that can
be nil. These are useful in methods that update some of an API object's
fields.
ToBool returns its argument as a bool.
It panics if its argument is nil or not a bool.
ToFloat64 returns its argument as a float64.
It panics if its argument is nil or not a float64.
ToInt returns its argument as an int.
It panics if its argument is nil or not an int.
ToString returns its argument as a string.
It panics if its argument is nil or not a string.
ToUint returns its argument as a uint.
It panics if its argument is nil or not a uint.
Bool is either a bool or nil.
Float64 is either a float64 or nil.
Int is either an int or nil.
String is either a string or nil.
Uint is either a uint or nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.