Versions in this module Expand all Collapse all v0 v0.2.2 Aug 25, 2020 v0.2.1 Mar 8, 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)