Versions in this module Expand all Collapse all v1 v1.1.0 Sep 26, 2021 v1.0.0 Sep 20, 2021 Changes in this version + type JSONLoader interface + Load func(uri string, v interface{}) error + type RawDataLoader interface + Load func(uri string) ([]byte, error) + type StaticJSONLoader struct + func (StaticJSONLoader) Load(uri string, v interface{}) error + type StaticRawDataLoader struct + func (StaticRawDataLoader) Load(uri string) ([]byte, error)