refactor package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type KeepAlive struct {
|
||||
ID int64
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,6 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type KeepAlive struct {
|
||||
ID int64
|
||||
}
|
||||