mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 08:35:59 +08:00
6 lines
46 B
Go
6 lines
46 B
Go
|
|
package cmd
|
||
|
|
|
||
|
|
type AuthCmd struct {
|
||
|
|
*RpcCmd
|
||
|
|
}
|