package db type User struct { ID string Username string Hash string }