package uuid
import "go.mongodb.org/mongo-driver/x/mongo/driver/uuid"
Index ¶
Functions ¶
func Equal ¶
Equal returns true if two UUIDs are equal.
Types ¶
type UUID ¶
type UUID [16]byte
UUID represents a UUID.
func New ¶
New returns a random UUIDv4. It uses a "math/rand" pseudo-random number generator seeded with the package initialization time.
New should not be used to generate cryptographically-secure random UUIDs.
Source Files ¶
uuid.go
- Version
- v1.8.4
- Published
- Mar 2, 2022
- Platform
- windows/amd64
- Imports
- 4 packages
- Last checked
- 12 seconds ago –
Tools for package owners.