Documentation ¶
Overview ¶
此源码被清华学神尹成大魔王专业翻译分析并修改 尹成QQ77025077 尹成微信18510341407 尹成所在QQ群721929980 尹成邮箱 yinc13@mails.tsinghua.edu.cn 尹成毕业于清华大学,微软区块链领域全球最有价值专家 https://mvp.microsoft.com/zh-cn/PublicProfile/4033620
Index ¶
Constants ¶
View Source
const TracingEnabledFlag = "tracing"
Variables ¶
View Source
var ( TracingFlag = cli.BoolFlag{ Name: TracingEnabledFlag, Usage: "Enable tracing", } TracingEndpointFlag = cli.StringFlag{ Name: "tracing.endpoint", Usage: "Tracing endpoint", Value: "0.0.0.0:6831", } TracingSvcFlag = cli.StringFlag{ Name: "tracing.svc", Usage: "Tracing service name", Value: "swarm", } )
View Source
var (
Closer io.Closer
)
View Source
var Enabled bool = false
View Source
var Flags = []cli.Flag{ TracingFlag, TracingEndpointFlag, TracingSvcFlag, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.