Versions in this module Expand all Collapse all v1 v1.0.1 Oct 27, 2020 v1.0.0 Apr 5, 2019 Changes in this version + func DefaultFromEnv(attr NamedAttr, checker schema.Checker) (val interface{}, _ string, err error) + type Filler interface + Fill func(f Form) (map[string]interface{}, error) + type Form struct + Fields environschema.Fields + Title string + type IOFiller struct + GetDefault func(attr NamedAttr, checker schema.Checker) (val interface{}, display string, err error) + In io.Reader + MaxTries int + Out io.Writer + ShowDescriptions bool + func (f IOFiller) Fill(form Form) (map[string]interface{}, error) + type NamedAttr struct + Name string + func SortedFields(fields environschema.Fields) []NamedAttr