Interface Example of Codec Implementation Usage Register Custom Codec Get the Codec Serialization Deserialization We’ve abstracted the Codec interface to unify the seriali...
Encoding Interface Example of Codec Implementation Usage Register Custom Codec Get the Codec Serialization Deserialization Encoding We’ve abstracted the Codec interface ...
API 定义 定义接口 生成接口 注册接口 References API 定义 API 与用户的通信协议,通常是 REST API 和 RPC API 作为传输层协议,而 Kratos 主要参考 Google API 指南,实现了对应通信协议支持,并且遵守了 gRPC API 使用 HTTP 映射功能进行 JSON/HTTP 的支持。 也就是...
API 定义 定义接口 生成接口 注册接口 References API 定义 API 与用户的通信协议,通常是 REST API 和 RPC API 作为传输层协议,而 Kratos 主要参考 Google API 指南,实现了对应通信协议支持,并且遵守了 gRPC API 使用 HTTP 映射功能进行 JSON/HTTP 的支持。 也就是...
Errors Installation Error Defination Error Generation Usage Errors You can define errors in protos and generate enums with protoc-gen-go. Error in errors pacakge implements...