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

13 lines
186 B
Go
Raw Normal View History

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