Add admin index page
This commit is contained in:
@@ -9,3 +9,10 @@ type Washlist struct {
|
||||
Washed int `json:"iswashed"`
|
||||
DateString string `json:"datestring"`
|
||||
}
|
||||
|
||||
type WashlistAdmin struct {
|
||||
Id int `json:"id"`
|
||||
PersonId int `json:"personid"`
|
||||
Date time.Time `json:"date"`
|
||||
DateString string `json:"datestring"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user