Versions in this module Expand all Collapse all v0 v0.0.2 Nov 11, 2024 Changes in this version + func DumResponse(writer io.Writer, header string, r *http.Response) error + func DumpRequest(writer io.Writer, header string, r *http.Request) error + func GeneratID() snowflake.ID + func GeneratIDString() string v0.0.1 Sep 21, 2023 Changes in this version + const PWD_SHA1 + const PWD_SHA256 + func GenHashedPWD(pwd string) string + func GetDB(driver string, connection string) *gorm.DB + func HashAccessToken(token string) string + func HashString(s string) string + func VerifyHashedPasswordV3(hashedPassword []byte, password string) (bool, int) + func VerifyPassword(hashedPassword string, password string) (bool, error) + type Record struct + CreatedAt null.Time + Creator string + CreatorID string + DeletedAt gorm.DeletedAt + UpdatedAt null.Time + Updator string + UpdatorID string