MCPcopy
hub / github.com/baetyl/baetyl / Close

Method Close

sync/sync.go:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41type Sync interface {
42 Start()
43 Close()
44 Report(r v1.Report) (v1.Desire, error)
45 SyncResource(v1.AppInfo) error
46 SyncApps(infos []v1.AppInfo) (map[string]v1.Application, error)

Callers 15

TestRequestFunction · 0.65
CloseMethod · 0.65
TestNewBoltHoldFunction · 0.65
RemoteWebsocketFunction · 0.65
RemoteCommandMethod · 0.65
TestRPCAppFunction · 0.65
GetFreePortFunction · 0.65
handleConnectionsFunction · 0.65
RemoteLogsMethod · 0.65
TestRPCAppFunction · 0.65
TestNewChainFunction · 0.65
TestChainMsgFunction · 0.65

Implementers 3

MockSyncmock/sync.go
syncsync/sync.go

Calls

no outgoing calls

Tested by 12

TestRequestFunction · 0.52
TestNewBoltHoldFunction · 0.52
TestRPCAppFunction · 0.52
GetFreePortFunction · 0.52
handleConnectionsFunction · 0.52
TestRPCAppFunction · 0.52
TestNewChainFunction · 0.52
TestChainMsgFunction · 0.52
TestHandlerFunction · 0.52
TestActivateFunction · 0.52