Documentation ¶ Index ¶ type Type Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Type ¶ type Type string const ( TypeUndefined Type = "" TypeInt Type = "int" TypeFloat Type = "float" TypeBool Type = "bool" TypeString Type = "string" TypeObject Type = "object" ) Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.