package
Version:
v2.0.0
Opens a new window with list of versions in this module.
Published: May 2, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Parser interface {
Parse(r io.Reader) (interface{}, error)
}
Parser is the interface that wraps the basic Parse method.
Parser accepts a reader r and parses the data it returns, returning an error
if parsing fails.
Implementations must not retain r. Implementations should not retain any
parsed data if returning an error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.