Documentation
¶
Index ¶
- Variables
- func MustParse[T TypeSet](s string) T
- func Parse[T TypeSet](s string) (T, error)
- type JobID
- func (t JobID) AsPointer() *JobID
- func (t JobID) IsZero() bool
- func (t JobID) MarshalText() ([]byte, error)
- func (t JobID) Matches(x any) bool
- func (t *JobID) Scan(src any) error
- func (t JobID) String() string
- func (t *JobID) UnmarshalText(data []byte) error
- func (t JobID) Validate() error
- func (t JobID) Value() (driver.Value, error)
- type MessageID
- func (t MessageID) AsPointer() *MessageID
- func (t MessageID) IsZero() bool
- func (t MessageID) MarshalText() ([]byte, error)
- func (t MessageID) Matches(x any) bool
- func (t *MessageID) Scan(src any) error
- func (t MessageID) String() string
- func (t *MessageID) UnmarshalText(data []byte) error
- func (t MessageID) Validate() error
- func (t MessageID) Value() (driver.Value, error)
- type TypeSet
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type MessageID ¶
func NewMessageID ¶
func NewMessageID() MessageID
func (MessageID) MarshalText ¶
func (*MessageID) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.