mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
POC showing how statfile can call the conn wshclient to get file info (#242)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user