package user // Repo represents the user repository interface. type Repo interface{} // Service represents the user service interface.(UseCases) type Service interface{}