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()
View Source
uuid() :: uuid_base32crockford() | uuid_base64url() | uuid_binary() | uuid_md5() | uuid_string()
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
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