db
This commit is contained in:
@@ -124,7 +124,7 @@ type FuncInfo struct {
|
|||||||
|
|
||||||
type Args map[string]interface{}
|
type Args map[string]interface{}
|
||||||
|
|
||||||
func (a *Args) String() string {
|
func (a Args) String() string {
|
||||||
bytes, _ := json.Marshal(a)
|
bytes, _ := json.Marshal(a)
|
||||||
return string(bytes)
|
return string(bytes)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user