syntax = "v1" type resp { msg string `json:"msg"` } service greet { @handler ping post /ping returns (resp) }