Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FloatOperands = Type("FloatOperands", func() {
Field(1, "a", Float64, "Left operand")
Field(2, "b", Float64, "Right operand")
Required("a", "b")
})
View Source
var IntOperands = Type("IntOperands", func() {
Field(1, "a", Int, "Left operand")
Field(2, "b", Int, "Right operand")
Required("a", "b")
})
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.