package services import ( "project_management/app/model" ) type User interface { Login(user model.UserRegist) (string, string) }