package service import "api_yal/internal/models" type AccountService interface { CreateAccount(accountService *models.Account) error }