Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrWikiSyntax = errors.New("invalid wiki syntax") ErrArrayNoClose = fmt.Errorf("array should be closed by '}': %w", ErrWikiSyntax) ErrArrayItemWrapped = fmt.Errorf("array item should be wrapped by '[]': %w", ErrWikiSyntax) ErrExpectingNewField = fmt.Errorf("expecting '|' to start a new field: %w", ErrWikiSyntax) ErrExpectingSignEqual = fmt.Errorf("expecting '=' to seprate field name and value: %w", ErrWikiSyntax) //nolint:lll )
Functions ¶
This section is empty.
Types ¶
type Wiki ¶
func ParseOmitError ¶
ParseOmitError try to parse a string as wiki, omitting error.
Click to show internal directories.
Click to hide internal directories.