CHANGE: added Frontend + auth
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
// Returns env with default fallback value.
|
||||
//
|
||||
// Params:
|
||||
//
|
||||
// key - enviroment var name
|
||||
// fallback - default value
|
||||
func GetEnv(key, fallback string) string {
|
||||
|
||||
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