generated from coulomb/repo-seed
Access controlled knowledge gateway functionality
This commit is contained in:
@@ -123,6 +123,20 @@ from markitect_tool.processor import (
|
||||
discover_fenced_processors,
|
||||
run_fenced_processors,
|
||||
)
|
||||
from markitect_tool.policy import (
|
||||
LocalLabelPolicy,
|
||||
LocalLabelPolicyGateway,
|
||||
LocalPathPolicyRule,
|
||||
PolicyDecision,
|
||||
PolicyFilterResult,
|
||||
PolicyObject,
|
||||
PolicySubject,
|
||||
RelationshipPolicyAdapter,
|
||||
RelationshipPolicyRequest,
|
||||
RulePolicyAdapter,
|
||||
RulePolicyRequest,
|
||||
policy_metadata_from_document,
|
||||
)
|
||||
from markitect_tool.query import (
|
||||
InvalidQueryError,
|
||||
QueryMatch,
|
||||
@@ -294,6 +308,18 @@ __all__ = [
|
||||
"default_processor_registry",
|
||||
"discover_fenced_processors",
|
||||
"run_fenced_processors",
|
||||
"LocalLabelPolicy",
|
||||
"LocalLabelPolicyGateway",
|
||||
"LocalPathPolicyRule",
|
||||
"PolicyDecision",
|
||||
"PolicyFilterResult",
|
||||
"PolicyObject",
|
||||
"PolicySubject",
|
||||
"RelationshipPolicyAdapter",
|
||||
"RelationshipPolicyRequest",
|
||||
"RulePolicyAdapter",
|
||||
"RulePolicyRequest",
|
||||
"policy_metadata_from_document",
|
||||
"InvalidQueryError",
|
||||
"QueryMatch",
|
||||
"extract_document",
|
||||
|
||||
Reference in New Issue
Block a user