Code refactoring (change interface to any)
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ type Client struct {
|
||||
audioSeq uint16
|
||||
}
|
||||
|
||||
type Response map[string]interface{}
|
||||
type Response map[string]any
|
||||
|
||||
const Login = uint16(1000)
|
||||
const OPMonitorClaim = uint16(1413)
|
||||
|
||||
Reference in New Issue
Block a user