Packages

Easily migrate your Postgres databases. In Gleam !

Retired package: Release invalid - v4.0.1 was released right after but contains breaking changes. You should not use v4.0.0 and use v4.0.1 directly.

Current section

Files

Jump to
cigogne include cigogne@internal@cli_lib_ActionDecoder.hrl
Raw

include/cigogne@internal@cli_lib_ActionDecoder.hrl

-record(action_decoder, {
default_value :: any(),
flag_defs :: list(cigogne@internal@cli_lib:flag()),
decode :: fun((gleam@dict:dict(binary(), list(binary()))) -> {any(),
list(cigogne@internal@cli_lib:parse_error())})
}).