6 lines
46 B
Go
6 lines
46 B
Go
|
|
package cmd
|
||
|
|
|
||
|
|
type AuthCmd struct {
|
||
|
|
*RpcCmd
|
||
|
|
}
|