MCPcopy Create free account
hub / github.com/devfeel/dotweb / NotifyPlugin

Struct NotifyPlugin

plugin.go:49–55  ·  view source on GitHub ↗

ms

Source from the content-addressed store, hash-verified

47const notifyPlugin_LoopTime = 500 //ms
48
49type NotifyPlugin struct {
50 app *DotWeb
51 Root string
52 suffix map[string]bool
53 LoopTime int
54 ModTimes map[string]time.Time
55}
56
57func (p *NotifyPlugin) Name() string {
58 return "NotifyPlugin"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected