design

package
v2.2.4+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2020 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL