Documentation
¶
Index ¶
- Constants
- type Args
- type KeywordOpts
- type MultiMap
- func (m MultiMap) Get(s string) []Args
- func (m MultiMap) GetDualArgs(s string) iter.Seq2[string, *string]
- func (m MultiMap) GetIter(s string) iter.Seq[Args]
- func (m MultiMap) GetOne(s string) Args
- func (m MultiMap) GetSingleArgs(s string) iter.Seq[string]
- func (m MultiMap) Has(s string) bool
- func (m MultiMap) Keys() iter.Seq[string]
- type Results
- type Scanner
Constants ¶
View Source
const ( ArgsRequired keywordFlag = 1 << iota DualArgsRequired NoArgs Exclusive // limit usage of the keyword to 1 per instance )
View Source
const ( ScanStruct scanMode = iota ScanField )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeywordOpts ¶
type KeywordOpts map[scanMode]keywordFlag
Click to show internal directories.
Click to hide internal directories.