mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
Working on processor API
This commit is contained in:
parent
e66c06f99a
commit
1d150cdc21
9 changed files with 588 additions and 547 deletions
|
|
@ -43,7 +43,6 @@ class Processor(BaseProcessor):
|
|||
push_queue = params.get("push_queue", default_push_queue)
|
||||
subscriber = params.get("subscriber", default_subscriber)
|
||||
|
||||
|
||||
input_schema = ConfigRequest
|
||||
output_schema = ConfigResponse
|
||||
push_schema = ConfigResponse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue