github.com/TeaOSLab/EdgeNode@v1.3.8/internal/apps/directive.go (about) 1 package apps 2 3 type Directive struct { 4 Arg string 5 Callback func() 6 }