Documentation ¶ Index ¶ type AggID func New() AggID func Parse(s string) (AggID, error) func (id AggID) MarshalText() ([]byte, error) func (id *AggID) Scan(src interface{}) error func (id AggID) String() string func (id *AggID) UnmarshalText(v []byte) error func (id AggID) Value() (driver.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AggID ¶ added in v0.36.0 type AggID ulid.ULID var Zero AggID func New ¶ func New() AggID func Parse ¶ added in v0.37.0 func Parse(s string) (AggID, error) func (AggID) MarshalText ¶ added in v0.36.0 func (id AggID) MarshalText() ([]byte, error) func (*AggID) Scan ¶ added in v0.36.0 func (id *AggID) Scan(src interface{}) error func (AggID) String ¶ added in v0.36.0 func (id AggID) String() string func (*AggID) UnmarshalText ¶ added in v0.36.0 func (id *AggID) UnmarshalText(v []byte) error func (AggID) Value ¶ added in v0.36.0 func (id AggID) Value() (driver.Value, error) Source Files ¶ View all Source files ids.go Click to show internal directories. Click to hide internal directories.