execute

package
v0.0.8-dev Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Code

type Code struct {
	Instructions string
}

func Create

func Create() *Code

func (*Code) AddProp

func (code *Code) AddProp(name string) *Code

func (*Code) Condition

func (code *Code) Condition(object, operator, subject string) *Code

func (*Code) For

func (code *Code) For(count int, body string) *Code

func (*Code) Map

func (code *Code) Map(array, element string) *Code

func (*Code) Request

func (code *Code) Request(method string, properties any) *Code

func (*Code) Return

func (code *Code) Return() *Code

func (*Code) Set

func (code *Code) Set(name string) *Code

func (*Code) SetProp

func (code *Code) SetProp(name string) *Code

func (*Code) While

func (code *Code) While(count int, body string) *Code

Jump to

Keyboard shortcuts

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