HostKit.Account (host_kit v0.1.0-beta.0)

Copy Markdown View Source

Account references and normalization helpers.

Summary

Types

account_name()

@type account_name() :: atom() | String.t() | ref()

ref()

@type ref() :: %HostKit.Account.Ref{name: atom() | String.t()}

Functions

name!(name)

@spec name!(account_name()) :: String.t()

ref(name)

@spec ref(atom() | String.t()) :: ref()