11 lines
181 B
Go
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"
|
|
}
|