Current section
Files
Jump to
Current section
Files
src/gen/Jaeger.Thrift.Agent.erl
%%
%% Autogenerated by Thrift Compiler ()
%%
%% DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
%%
-module('Jaeger.Thrift.Agent').
-behaviour(thrift_service).
-include("Jaeger.Thrift.Agent.hrl").
-export([struct_info/1, function_info/2, function_names/0]).
struct_info(_) -> erlang:error(function_clause).
%%% interface
% emitZipkinBatch(This, Spans)
function_info('emitZipkinBatch', params_type) ->
{struct, [{1, {list, {struct, {'Jaeger.Thrift.Zipkincore.Types', 'Jaeger.Thrift.Zipkin.Span'}}}}]}
;
function_info('emitZipkinBatch', reply_type) ->
oneway_void;
function_info('emitZipkinBatch', exceptions) ->
{struct, []}
;
% emitBatch(This, Batch)
function_info('emitBatch', params_type) ->
{struct, [{1, {struct, {'Jaeger.Thrift.Types', 'Jaeger.Thrift.Batch'}}}]}
;
function_info('emitBatch', reply_type) ->
oneway_void;
function_info('emitBatch', exceptions) ->
{struct, []}
;
function_info(_Func, _Info) -> erlang:error(function_clause).
function_names() ->
['emitZipkinBatch', 'emitBatch'].