attach image
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
package output
|
||||
|
||||
type Image struct {
|
||||
Data []byte
|
||||
ContentType string
|
||||
Filename string
|
||||
}
|
||||
|
||||
type OutputInterface interface {
|
||||
Write(string) error
|
||||
Write(string, []Image) error
|
||||
GetName() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user