blob: a53d46f0efe950ae85f477397d636d9fa864d246 [file] [log] [blame]
khenaidooc6c7bda2020-06-17 17:20:18 -04001// Autogenerated by Thrift Compiler (0.9.3)
2// DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
3
4package zipkincore
5
6import (
7 "bytes"
8 "fmt"
9 "github.com/uber/jaeger-client-go/thrift"
10)
11
12// (needed to ensure safety because of naive import list construction.)
13var _ = thrift.ZERO
14var _ = fmt.Printf
15var _ = bytes.Equal
16
17const CLIENT_SEND = "cs"
18const CLIENT_RECV = "cr"
19const SERVER_SEND = "ss"
20const SERVER_RECV = "sr"
21const MESSAGE_SEND = "ms"
22const MESSAGE_RECV = "mr"
23const WIRE_SEND = "ws"
24const WIRE_RECV = "wr"
25const CLIENT_SEND_FRAGMENT = "csf"
26const CLIENT_RECV_FRAGMENT = "crf"
27const SERVER_SEND_FRAGMENT = "ssf"
28const SERVER_RECV_FRAGMENT = "srf"
29const LOCAL_COMPONENT = "lc"
30const CLIENT_ADDR = "ca"
31const SERVER_ADDR = "sa"
32const MESSAGE_ADDR = "ma"
33
34func init() {
35}