Files
EdgeAdmin/internal/web/actions/default/nodes/helper.go

11 lines
181 B
Go
Raw Normal View History

2020-07-22 22:19:39 +08:00
package nodes
import "github.com/iwind/TeaGo/actions"
type Helper struct {
}
func (this *Helper) BeforeAction(action *actions.ActionObject) {
action.Data["teaMenu"] = "nodes"
}