package model type Credential struct { Username string EncryptedPassword string }