package sriracha type Account struct { ID int Username string Password string }