package uuid

import "go.mongodb.org/mongo-driver/x/mongo/driver/uuid"

Index

Functions

func Equal

func Equal(a, b UUID) bool

Equal returns true if two UUIDs are equal.

Types

type UUID

type UUID [16]byte

UUID represents a UUID.

func New

func New() (UUID, error)

New generates a new uuid.

Source Files

uuid.go

Version
v1.0.0
Published
Mar 13, 2019
Platform
windows/amd64
Imports
3 packages
Last checked
59 seconds ago

Tools for package owners.