MCPcopy Index your code
hub / github.com/coder/coder / errInjectingPubsub

Struct errInjectingPubsub

coderd/aibridged/reload_test.go:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112var _ dbpubsub.Pubsub = &errInjectingPubsub{}
113
114type errInjectingPubsub struct {
115 listener dbpubsub.ListenerWithErr
116}
117
118func (*errInjectingPubsub) Subscribe(string, dbpubsub.Listener) (func(), error) {
119 return nil, xerrors.New("Subscribe not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected