- Documentation
- cicd
❱
- data
❱
- ⤇ ioToString
- ⤇ readFile
- ⤇ writeFile
- logging
❱
- ⤇ manageLogs
- runners
❱
- ⬢ CicdDispatchEngine
- ⬢ CicdRunnerEngine
- ⤇ setupRunner
- ⤇ stopRunner
- services
❱
- github
❱
- ◼ StepState
- 𝑓 |error
- 𝑓 |failure
- 𝑓 |pending
- 𝑓 |success
- ⤇ postGithubState
- gitlab
❱
- ◼ StepState
- 𝑓 |canceled
- 𝑓 |failed
- 𝑓 |pending
- 𝑓 |running
- 𝑓 |skipped
- 𝑓 |success
- ⤇ postGitlabState
- steps
❱
- ⤇ spawnCommands
- ⤇ step
- ⤇ stepOn
- ⤇ stepOnWithInput
- distrib
❱
- ⬢ DistributionEngine
- ⤇ distribute
- ⤇ recvBlock
- ⤇ recvStream
- ⤇ sendBlock
- ⤇ sendStream
- ⤇ start
- ⤇ stop
- encoding
❱
- ⤇ decode
- ⤇ encode
- fs
❱
- dir
❱
- ⤇ create
- ⤇ scan
- file
❱
- ⤇ read
- ⤇ write
- filesystem
❱
- ◼ FileSystem
- local
❱
- 𝑓 |local_filesystem
- ⤇ readLocal
- ⤇ readTextLocal
- ⤇ writeLocal
- ⤇ writeTextLocal
- path
❱
- 𝑓 |extension
- 𝑓 |file_name
- 𝑓 |file_stem
- 𝑓 |parent
- ⤇ composition
- ⤇ exists
- ⤇ meta
- text
❱
- ⤇ readText
- ⤇ writeText
- http
❱
- client
❱
- util
❱
- ⤇ delete
- ⤇ get
- ⤇ head
- ⤇ options
- ⤇ patch
- ⤇ post
- ⤇ put
- ⤇ trace
- ⬢ HttpClient
- ⤇ delete
- ⤇ get
- ⤇ head
- ⤇ options
- ⤇ patch
- ⤇ post
- ⤇ put
- ⤇ request
- ⤇ requestWithBody
- ⤇ trace
- method
❱
- ◼ HttpMethod
- 𝑓 |delete
- 𝑓 |get
- 𝑓 |head
- 𝑓 |method
- 𝑓 |options
- 𝑓 |patch
- 𝑓 |post
- 𝑓 |put
- 𝑓 |trace
- server
❱
- ⥱ @HttpRequest
- ⬢ HttpServer
- ⤇ connection
- ⤇ failedBinding
- ⤇ incoming
- ⤇ outgoing
- ⤇ start
- status
❱
- ◼ HttpStatus
- 𝑓 |forbidden
- 𝑓 |moved_permanently
- 𝑓 |not_found
- 𝑓 |ok
- 𝑓 |permanent_redirect
- 𝑓 |status
- 𝑓 |temporary_redirect
- javascript
❱
- ⬢ JavaScriptEngine
- ⤇ process
- json
❱
- value
❱
- 𝑓 |from_bool
- 𝑓 |from_number_f64
- 𝑓 |from_number_i64
- 𝑓 |from_number_u64
- 𝑓 |from_option_bool
- 𝑓 |from_option_number_f64
- 𝑓 |from_option_number_i64
- 𝑓 |from_option_number_u64
- 𝑓 |from_option_string
- 𝑓 |from_string
- 𝑓 |is_bool
- 𝑓 |is_f64
- 𝑓 |is_i64
- 𝑓 |is_null
- 𝑓 |is_number
- 𝑓 |is_object
- 𝑓 |is_string
- 𝑓 |is_u64
- 𝑓 |is_vec
- 𝑓 |null
- 𝑓 |try_from_number_f64
- 𝑓 |try_from_option_number_f64
- ⤇ fromBool
- ⤇ fromNumberF64
- ⤇ fromNumberI64
- ⤇ fromNumberU64
- ⤇ fromOptionBool
- ⤇ fromOptionNumberF64
- ⤇ fromOptionNumberI64
- ⤇ fromOptionNumberU64
- ⤇ fromOptionString
- ⤇ fromString
- ⤇ isBool
- ⤇ isF64
- ⤇ isI64
- ⤇ isNull
- ⤇ isNumber
- ⤇ isObject
- ⤇ isString
- ⤇ isU64
- ⤇ isVector
- ⤇ null
- ⤇ tryFromNumberF64
- ⤇ tryFromOptionNumberF64
- ◼ Json
- 𝑓 |to_json
- ⤇ toJson
- ⤇ validate
- log
❱
- console
❱
- ⤇ console
- file
❱
- ⤇ writeAllLogs
- ⤇ writeLogs
- log
❱
- ⤇ logDataDebug
- ⤇ logDataDebugs
- ⤇ logDataError
- ⤇ logDataErrors
- ⤇ logDataInfo
- ⤇ logDataInfos
- ⤇ logDataTrace
- ⤇ logDataTraces
- ⤇ logDataWarning
- ⤇ logDataWarnings
- ⤇ logDebug
- ⤇ logDebugMessage
- ⤇ logDebugs
- ⤇ logError
- ⤇ logErrorMessage
- ⤇ logErrors
- ⤇ logInfo
- ⤇ logInfoMessage
- ⤇ logInfos
- ⤇ logTrace
- ⤇ logTraceMessage
- ⤇ logTraces
- ⤇ logWarning
- ⤇ logWarningMessage
- ⤇ logWarnings
- logger
❱
- ◼ Level
- ◼ Log
- 𝑓 |debug
- 𝑓 |error
- 𝑓 |info
- 𝑓 |trace
- 𝑓 |warning
- ⬢ Logger
- ⤇ filterLogs
- ⤇ injectBlockLog
- ⤇ injectStreamLog
- ⤇ logBlock
- ⤇ logDataBlock
- ⤇ logDataStream
- ⤇ logStream
- ⤇ logs
- ⤇ stop
- ⤇ trackLogs
- net
❱
- ip
❱
- ◼ Ip
- ◼ Ipv4
- ◼ Ipv6
- 𝑓 |as_ipv4
- 𝑓 |as_ipv6
- 𝑓 |from_ipv4
- 𝑓 |from_ipv6
- 𝑓 |ipv4
- 𝑓 |ipv6
- 𝑓 |is_ipv4
- 𝑓 |is_ipv6
- 𝑓 |localhost_ipv4
- 𝑓 |localhost_ipv6
- 𝑓 |to_ipv4
- 𝑓 |to_ipv6
- 𝑓 |unspecified_ipv4
- 𝑓 |unspecified_ipv6
- ⤇ asIpv4
- ⤇ asIpv6
- ⤇ fromIpv4
- ⤇ fromIpv6
- ⤇ isIpv4
- ⤇ isIpv6
- ⤇ toIpv4
- ⤇ toIpv6
- process
❱
- command
❱
- ◼ Command
- 𝑓 |checked_raw_commands
- 𝑓 |command
- 𝑓 |raw_command
- 𝑓 |raw_commands
- environment
❱
- ◼ Environment
- 𝑓 |environment
- ⤇ mapEnvironment
- exec
❱
- ◼ Executor
- ⤇ exec
- ⤇ execOnce
- ⤇ execOne
- ⤇ spawn
- ⤇ spawnOnce
- ⤇ spawnOne
- local
❱
- 𝑓 |local_executor
- ⤇ execOnce
- ⤇ spawnOnce
- regex
❱
- 𝑓 |capture
- 𝑓 |find
- 𝑓 |matches
- 𝑓 |replace
- ⤇ capture
- ⤇ find
- ⤇ matches
- ⤇ replace
- sql
❱
- ⬢ SqlPool
- ⤇ close
- ⤇ closed
- ⤇ connect
- ⤇ connected
- ⤇ execute
- ⤇ executeBatch
- ⤇ executeEach
- ⤇ executeRaw
- ⤇ failure
- ⤇ fetch
- ⤇ fetchBatch
- std
❱
- conv
❱
- 𝑓 |saturating_to_f32
- 𝑓 |saturating_to_f64
- 𝑓 |saturating_to_i128
- 𝑓 |saturating_to_i16
- 𝑓 |saturating_to_i32
- 𝑓 |saturating_to_i64
- 𝑓 |saturating_to_i8
- 𝑓 |saturating_to_u128
- 𝑓 |saturating_to_u16
- 𝑓 |saturating_to_u32
- 𝑓 |saturating_to_u64
- 𝑓 |saturating_to_u8
- 𝑓 |to_bool
- 𝑓 |to_byte
- 𝑓 |to_bytes
- 𝑓 |to_char
- 𝑓 |to_f32
- 𝑓 |to_f64
- 𝑓 |to_i128
- 𝑓 |to_i16
- 𝑓 |to_i32
- 𝑓 |to_i64
- 𝑓 |to_i8
- 𝑓 |to_string
- 𝑓 |to_u128
- 𝑓 |to_u16
- 𝑓 |to_u32
- 𝑓 |to_u64
- 𝑓 |to_u8
- 𝑓 |to_void
- 𝑓 |try_to_bool
- 𝑓 |try_to_byte
- 𝑓 |try_to_char
- 𝑓 |try_to_f32
- 𝑓 |try_to_f64
- 𝑓 |try_to_i128
- 𝑓 |try_to_i16
- 𝑓 |try_to_i32
- 𝑓 |try_to_i64
- 𝑓 |try_to_i8
- 𝑓 |try_to_string
- 𝑓 |try_to_u128
- 𝑓 |try_to_u16
- 𝑓 |try_to_u32
- 𝑓 |try_to_u64
- 𝑓 |try_to_u8
- ⤇ saturatingToF32
- ⤇ saturatingToF64
- ⤇ saturatingToI128
- ⤇ saturatingToI16
- ⤇ saturatingToI32
- ⤇ saturatingToI64
- ⤇ saturatingToI8
- ⤇ saturatingToU128
- ⤇ saturatingToU16
- ⤇ saturatingToU32
- ⤇ saturatingToU64
- ⤇ saturatingToU8
- ⤇ toBool
- ⤇ toByte
- ⤇ toBytes
- ⤇ toChar
- ⤇ toF32
- ⤇ toF64
- ⤇ toI128
- ⤇ toI16
- ⤇ toI32
- ⤇ toI64
- ⤇ toI8
- ⤇ toString
- ⤇ toU128
- ⤇ toU16
- ⤇ toU32
- ⤇ toU64
- ⤇ toU8
- ⤇ toVoid
- ⤇ tryToBool
- ⤇ tryToByte
- ⤇ tryToChar
- ⤇ tryToF32
- ⤇ tryToF64
- ⤇ tryToI128
- ⤇ tryToI16
- ⤇ tryToI32
- ⤇ tryToI64
- ⤇ tryToI8
- ⤇ tryToString
- ⤇ tryToU128
- ⤇ tryToU16
- ⤇ tryToU32
- ⤇ tryToU64
- ⤇ tryToU8
- data
❱
- map
❱
- block
❱
- ⤇ entry
- ⤇ get
- ⤇ insert
- ⤇ merge
- ◼ Map
- 𝑓 |entry
- 𝑓 |get
- 𝑓 |insert
- 𝑓 |map
- ⤇ entry
- ⤇ get
- ⤇ insert
- string_map
❱
- block
❱
- ⤇ entry
- ⤇ get
- ⤇ insert
- ⤇ merge
- ◼ StringMap
- 𝑓 |entry
- 𝑓 |get
- 𝑓 |insert
- 𝑓 |map
- ⤇ entry
- ⤇ get
- ⤇ insert
- engine
❱
- util
❱
- ⤇ startup
- ⬢ Engine
- ⤇ ready
- flow
❱
- concentrate
❱
- ⬢ Concentrator
- ⤇ concentrate
- ⤇ concentrateBlock
- ⤇ concentrated
- vec
❱
- ⤇ fill
- ⤇ fit
- ⤇ flatten
- ⤇ pattern
- ⤇ resize
- ⤇ size
- ⤇ arrange
- ⤇ barrier
- ⤇ chain
- ⤇ check
- ⤇ close
- ⤇ consume
- ⤇ count
- ⤇ cut
- ⤇ emit
- ⤇ fill
- ⤇ filter
- ⤇ filterBlock
- ⤇ fit
- ⤇ flock
- ⤇ generate
- ⤇ generateIndefinitely
- ⤇ insert
- ⤇ merge
- ⤇ one
- ⤇ pass
- ⤇ passBlock
- ⤇ release
- ⤇ releaseBlock
- ⤇ stream
- ⤇ trigger
- ⤇ uncheck
- ⤇ waitBlock
- ops
❱
- bin
❱
- 𝑓 |and
- 𝑓 |not
- 𝑓 |or
- 𝑓 |xor
- ⤇ and
- ⤇ not
- ⤇ or
- ⤇ xor
- float
❱
- 𝑓 |acos
- 𝑓 |acosh
- 𝑓 |asin
- 𝑓 |asinh
- 𝑓 |atan
- 𝑓 |atan2
- 𝑓 |atanh
- 𝑓 |cbrt
- 𝑓 |ceil
- 𝑓 |cos
- 𝑓 |cosh
- 𝑓 |exp
- 𝑓 |exp2
- 𝑓 |floor
- 𝑓 |fract
- 𝑓 |hypot
- 𝑓 |is_finite
- 𝑓 |is_infinite
- 𝑓 |is_nan
- 𝑓 |is_normal
- 𝑓 |is_subnormal
- 𝑓 |ln
- 𝑓 |log
- 𝑓 |log10
- 𝑓 |log2
- 𝑓 |pow
- 𝑓 |recip
- 𝑓 |round
- 𝑓 |sin
- 𝑓 |sinh
- 𝑓 |sqrt
- 𝑓 |tan
- 𝑓 |tanh
- 𝑓 |to_degrees
- 𝑓 |to_radians
- 𝑓 |trunc
- ⤇ acos
- ⤇ acosh
- ⤇ asin
- ⤇ asinh
- ⤇ atan
- ⤇ atan2
- ⤇ atanh
- ⤇ cbrt
- ⤇ ceil
- ⤇ cos
- ⤇ cosh
- ⤇ exp
- ⤇ exp2
- ⤇ floor
- ⤇ fract
- ⤇ hypot
- ⤇ isFinite
- ⤇ isInfinite
- ⤇ isNan
- ⤇ isNormal
- ⤇ isSubnormal
- ⤇ ln
- ⤇ log
- ⤇ log10
- ⤇ log2
- ⤇ pow
- ⤇ recip
- ⤇ round
- ⤇ sin
- ⤇ sinh
- ⤇ sqrt
- ⤇ tan
- ⤇ tanh
- ⤇ toDegrees
- ⤇ toRadians
- ⤇ trunc
- num
❱
- 𝑓 |abs
- 𝑓 |add
- 𝑓 |checked_add
- 𝑓 |checked_div
- 𝑓 |checked_euclid_div
- 𝑓 |checked_euclid_rem
- 𝑓 |checked_mul
- 𝑓 |checked_neg
- 𝑓 |checked_pow
- 𝑓 |checked_rem
- 𝑓 |checked_sub
- 𝑓 |div
- 𝑓 |euclid_div
- 𝑓 |euclid_rem
- 𝑓 |is_negative
- 𝑓 |is_positive
- 𝑓 |mul
- 𝑓 |neg
- 𝑓 |pow
- 𝑓 |rem
- 𝑓 |saturating_add
- 𝑓 |saturating_mul
- 𝑓 |saturating_sub
- 𝑓 |signum
- 𝑓 |sub
- 𝑓 |wrapping_add
- 𝑓 |wrapping_mul
- 𝑓 |wrapping_neg
- 𝑓 |wrapping_sub
- ⤇ abs
- ⤇ add
- ⤇ checkedAdd
- ⤇ checkedDiv
- ⤇ checkedEuclidDiv
- ⤇ checkedEuclidRem
- ⤇ checkedMul
- ⤇ checkedNeg
- ⤇ checkedPow
- ⤇ checkedRem
- ⤇ checkedSub
- ⤇ div
- ⤇ euclidDiv
- ⤇ euclidRem
- ⤇ isNegative
- ⤇ isPositive
- ⤇ mul
- ⤇ neg
- ⤇ pow
- ⤇ rem
- ⤇ saturatingAdd
- ⤇ saturatingMul
- ⤇ saturatingSub
- ⤇ signum
- ⤇ sub
- ⤇ wrappingAdd
- ⤇ wrappingMul
- ⤇ wrappingNeg
- ⤇ wrappingSub
- option
❱
- block
❱
- ⤇ map
- ⤇ reduce
- ⤇ unwrap
- ⤇ unwrapOr
- ⤇ wrap
- 𝑓 |unwrap_or
- 𝑓 |wrap
- ⤇ fuse
- ⤇ unwrap
- ⤇ unwrapOr
- ⤇ wrap
- vec
❱
- block
❱
- ⤇ concat
- ⤇ contains
- 𝑓 |concat
- 𝑓 |contains
- ⤇ concat
- ⤇ contains
- 𝑓 |clamp
- 𝑓 |condition
- 𝑓 |equal
- 𝑓 |ge
- 𝑓 |gt
- 𝑓 |le
- 𝑓 |lt
- 𝑓 |max
- 𝑓 |min
- 𝑓 |not_equal
- ⤇ clamp
- ⤇ equal
- ⤇ greaterEqual
- ⤇ greaterThan
- ⤇ lowerEqual
- ⤇ lowerThan
- ⤇ max
- ⤇ min
- ⤇ notEqual
- text
❱
- compare
❱
- char
❱
- 𝑓 |exact
- 𝑓 |is_alphabetic
- 𝑓 |is_alphanumeric
- 𝑓 |is_ascii
- 𝑓 |is_control
- 𝑓 |is_digit
- 𝑓 |is_lowercase
- 𝑓 |is_uppercase
- 𝑓 |is_whitespace
- ⤇ exact
- ⤇ isAlphabetic
- ⤇ isAlphanumeric
- ⤇ isAscii
- ⤇ isControl
- ⤇ isDigit
- ⤇ isLowercase
- ⤇ isUppercase
- ⤇ isWhitespace
- 𝑓 |contains
- 𝑓 |ends_with
- 𝑓 |exact
- 𝑓 |starts_with
- ⤇ contains
- ⤇ endsWith
- ⤇ exact
- ⤇ startsWith
- compose
❱
- 𝑓 |checked_format
- 𝑓 |format
- 𝑓 |split
- 𝑓 |trim
- 𝑓 |trim_end
- 𝑓 |trim_start
- ⤇ checkedFormat
- ⤇ format
- ⤇ rescale
- ⤇ split
- ⤇ trim
- ⤇ trimEnd
- ⤇ trimStart
- convert
❱
- char
❱
- 𝑓 |from_utf8
- 𝑓 |to_utf8
- ⤇ fromString
- ⤇ toString
- ⤇ toUtf8
- string
❱
- 𝑓 |from_char
- 𝑓 |from_utf8
- 𝑓 |to_char
- 𝑓 |to_utf8
- ⤇ fromChar
- ⤇ fromUtf8
- ⤇ toChar
- ⤇ toUtf8
- types
❱
- char
❱
- 𝑓 |replacement_character
- float
❱
- 𝑓 |infinity
- 𝑓 |nan
- 𝑓 |neg_infinity
- 𝑓 |max
- 𝑓 |min
- work
❱
- access
❱
- ◼ Access
- 𝑓 |new_access
- distant
❱
- ⬢ DistantEngine
- ⤇ distant
- resources
❱
- arch
❱
- ◼ Arch
- 𝑓 |amd64
- 𝑓 |arm64
- ◼ Container
- ◼ Mount
- ◼ ServiceContainer
- ◼ Volume
- 𝑓 |container
- 𝑓 |mount
- 𝑓 |service_container
- 𝑓 |volume
- ⤇ getExecutor
- ⤇ getFileSystem