CHANGE: added Frontend + auth
This commit is contained in:
9
Backend/helper/types.go
Normal file
9
Backend/helper/types.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package helper
|
||||
|
||||
import "time"
|
||||
|
||||
type TimeFormValue struct {
|
||||
TsFrom time.Time
|
||||
TsTo time.Time
|
||||
CardUID string
|
||||
}
|
||||
Reference in New Issue
Block a user