Versions in this module Expand all Collapse all v0 v0.2.0 Jun 21, 2017 v0.1.0 Apr 13, 2017 Changes in this version + type Source struct + func NewFileSource(r io.Reader, format string) (*Source, error) + func NewMultiSourcer(vss ...ValuesSourcer) (*Source, error) + func NewSource(body map[string]interface{}) *Source + func (s *Source) Get() map[string]interface{} + type ValuesSourcer interface + Get func() map[string]interface{}