mongo-drivergo.mongodb.org/mongo-driver/core/uuid Index | Files

package uuid

import "go.mongodb.org/mongo-driver/core/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
v0.0.18
Published
Nov 15, 2018
Platform
darwin/amd64
Imports
3 packages
Last checked
1 second ago

Tools for package owners.