Documentation ¶
Overview ¶
Copyright 2017 karma.run AG. All rights reserved. Use of this source code is governed by an AGPL license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Type ¶
type Type byte
const ( TypeTuple Type = 0 TypeList Type = 1 TypeUnion Type = 2 TypeStruct Type = 3 TypeMap Type = 4 TypeFloat Type = 5 TypeBool Type = 6 TypeString Type = 7 TypeRef Type = 8 TypeDateTime Type = 9 TypeNull Type = 10 TypeSymbol Type = 11 TypeSet Type = 12 TypeInt8 Type = 13 TypeInt16 Type = 14 TypeInt32 Type = 15 TypeInt64 Type = 16 TypeUint8 Type = 17 TypeUint16 Type = 18 TypeUint32 Type = 19 TypeUint64 Type = 20 )
Click to show internal directories.
Click to hide internal directories.