package model type User struct { Id UUID Name string Salt string Password []byte }