feat: Add goctl quickstart (#1889)
* Add goctl quickstart * Format code * Format code
This commit is contained in:
10
tools/goctl/quickstart/idl/greet.api
Normal file
10
tools/goctl/quickstart/idl/greet.api
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "v1"
|
||||
|
||||
type resp {
|
||||
msg string `json:"msg"`
|
||||
}
|
||||
|
||||
service greet {
|
||||
@handler ping
|
||||
post /ping returns (resp)
|
||||
}
|
||||
Reference in New Issue
Block a user