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