]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/ctx.go
exec notification
[nncp.git] / src / ctx.go
index 1cee1a2ed7b16ee16464b7ca39c422cfdfc615d3..8a1146e2b5651f44731cfe7de792ff3388c906a9 100644 (file)
@@ -42,6 +42,7 @@ type Ctx struct {
        Debug      bool
        NotifyFile *FromToJSON
        NotifyFreq *FromToJSON
+       NotifyExec map[string]*FromToJSON
 }
 
 func (ctx *Ctx) FindNode(id string) (*Node, error) {