ibento_event_store v0.0.4 Ibento.UUID View Source

Link to this section Summary

Link to this section Types

Link to this type uuid_base32crockford() View Source
uuid_base32crockford() :: <<_::208>>
Link to this type uuid_base64url() View Source
uuid_base64url() :: <<_::176>>
Link to this type uuid_binary() View Source
uuid_binary() :: <<_::128>>
Link to this type uuid_md5() View Source
uuid_md5() :: <<_::256>>
Link to this type uuid_string() View Source
uuid_string() :: <<_::288>>

Link to this section Functions

Link to this function base32crockford!(uuid) View Source
base32crockford!(uuid :: uuid() | term()) ::
  uuid_base32crockford() | no_return()
Link to this function base32crockford(uuid) View Source
base32crockford(uuid :: uuid() | term()) ::
  {:ok, uuid_base32crockford()} | :error
Link to this function base64url!(uuid) View Source
base64url!(uuid :: uuid() | term()) :: uuid_base64url() | no_return()
Link to this function base64url(uuid) View Source
base64url(uuid :: uuid() | term()) :: {:ok, uuid_base64url()} | :error
Link to this function binary!(uuid) View Source
binary!(uuid :: uuid() | term()) :: uuid_binary() | no_return()
Link to this function binary(uuid) View Source
binary(uuid :: uuid() | term()) :: {:ok, uuid_binary()} | :error
Link to this function md5!(uuid) View Source
md5!(uuid :: uuid() | term()) :: uuid_md5() | no_return()
Link to this function md5(uuid) View Source
md5(uuid :: uuid() | term()) :: {:ok, uuid_md5()} | :error
Link to this function string!(uuid) View Source
string!(uuid :: uuid() | term()) :: uuid_string() | no_return()
Link to this function string(uuid) View Source
string(uuid :: uuid() | term()) :: {:ok, uuid_string()} | :error