Packages

Type-safe secret masking for Gleam. Hide passwords, API keys, and other sensitive values without ceremony.

Current section

Files

Jump to
cowl include cowl_Secret.hrl
Raw

include/cowl_Secret.hrl

-record(secret, {
expose :: fun(() -> any()),
label :: gleam@option:option(binary())
}).