Documentation
¶
Index ¶
Constants ¶
View Source
const Type = "parser"
Type of the entity.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IParser ¶
type IParser interface {
// Read content and return a map of values.
Read(ctx context.Context, content io.Reader) (map[string]any, error)
}
IParser defines what a Parser should do.
Click to show internal directories.
Click to hide internal directories.