Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ResultSuccess 表示成功执行 SQL 的结果标记。 ResultSuccess = "success" // Firefly系统自定义头部(统一前缀) HeaderPrefix = "x-firefly-" // TraceId 为从 metadata 读取 trace id 的 key。 TraceId = HeaderPrefix + "trace-id" // UserId 为从 metadata 读取 user id 的 key。 UserId = HeaderPrefix + "user-id" // AppId 为从 metadata 读取调用方 app id 的 key。 AppId = HeaderPrefix + "app-id" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.