package models type AuthService interface { IsValidUser(user, password string) bool }