MCPcopy Index your code
hub / github.com/dearcode/candy / Notifer

Struct Notifer

notice/server.go:19–22  ·  view source on GitHub ↗

Notifer recv client request.

Source from the content-addressed store, hash-verified

17
18// Notifer recv client request.
19type Notifer struct {
20 host string
21 broker *broker
22}
23
24// NewNotifer new Notifer server.
25func NewNotifer(host string) *Notifer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected