package users type User struct { User string CreatedAt uint64 UpdatedAt *uint64 Username string Password string }