- Building Microservices with Go
- Nic Jackson
- 58字
- 2021-07-15 17:28:15
Versioning formats for RPC APIs
Versioning RPC can be a little more difficult as most likely you are not using HTTP as your transport. However, this is still possible. The best way to deal with this is the namespace of your handlers.
In the go base packages, you have the capability to give your handler a name, Greet.v1.HelloWorld.
推薦閱讀
- OpenDaylight Cookbook
- Drupal 8 Blueprints
- C#編程入門指南(上下冊)
- Java Web開發之道
- 跟老齊學Python:輕松入門
- Mastering Unity Shaders and Effects
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- INSTANT Django 1.5 Application Development Starter
- Swift Playgrounds少兒趣編程
- Android Wear Projects
- 西門子S7-200 SMART PLC編程從入門到實踐
- Mastering Akka
- Robot Framework Test Automation
- Flink核心技術:源碼剖析與特性開發
- 原型設計:打造成功產品的實用方法及實踐