uuid

package
v1.24.4 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2016 License: MIT Imports: 5 Imported by: 16

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidID = errors.New("Invalid ID.")
)

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)

PraseBytes 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 (this *UUID) Bytes() []byte

Bytes returns the bytes representation of this UUID.

func (*UUID) Equals added in v1.9.1

func (this *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 (this *UUID) Next() *UUID

Next generates a deterministic random UUID based on this UUID.

func (*UUID) String

func (this *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