notify.moe/utils/UserList.go
2017-11-30 16:40:52 +01:00

10 lines
150 B
Go

package utils
import "github.com/animenotifier/arn"
// UserList is a named list of users.
type UserList struct {
Name string
Users []*arn.User
}