Packages

Gleam library for interacting with Automatic Certificate Management Environment (ACME) servers like Let's Encrypt

Retired package: Release invalid

Current section

Files

Jump to
acumen include acumen@account_Account.hrl
Raw

include/acumen@account_Account.hrl

-record(account, {
status :: acumen@account:status(),
contacts :: list(binary()),
orders_url :: gleam@option:option(acumen@url:url()),
terms_of_service_agreed :: gleam@option:option(boolean())
}).