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 CreatorRegistry ¶
func CreatorRegistry() map[string]runtime.FuncCreator
Types ¶
This section is empty.
Source Files ¶
- and.go
- args.go
- del.go
- eq.go
- field.go
- float_is_greater.go
- float_is_lesser.go
- http.go
- if.go
- image.go
- image_encode.go
- image_new.go
- index.go
- int_add.go
- int_decr.go
- int_is_even.go
- int_is_greater.go
- int_is_lesser.go
- int_mod.go
- int_mul.go
- int_parse.go
- int_sub.go
- list_len.go
- list_push.go
- list_sort_float.go
- list_sort_int.go
- list_sort_string.go
- list_to_stream.go
- lock.go
- match.go
- new.go
- not.go
- or.go
- panic.go
- port_streamer.go
- printf.go
- println.go
- range.go
- read_all.go
- regexp_submatch.go
- registry.go
- scanln.go
- stream_product.go
- stream_to_list.go
- stream_zip.go
- string_is_greater.go
- string_is_lesser.go
- string_join.go
- string_split.go
- struct_builder.go
- time_sleep.go
- unwrap.go
- utils.go
- wait_group.go
- write_all.go
Click to show internal directories.
Click to hide internal directories.