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

Struct mockPublisher

core/services/agents/scheduler_test.go:14–16  ·  view source on GitHub ↗

mockPublisher records all Publish calls for assertions.

Source from the content-addressed store, hash-verified

12
13// mockPublisher records all Publish calls for assertions.
14type mockPublisher struct {
15 calls []publishCall
16}
17
18type publishCall struct {
19 subject string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected