Documentation
¶
Overview ¶
Package structured implements a data source that parses and returns structured data from files stored in a filesystem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoInput triggers if a decoder is called without input ErrNoInput = errors.New("unable to decode, no input defined") )
View Source
var ErrorNoFileMatchInPath = errors.New("no file matched through path specification")
ErrorNoFileMatchInPath triggers if the path specification can't match a file in the filesystem received by the data source.
Functions ¶
func NewStructDataSource ¶
func NewStructDataSource(sds *minderv1.StructDataSource) (v1datasources.DataSource, error)
NewStructDataSource builds a new REST data source.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.