Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxProgramCodeSize is the maximum allowed length of program code. MaxProgramCodeSize = 10000 // MaxProgramParamSize is the maximum allowed length of program parameter. MaxProgramParamSize = MaxProgramCodeSize * 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶ added in v0.2.2
type Builder struct {
// contains filtered or unexported fields
}
func NewProgramBuilder ¶ added in v0.2.2
func NewProgramBuilder() *Builder
func (*Builder) PushNumber ¶ added in v0.2.2
Click to show internal directories.
Click to hide internal directories.