Sha256: c92ddf345bcc75b94a9e3d26c455420e18d0b46f83dfd4ba73f7c920fd7ef990
Contents?: true
Size: 701 Bytes
Versions: 56
Compression:
Stored size: 701 Bytes
Contents
%% %% Autogenerated by Thrift %% %% DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING %% -module(commandInterface_thrift). -behaviour(thrift_service). -include("commandInterface_thrift.hrl"). -export([struct_info/1, function_info/2]). struct_info('i am a dummy struct') -> undefined. %%% interface % run_command(This, Cld, Command, Arglist) function_info('run_command', params_type) -> {struct, [{1, {struct, {'poolparty_types', 'cloudQuery'}}}, {2, string}, {3, {list, string}}]} ; function_info('run_command', reply_type) -> {struct, {'poolparty_types', 'cloudResponse'}}; function_info('run_command', exceptions) -> {struct, []} ; function_info(xxx, dummy) -> dummy.
Version data entries
56 entries across 28 versions & 3 rubygems