change: update docstring

This commit is contained in:
lilong.129
2025-05-12 21:35:49 +08:00
parent 4d48a418f9
commit 3b3807770d
3 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ const (
type MobileAction struct {
Method ActionMethod `json:"method,omitempty" yaml:"method,omitempty"`
Params interface{} `json:"params,omitempty" yaml:"params,omitempty"`
Fn func() `json:"-" yaml:"-"` // only used for function action, not serialized
Fn func() `json:"-" yaml:"-"` // used for function action, not serialized
Options *option.ActionOptions `json:"options,omitempty" yaml:"options,omitempty"`
option.ActionOptions
}