Files
GoEdgeAdmin/internal/web/actions/default/nodes/helper.go
2020-07-22 22:19:39 +08:00

11 lines
181 B
Go

package nodes
import "github.com/iwind/TeaGo/actions"
type Helper struct {
}
func (this *Helper) BeforeAction(action *actions.ActionObject) {
action.Data["teaMenu"] = "nodes"
}