MCPcopy Index your code
hub / github.com/garethgeorge/backrest / Send

Method Send

internal/api/syncapi/cmdstreamutil.go:19–19  ·  view source on GitHub ↗
(item *v1sync.SyncStreamItem)

Source from the content-addressed store, hash-verified

17
18type syncCommandStreamTrait interface {
19 Send(item *v1sync.SyncStreamItem) error
20 Receive() (*v1sync.SyncStreamItem, error)
21}
22

Callers 15

ExecuteMethod · 0.65
GetOperationEventsMethod · 0.65
GetLogsMethod · 0.65
ConnectStreamMethod · 0.65
establishEncryptionFunction · 0.65
SendSetConfigMethod · 0.65
sendConfigToClientMethod · 0.65

Implementers 2

fakeStreaminternal/api/syncapi/encryption_test.g
encryptedStreaminternal/api/syncapi/encryption.go

Calls

no outgoing calls