MCPcopy Create free account
hub / github.com/codegangsta/caddy-nats / Subscribe

Method Subscribe

handler.go:6–6  ·  view source on GitHub ↗
(conn *nats.Conn)

Source from the content-addressed store, hash-verified

4
5type Handler interface {
6 Subscribe(conn *nats.Conn) error
7 Unsubscribe(conn *nats.Conn) error
8}

Callers 1

StartMethod · 0.65

Implementers 1

Subscribesubscribe.go

Calls

no outgoing calls

Tested by

no test coverage detected