Improved background jobs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
// AvatarWriter represents a system that saves an avatar locally (in database or as a file, e.g.)
|
||||
type AvatarWriter interface {
|
||||
// AvatarOutput represents a system that saves an avatar locally (in database or as a file, e.g.)
|
||||
type AvatarOutput interface {
|
||||
SaveAvatar(*Avatar) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user