Documentation ¶ Index ¶ func Feature(config ...func(*Installer)) miruken.Feature type Installer func (v *Installer) DependsOn() []miruken.Feature func (v *Installer) Install(setup *miruken.SetupBuilder) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Feature ¶ func Feature(config ...func(*Installer)) miruken.Feature Types ¶ type Installer ¶ type Installer struct{} Installer integrates validation support for the go validator. https://github.com/asaskevich/govalidator func (*Installer) DependsOn ¶ func (v *Installer) DependsOn() []miruken.Feature func (*Installer) Install ¶ func (v *Installer) Install(setup *miruken.SetupBuilder) error Source Files ¶ View all Source files feature.go validator.go Click to show internal directories. Click to hide internal directories.