Go to file
lwl0608 13b0b8e7a2 init 2024-10-12 12:55:20 +08:00
_gateway_api init 2024-10-12 12:55:20 +08:00
_service_api init 2024-10-12 12:55:20 +08:00
base init 2024-10-12 12:55:20 +08:00
component init 2024-10-12 12:55:20 +08:00
internal init 2024-10-12 12:55:20 +08:00
serving_base init 2024-10-12 12:55:20 +08:00
util init 2024-10-12 12:55:20 +08:00
vendor init 2024-10-12 12:55:20 +08:00
README.md init 2024-10-12 12:55:20 +08:00
go.mod init 2024-10-12 12:55:20 +08:00
go.sum init 2024-10-12 12:55:20 +08:00

README.md

xczero_frame是宙斯微服务平台的核心基础库。

提供如下能力:

1、Basic service infrastructure

1Base library, math, time, threading, etc

2HTTP/RPC service infrastructure

3Default Internal error code standard

2、Code automated generation

1HTTP/RPC request parse

2HTTP/RPC call execution

3Logic operators arrangement

3、Common components

1HTTP/RPC client, support Service Discovery, Load Balance, etc

2Stroage client, MongDB, Redis, etc

3Other utilities, message queue, trace, metrics, etc