Improved background jobs
This commit is contained in:
@ -1,9 +1,14 @@
|
||||
package main
|
||||
|
||||
import "image"
|
||||
import (
|
||||
"image"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
)
|
||||
|
||||
// Avatar represents a single image and the name of the format.
|
||||
type Avatar struct {
|
||||
User *arn.User
|
||||
Image image.Image
|
||||
Data []byte
|
||||
Format string
|
||||
|
Reference in New Issue
Block a user