コード例 #1
0
ファイル: god_cli.go プロジェクト: rhino1998/god
func describeAllTrees(conn *client.Conn, args []string) {
	fmt.Print(conn.DescribeAllTrees())
}