Improved avatar background job
This commit is contained in:
10
jobs/avatars/Avatar.go
Normal file
10
jobs/avatars/Avatar.go
Normal file
@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import "image"
|
||||
|
||||
// Avatar represents a single image and the name of the format.
|
||||
type Avatar struct {
|
||||
Image image.Image
|
||||
Data []byte
|
||||
Format string
|
||||
}
|
Reference in New Issue
Block a user