package
module
Version:
v0.0.0-...-e6cd603
Opens a new window with list of versions in this module.
Published: Oct 16, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type StringParser interface {
ParseString(s string) error
}
type StringsParser interface {
ParseStrings(s []string) error
}
type ValuesUnmarshaler interface {
UnmarshalValues(u url.Values) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.