Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Abbreviations ¶
type Abbreviations struct {
// contains filtered or unexported fields
}
func (*Abbreviations) CompactToOriginal ¶
func (a *Abbreviations) CompactToOriginal(compact string) (string, error)
type DApp ¶
type DApp struct { Version int Functions []Function Abbreviations Abbreviations }
DApp is a collection of callable functions' descriptions. As additional it has Version and Abbreviations map.
type Function ¶
Function is a function signature descriptor. Function has a Name and list of argument's types.
type SimpleType ¶
type SimpleType byte
SimpleType is one of four basic types of Meta.
const ( Int SimpleType = 1 << iota Bytes Boolean String )
Click to show internal directories.
Click to hide internal directories.