summaryrefslogtreecommitdiff
path: root/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_getDependenciesForTrace_args.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_getDependenciesForTrace_args.php')
-rw-r--r--vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_getDependenciesForTrace_args.php55
1 files changed, 0 insertions, 55 deletions
diff --git a/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_getDependenciesForTrace_args.php b/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_getDependenciesForTrace_args.php
deleted file mode 100644
index 5100ea77b..000000000
--- a/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_getDependenciesForTrace_args.php
+++ /dev/null
@@ -1,55 +0,0 @@
-<?php
-namespace Jaeger\Thrift\Agent;
-/**
- * Autogenerated by Thrift Compiler (0.11.0)
- *
- * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- * @generated
- */
-use Thrift\Base\TBase;
-use Thrift\Type\TType;
-use Thrift\Type\TMessageType;
-use Thrift\Exception\TException;
-use Thrift\Exception\TProtocolException;
-use Thrift\Protocol\TProtocol;
-use Thrift\Protocol\TBinaryProtocolAccelerated;
-use Thrift\Exception\TApplicationException;
-
-
-class Dependency_getDependenciesForTrace_args extends TBase {
- static $isValidate = false;
-
- static $_TSPEC = array(
- 1 => array(
- 'var' => 'traceId',
- 'isRequired' => true,
- 'type' => TType::STRING,
- ),
- );
-
- /**
- * @var string
- */
- public $traceId = null;
-
- public function __construct($vals=null) {
- if (is_array($vals)) {
- parent::__construct(self::$_TSPEC, $vals);
- }
- }
-
- public function getName() {
- return 'Dependency_getDependenciesForTrace_args';
- }
-
- public function read($input)
- {
- return $this->_read('Dependency_getDependenciesForTrace_args', self::$_TSPEC, $input);
- }
-
- public function write($output) {
- return $this->_write('Dependency_getDependenciesForTrace_args', self::$_TSPEC, $output);
- }
-
-}
-