Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONLoader ¶
type JSONLoader struct { Source io.ReadCloser // contains filtered or unexported fields }
func NewJSONLoaderFromFile ¶
func NewJSONLoaderFromFile(path string) (*JSONLoader, error)
func (*JSONLoader) Load ¶
func (l *JSONLoader) Load(dst any) error
Click to show internal directories.
Click to hide internal directories.