feat: updated docs and added description to files
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
package helper
|
||||
|
||||
import "time"
|
||||
|
||||
type TimeFormValue struct {
|
||||
TsFrom time.Time
|
||||
TsTo time.Time
|
||||
CardUID string
|
||||
}
|
||||
// type conversion
|
||||
|
||||
func BoolToInt(b bool) int {
|
||||
var i int = 0
|
||||
|
||||
Reference in New Issue
Block a user