MCPcopy
hub / github.com/TomWright/dasel / NewReaderFn

FuncType NewReaderFn

parsing/reader.go:25–25  ·  view source on GitHub ↗

NewReaderFn is a function that creates a new reader.

func(options ReaderOptions) (Reader, error)

Source from the content-addressed store, hash-verified

23
24// NewReaderFn is a function that creates a new reader.
25type NewReaderFn func(options ReaderOptions) (Reader, error)
26
27// RegisterReader registers a new reader for the format.
28func RegisterReader(format Format, fn NewReaderFn) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected