Documentation
¶
Index ¶
- type Presenter
- func (p *Presenter) ContentHTML(input string) string
- 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)
- func (p *Presenter) String(input string) string
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 (*Presenter) ContentHTML ¶ added in v0.4.0
Sanitizes input to a very restricted HTML subset for content of type HTML Shortcut for p.sanitizerService.ContentHTML()
Click to show internal directories.
Click to hide internal directories.