Versions in this module Expand all Collapse all v0 v0.2.0 Mar 8, 2020 v0.1.1 Feb 19, 2020 v0.1.0 Feb 19, 2020 Changes in this version + type ExampleFunc func() error + type ExampleKey string + type ExampleMapping map[ExampleKey]ExampleFunc + func NewSampleMapping() ExampleMapping + func (m ExampleMapping) MakeMapping(registers ...Register) + type Register interface + Regist func(m ExampleMapping)