예제 #1
0
파일: god_cli.go 프로젝트: rhino1998/god
func describeAll(conn *client.Conn, args []string) {
	for _, description := range conn.DescribeAllNodes() {
		fmt.Println(description.Describe())
	}
}