Versions in this module Expand all Collapse all v1 v1.0.0 Mar 1, 2026 Changes in this version + type Name string + func NewName(name string) Name + func (n Name) Empty() bool + func (n Name) Equals(other Name) bool + func (n Name) String() string + type Ticket struct + func NewTicket(name Name) Ticket + func ParseTicket(s string, re *regexp.Regexp) Ticket + func (t Ticket) Empty() bool + func (t Ticket) Equals(other Ticket) bool + func (t Ticket) Name() Name + func (t Ticket) String() string