6 lines
69 B
Go
6 lines
69 B
Go
package dto
|
|
|
|
type Image struct {
|
|
Data []byte
|
|
Filename string
|
|
}
|