Versions in this module Expand all Collapse all v1 v1.7.1 May 5, 2024 v1.7.0 Oct 4, 2023 Changes in this version + func CreateOrUpdateUser(u *User) error + type User struct + ID int64 + Password string + Username string + func FindUser(username, password string) (u User, err error)