uuid

package
v2.43.3+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2017 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UUID

type UUID [16]byte

func New

func New() *UUID

New creates an UUID with random value.

func ParseBytes

func ParseBytes(b []byte) (*UUID, error)

ParseBytes converts an UUID in byte form to object.

func ParseString

func ParseString(str string) (*UUID, error)

ParseString converts an UUID in string form to object.

func (*UUID) Bytes

func (u *UUID) Bytes() []byte

Bytes returns the bytes representation of this UUID.

func (*UUID) Equals added in v1.9.1

func (u *UUID) Equals(another *UUID) bool

Equals returns true if this UUID equals another UUID by value.

func (*UUID) Next added in v1.9.1

func (u *UUID) Next() *UUID

Next generates a deterministic random UUID based on this UUID.

func (*UUID) String

func (u *UUID) String() string

String returns the string representation of this UUID.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL