Zodish.Type.Uuid (zodish v0.2.4)

View Source

Summary

Functions

Creates a new UUID (string) type.

Types

t()

@type t() :: %Zodish.Type.Uuid{version: version()}

version()

@type version() :: :any | :v1 | :v2 | :v3 | :v4 | :v5 | :v6 | :v7 | :v8

Functions

new(version \\ :any)

Creates a new UUID (string) type.