This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAdmin/internal/apps/directive.go
T
2020-07-22 09:59:40 +08:00

7 lines
74 B
Go

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