Sha256: 37006564f1a6932169bc558fcaad32ece0bacf10f8e5a99804ae40435603988b

Contents?: true

Size: 205 Bytes

Versions: 28

Compression:

Stored size: 205 Bytes

Contents

-module(test_service).
%
% Test service definition

-export([function_info/2]).

function_info(add, params_type) ->
    {struct, [{1, i32},
              {2, i32}]};
function_info(add, reply_type) -> i32.

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
auser-poolparty-1.3.0 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.1 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.10 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.11 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.12 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.13 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.14 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.15 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.16 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.17 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.2 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.3 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.4 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.5 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.6 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.7 examples/thrift/erlang/deps/thrift/src/test_service.erl
auser-poolparty-1.3.8 examples/thrift/erlang/deps/thrift/src/test_service.erl
fairchild-poolparty-1.3.17 examples/thrift/erlang/deps/thrift/src/test_service.erl
fairchild-poolparty-1.3.5 examples/thrift/erlang/deps/thrift/src/test_service.erl
poolparty-1.3.15 examples/thrift/erlang/deps/thrift/src/test_service.erl