Sha256: 2416a5e78416b24215f04fb37f69a19cee840ebde11bae7300787906a5d7f110
Contents?: true
Size: 412 Bytes
Versions: 10
Compression:
Stored size: 412 Bytes
Contents
namespace rb CloudThrift namespace erl cloudthrift namespace py cloudthrift struct CloudQuery { 1: string name } struct CloudResponse { 1: string name 2: string command 3: list<string> response } service CommandInterface { CloudResponse run_command(1:CloudQuery cld, 2:string command, 3:list<string> arglist) CloudResponse cast_command(1:CloudQuery cld, 2:string command, 3:list<string> arglist) }
Version data entries
10 entries across 10 versions & 3 rubygems