hi,
I found a Golang project "groupcache" [0], which is used in dl.google.com.
I see the groupcache.proto define a rpc service [1], with `{}` suffix:
service GroupCache {
rpc Get(GetRequest) returns (GetResponse)* {*
* };*
}
And i can't find this protobuf syntax in the doc [2].
What is the `{}` mean ?
Thanks!
---
[0]
https://github.com/golang/groupcache
[1]
https://github.com/golang/groupcache/blob/master/groupcachepb/groupcache.proto#L30
[2]
https://developers.google.com/protocol-buffers/docs/proto#services
--
chaishushan
http://my.oschina.net/chai2010
https://bitbucket.org/chai2010
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.