Documentation ¶ Index ¶ type Presenter func New(shortIDService shortid.Service) *Presenter func (p *Presenter) EncodeID(id uuid.UUID) string func (p *Presenter) EncodeIDList(ids []uuid.UUID) []string func (p *Presenter) ParseID(id string) (uuid.UUID, error) func (p *Presenter) ParseIDList(ids []string) ([]uuid.UUID, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Presenter ¶ type Presenter struct { // contains filtered or unexported fields } func New ¶ func New(shortIDService shortid.Service) *Presenter func (*Presenter) EncodeID ¶ func (p *Presenter) EncodeID(id uuid.UUID) string func (*Presenter) EncodeIDList ¶ func (p *Presenter) EncodeIDList(ids []uuid.UUID) []string func (*Presenter) ParseID ¶ func (p *Presenter) ParseID(id string) (uuid.UUID, error) func (*Presenter) ParseIDList ¶ func (p *Presenter) ParseIDList(ids []string) ([]uuid.UUID, error) Source Files ¶ View all Source files presenter.go Directories ¶ Show internal Expand all Path Synopsis config content product Click to show internal directories. Click to hide internal directories.