ids

package
v0.48.1 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AllToString

func AllToString(ids []ID) []string

Types

type ID

type ID string

ID is a generic identifier for entities

func Empty

func Empty() ID

func FromBytes

func FromBytes(bytes []byte) (ID, error)

func FromUUID added in v0.6.0

func FromUUID(uuid uuid.UUID) ID

func New

func New() ID

func NewID added in v0.36.2

func NewID(values ...any) ID

NewID computes a UUID string hashing the provided values

func ParseID added in v0.28.1

func ParseID(id string) (ID, error)

func (ID) AsUUID added in v0.6.0

func (id ID) AsUUID() uuid.UUID

func (ID) Compare

func (id ID) Compare(other ID) int

func (ID) IsEmpty

func (id ID) IsEmpty() bool

func (ID) IsNotEmpty

func (id ID) IsNotEmpty() bool

func (ID) OrDefault added in v0.47.0

func (id ID) OrDefault(defaultId ID) ID

OrDefault returns the defaultId if id is empty, otherwise returns id

func (ID) OrNew added in v0.47.0

func (id ID) OrNew() ID

OrNew returns a new ID if id is empty, otherwise returns id

func (ID) SelfOrNew

func (id ID) SelfOrNew() ID

SelfOrNew returns a new ID if id is empty, otherwise returns id Deprecated: use OrNew instead

func (ID) String

func (id ID) String() string

func (ID) ToBytes

func (id ID) ToBytes() []byte

func (ID) Validate added in v0.47.1

func (id ID) Validate() error

Jump to

Keyboard shortcuts

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