package utils import "backend/pkg/permission/domain/permission" func IsActive(status int) bool { return status == permission.StatusActive }