mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-02 15:56:46 +08:00
db
This commit is contained in:
parent
4649eb11e6
commit
6808d734b4
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user