11 Star 11 Fork 0

Gitee 极速下载 / goa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/goadesign/goa
克隆/下载
doc.go 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nitin 提交于 2019-03-07 14:26 . Godoc updates for transport pkgs (#2028)
/*Package xray contains middleware that creates AWS X-Ray segments from the
HTTP requests and responses and send the segments to an AWS X-ray daemon.
The server middleware works by extracting the trace information from the
context using the tracing middleware package. The tracing middleware must be
mounted first on the service. It stores the request segment in the context.
User code can further configure the segment for example to set a service
version or record an error.
The client middleware wraps the client Doer and works by extracing the
segment from the request context. It creates a new sub-segment and updates
the request context with the latest segment before making the request.
*/
package xray
1
https://gitee.com/mirrors/goa.git
git@gitee.com:mirrors/goa.git
mirrors
goa
goa
v2.2.5

搜索帮助