Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
"github.com/nats-io/nats.go"
4
5
type
Handler
interface
{
6
Subscribe(conn *nats.Conn) error
7
Unsubscribe(conn *nats.Conn) error
8
}
Callers
2
Start
Method · 0.65
Stop
Method · 0.65
Implementers
1
Subscribe
subscribe.go
Calls
no outgoing calls
Tested by
no test coverage detected