Sha256: 4c2d9642c30339956cffd77ba3dd5a748db13a77900d13bfe014a3e6bba8ca1c
Contents?: true
Size: 323 Bytes
Versions: 18
Compression:
Stored size: 323 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) }
Version data entries
18 entries across 18 versions & 3 rubygems