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

Interface Handler

handler.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/nats-io/nats.go"
4
5type Handler interface {
6 Subscribe(conn *nats.Conn) error
7 Unsubscribe(conn *nats.Conn) error
8}

Callers 2

StartMethod · 0.65
StopMethod · 0.65

Implementers 1

Subscribesubscribe.go

Calls

no outgoing calls

Tested by

no test coverage detected