TrogonProto.Uuid.V1.Namespace (Trogon.Proto v0.9.0)

Copy Markdown View Source

Namespace defines the namespace for UUIDv5 generation.

Summary

Types

t()

@type t() :: %TrogonProto.Uuid.V1.Namespace{
  __unknown_fields__: [Protobuf.unknown_field()],
  value: {:uuid, String.t()} | {:dns, String.t()} | {:url, String.t()} | nil
}

Functions

descriptor()