Documentation ¶ Index ¶ Constants func Init() Constants ¶ View Source const ( // MaxTokenValueDataSize is the maximum allowed length of token value data. MaxTokenValueDataSize = 8*4 + 1 // allow one bool(int8) and 4 uint64, that is 8 * 4 + 1 = 33 bytes. ) Variables ¶ This section is empty. Functions ¶ func Init ¶ func Init() Types ¶ This section is empty. Source Files ¶ View all Source files outputhelper.go Click to show internal directories. Click to hide internal directories.