working import

This commit is contained in:
mr
2026-03-17 14:41:22 +01:00
parent 80bb9ffbed
commit 814df7bd13
14 changed files with 582 additions and 278 deletions

2
ws.go
View File

@@ -26,7 +26,7 @@ func main() {
// ws://localhost:8087/oc/processing/decentralized/all/search/<term>
// ws://localhost:8087/oc/storage/decentralized/all/search/<term>
// ws://localhost:8087/oc/workflow/decentralized/all/search/<term>
url := "ws://localhost:8087/oc/resource/decentralized/known/search/builder"
url := "ws://localhost:8087/oc/resource/decentralized/all/search/builder"
token := ""
if len(args) >= 1 {