Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtmServiceCategory ¶
type AtmServiceCategory string
AtmServiceCategory represents ATM Service Categories use this data type
const ( AtmServiceCategory_other AtmServiceCategory = "other" AtmServiceCategory_cbr AtmServiceCategory = "cbr" AtmServiceCategory_rtVbr AtmServiceCategory = "rtVbr" AtmServiceCategory_nrtVbr AtmServiceCategory = "nrtVbr" AtmServiceCategory_abr AtmServiceCategory = "abr" AtmServiceCategory_ubr AtmServiceCategory = "ubr" )
type TruthValue ¶
type TruthValue string
TruthValue represents Boolean values use this data type from RFC-1903
const ( TruthValue_true_ TruthValue = "true" TruthValue_false_ TruthValue = "false" )
Click to show internal directories.
Click to hide internal directories.