rs-zero 0.2.10

Rust-first microservice framework inspired by go-zero engineering practices
Documentation
1
2
3
4
// source: reduced from go-zero tools/goctl/api/parser fixtures for rs-zero compatibility tests.
type CommonResponse {
    TraceId string `json:"traceId,optional"`
}