mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 05:00:25 +08:00
11 lines
218 B
Go
11 lines
218 B
Go
package messages
|
|
|
|
import "github.com/iwind/TeaGo/actions"
|
|
|
|
type Helper struct {
|
|
}
|
|
|
|
func (this *Helper) BeforeAction(actionPtr actions.ActionWrapper) {
|
|
action := actionPtr.Object()
|
|
action.Data["teaMenu"] = "message"
|
|
} |