10 lines
161 B
Go
Raw Normal View History

2017-11-30 15:40:52 +00:00
package utils
2019-06-03 09:32:43 +00:00
import "github.com/animenotifier/notify.moe/arn"
2017-11-30 15:40:52 +00:00
// UserList is a named list of users.
type UserList struct {
Name string
Users []*arn.User
}