Documentation ¶
Index ¶
- func BytesReverse(s []byte) []byte
- func DateRange(start, end time.Time, f func(time.Time) error) error
- func DayInMonth(year, month int) (days int)
- func GenerateSN() string
- func Getenv(key string) string
- func GetenvDef(key, def string) string
- func MD5(src []byte) string
- func PasswordHash(password string) (string, error)
- func PasswordVerify(password, hash []byte) error
- func SHA256(src []byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DayInMonth ¶
func PasswordHash ¶
PasswordHash make password hash
func PasswordVerify ¶
PasswordVerify password validation
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.