# Packages
No description provided by the author
# README
wwc_cocksize_bot Service Protobuf Description (for gRPC API)
Entities
- StatsEntity (Get)
The built code is located in the build folder. Code gen for go, python, dart.
Read about how to build proto for golang: https://grpc.io/docs/languages/go/basics/#generating-client-and-server-code
Read about how to build proto for python: https://grpc.io/docs/languages/python/basics/
Read about how to build proto for swift: https://github.com/apple/swift-protobuf/blob/main/Documentation/PLUGIN.md and https://www.kodeco.com/30342883-grpc-and-server-side-swift-getting-started
Read about how to build proto for dart: https://grpc.io/docs/languages/dart/quickstart/ and https://habr.com/ru/post/563518/