github.com/aergoio/aergo@v1.3.1/message/rpcmsg.go (about) 1 /* 2 * @file 3 * @copyright defined in aergo/LICENSE.txt 4 */ 5 6 package message 7 8 // GetServerInfo for RPC to collect and 9 type GetServerInfo struct { 10 Categories []string 11 }