Files
EdgeAPI/internal/apps/directive.go

7 lines
74 B
Go
Raw Permalink Normal View History

2020-07-22 22:17:53 +08:00
package apps
type Directive struct {
Arg string
Callback func()
}