10 lines
161 B
Go
Raw Normal View History

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