Documentation ¶
Overview ¶
Package funcs implements low-level flows (runtime functions). It has only one exported entity which is function creators registry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRegistry ¶ added in v0.26.0
func NewRegistry() map[string]runtime.FuncCreator
Types ¶
This section is empty.
Source Files ¶
- accumulator.go
- and.go
- args.go
- arr_port_to_stream.go
- cond.go
- del.go
- eq.go
- fan_in.go
- fan_out.go
- field.go
- file_read_all.go
- float_add.go
- float_div.go
- float_is_greater.go
- float_is_lesser.go
- float_mul.go
- float_sub.go
- get.go
- http.go
- image.go
- image_encode.go
- image_new.go
- int_add.go
- int_bitwise_and.go
- int_bitwise_lsh.go
- int_bitwise_or.go
- int_bitwise_rsh.go
- int_bitwise_xor.go
- int_decr.go
- int_div.go
- int_inc.go
- int_is_greater.go
- int_is_greater_or_equal.go
- int_is_lesser.go
- int_is_lesser_or_equal.go
- int_mod.go
- int_mul.go
- int_parse.go
- int_pow.go
- int_sub.go
- list_at.go
- list_len.go
- list_push.go
- list_to_stream.go
- lock.go
- match.go
- ne.go
- new.go
- new_v2.go
- not.go
- or.go
- panic.go
- print.go
- printf.go
- println.go
- range_int.go
- regexp_submatch.go
- registry.go
- scanln.go
- select.go
- stream_product.go
- stream_to_list.go
- stream_zip.go
- string_add.go
- string_at.go
- string_is_greater.go
- string_is_lesser.go
- string_join.go
- string_split.go
- strings_to_lower.go
- strings_to_upper.go
- struct_builder.go
- switch.go
- ternary.go
- time_delay.go
- time_sleep.go
- unwrap.go
- utils.go
- wait_group.go
- write_all.go
Click to show internal directories.
Click to hide internal directories.