MCPcopy Create free account
hub / github.com/foxcpp/maddy / Subscribe

Method Subscribe

internal/updatepipe/pubsub/pubsub.go:6–6  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

4
5type PubSub interface {
6 Subscribe(ctx context.Context, key string) error
7 Unsubscribe(ctx context.Context, key string) error
8 Publish(key, payload string) error
9 Listener() chan Msg

Callers 1

SubscribeMethod · 0.65

Implementers 1

PqPubSubinternal/updatepipe/pubsub/pq.go

Calls

no outgoing calls

Tested by

no test coverage detected