package output type Image struct { Data []byte ContentType string Filename string } type OutputInterface interface { Write(string, []Image) error GetName() string }