constants.go 536 B

1234567891011121314151617181920212223
  1. // Autogenerated by Thrift Compiler (0.9.3)
  2. // DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
  3. package agent
  4. import (
  5. "bytes"
  6. "fmt"
  7. "github.com/uber/jaeger-client-go/thrift"
  8. "github.com/uber/jaeger-client-go/thrift-gen/jaeger"
  9. "github.com/uber/jaeger-client-go/thrift-gen/zipkincore"
  10. )
  11. // (needed to ensure safety because of naive import list construction.)
  12. var _ = thrift.ZERO
  13. var _ = fmt.Printf
  14. var _ = bytes.Equal
  15. var _ = jaeger.GoUnusedProtection__
  16. var _ = zipkincore.GoUnusedProtection__
  17. func init() {
  18. }