Add persons tab
This commit is contained in:
6
models/personlistitem.go
Normal file
6
models/personlistitem.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type PersonListItem struct {
|
||||
Name string `json:"name"`
|
||||
Count int `json:"count"`
|
||||
}
|
Reference in New Issue
Block a user