Add html, handler and db mock
This commit is contained in:
9
models/washitem.go
Normal file
9
models/washitem.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type Washlist struct {
|
||||
Person string `json:"person"`
|
||||
Date time.Time `json:"date"`
|
||||
IsWashed bool `json:"iswashed"`
|
||||
}
|
Reference in New Issue
Block a user