package controller type installer struct { } func NewInstaller() *installer { return &installer{} }