POC showing how statfile can call the conn wshclient to get file info (#242)

This commit is contained in:
Mike Sawka
2024-08-16 18:45:45 -07:00
committed by GitHub
parent e4c74a58bb
commit a451743937
7 changed files with 44 additions and 24 deletions
+2
View File
@@ -16,6 +16,8 @@ import (
"github.com/wavetermdev/thenextwave/pkg/wstore"
)
const LocalConnName = "local"
const (
RpcType_Call = "call" // single response (regular rpc)
RpcType_ResponseStream = "responsestream" // stream of responses (streaming rpc)