package output type OutputInterface interface { Write(string) error GetName() string }