Use any instead of interface{}
Signed-off-by: chenyahui <cyhone@qq.com>
This commit is contained in:
@ -23,7 +23,7 @@ import (
|
||||
|
||||
type Action struct {
|
||||
Name string
|
||||
Params []interface{}
|
||||
Params []any
|
||||
}
|
||||
|
||||
type Recorder interface {
|
||||
|
Reference in New Issue
Block a user