package helper import "time" type TimeFormValue struct { TsFrom time.Time TsTo time.Time CardUID string }