Versions in this module Expand all Collapse all v0 v0.0.2 Feb 16, 2026 Changes in this version + type ID struct + var Nil ID + func MustParse(s string) ID + func MustParseWithPrefix(s string, expected Prefix) ID + func New(prefix Prefix) ID + func Parse(s string) (ID, error) + func ParseWithPrefix(s string, expected Prefix) (ID, error) + func (i *ID) Scan(src any) error + func (i *ID) UnmarshalText(data []byte) error + func (i ID) IsNil() bool + func (i ID) MarshalText() ([]byte, error) + func (i ID) Prefix() Prefix + func (i ID) String() string + func (i ID) Value() (driver.Value, error) + type Prefix string + const PrefixAuditEntry + const PrefixCertificate + const PrefixDeployment + const PrefixDomain + const PrefixEvent + const PrefixHealthCheck + const PrefixHealthResult + const PrefixInstance + const PrefixRelease + const PrefixRoute + const PrefixSecret + const PrefixTenant + const PrefixWebhook + const PrefixWebhookDelivery v0.0.1 Feb 13, 2026