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