Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topfreegames/protos
This package contains the common .proto files and related generated code we use in our projects.
https://github.com/topfreegames/protos
Last synced: about 2 months ago
JSON representation
This package contains the common .proto files and related generated code we use in our projects.
- Host: GitHub
- URL: https://github.com/topfreegames/protos
- Owner: topfreegames
- Created: 2017-08-24T18:53:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T15:07:31.000Z (over 1 year ago)
- Last Synced: 2024-06-21T03:22:01.029Z (7 months ago)
- Language: Go
- Size: 67.4 KB
- Stars: 3
- Watchers: 15
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TFGCo Go Protobuf definitions
=============================This package contains the common .proto files and related generated code we use in our projects.
### Changelog
#### v1.7.0
* Maestro
* Change SendRoomPing method signature#### v1.6.2
* Maestro
* Added "roomType" to Room
* Added "SendRoomResync" to GRPCForwarder#### v1.6.1
* Events Gateway
* Added "retry" to SendEventsRequest#### v1.6.0
* Events Gateway
* `make eventsgateway` to build proto and mock
* Renamed some types
* Added SendEvents
* Maestro
* `make maestro` to build proto#### v1.5.0
#### v1.4.4
* Events Gateway
* Changed package#### v1.4.3
* Events Gateway
* Added mock file#### v1.4.2
* Events Gateway
* Empty response#### v1.4.1
* Events Gateway
* Added timestamp in Event#### v1.4.0
* Events Gateway
* Grpc events proto and golang generated file#### v1.3.0
* Maestro
* Added tags in SendRoomInfo#### v1.2.0
* Maestro
* Added SendRoomPing#### v1.1.1
* Maestro
* Fixed missing game in SendRoomInfo
#### v1.1.0* Maestro
* Added SendRoomInfo
* Added SendRoomEvent#### v1.0.0
* Maestro
* Grpc events proto and golang generated file### TODOs
[ ] Add instructions on how to run the example server