Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseOption ¶ added in v1.2.0
type ParseOption struct {
UEP *core.UniversalEngineParams
Option core.Option
}
type ParserInterface ¶
type ParserInterface[I any, P any] interface { Parse(I, ...*ParseOption) ([]P, error) String() string }
Click to show internal directories.
Click to hide internal directories.