Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "data"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
DataPlugins map[string]DataPlugin
}
Config represents the configuration for the data feature.
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
Data plugin
func (*Data) Reconfigure ¶
Reconfigure sets up the c.plugins field according to c.config
type DataPlugin ¶
type PathOverlapError ¶
type PathOverlapError struct {
// contains filtered or unexported fields
}
func NewPathOverlapError ¶
func NewPathOverlapError(a, b ast.Ref) *PathOverlapError
func (*PathOverlapError) Error ¶
func (p *PathOverlapError) Error() string
Click to show internal directories.
Click to hide internal directories.