Versions in this module Expand all Collapse all v0 v0.2.4 May 7, 2021 v0.2.3 Nov 11, 2020 Changes in this version + type ExampleFunc func() error + type ExampleKey string + type ExampleMapping map[ExampleKey]ExampleFunc + func NewSampleMapping() ExampleMapping + func (m ExampleMapping) AllExampleNames() []string + func (m ExampleMapping) MakeMapping(registers ...Register) + type Register interface + Regist func(m ExampleMapping)