package usecase import "fmt" var ( NotFoundError = fmt.Errorf("permission not found") )