MCPcopy
hub / github.com/mudler/LocalAI / Unsubscribe

Method Unsubscribe

core/services/messaging/interfaces.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10// Subscription represents a NATS subscription that can be unsubscribed.
11type Subscription interface {
12 Unsubscribe() error
13}
14
15// MessagingClient is the full interface for NATS messaging operations.

Callers 15

RunMethod · 0.65
confirmSubscriptionMethod · 0.65
SubscribeBroadcastsMethod · 0.65
CloseBroadcastsMethod · 0.65
StartMethod · 0.65
CloseMethod · 0.65
unsubscribeAllMethod · 0.65
SSEHandlerMethod · 0.65
CloseMethod · 0.65
InstallBackendMethod · 0.65
UpgradeBackendMethod · 0.65

Implementers 5

fakeBusSubscriptioncore/services/galleryop/distributed_sy
fakeSubcore/services/jobs/dispatcher_test.go
fakeSubscriptioncore/services/nodes/unloader_test.go
fakeBusSubscriptioncore/services/testutil/fakebus.go
fakeSubcore/services/agents/events_test.go

Calls

no outgoing calls

Tested by

no test coverage detected