Versions in this module Expand all Collapse all v1 v1.3.0 Dec 18, 2024 v1.2.0 Mar 18, 2024 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