Files
2026-02-04 20:27:13 +08:00

7 lines
74 B
Go

package apps
type Directive struct {
Arg string
Callback func()
}