Ash.UUID (ash v3.5.9)

View Source

Helpers for working with UUIDs

Summary

Types

A raw binary representation of a UUID.

t()

A hex-encoded UUID string.

Functions

Generates a new uuid

Types

raw()

@type raw() :: Ecto.UUID.raw()

A raw binary representation of a UUID.

t()

@type t() :: Ecto.UUID.t()

A hex-encoded UUID string.

Functions

generate()

@spec generate() :: Ecto.UUID.t()

Generates a new uuid