Versions in this module Expand all Collapse all v0 v0.0.5 Feb 16, 2023 Changes in this version + func New(path string, unmarshal Unmarshal, config Config) plugins.Plugin + func NewReader(src io.Reader, unmarshal Unmarshal) plugins.Plugin + type Config struct + Optional bool + type Files []struct + func (f Files) Plugins() []plugins.Plugin + type Unmarshal func(src []byte, v interface{}) error