Documentation ¶
Index ¶
- func CheckPasswordHash(password, hashedPassword string) bool
- func Err(err interface{}, message ...string)
- func ExecTemplate(w http.ResponseWriter, template string, data interface{})
- func HashPassword(password string) ([]byte, error)
- func Jsonify(message interface{}) interface{}
- func Validate(s interface{}) map[string][]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPasswordHash ¶
CheckPasswordHash check the hash password match
func ExecTemplate ¶
func ExecTemplate(w http.ResponseWriter, template string, data interface{})
ExecTemplate execute template
func HashPassword ¶
HashPassword to hash password
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.