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

Version Path
auser-poolparty-1.3.12 lib/proto/poolparty.thrift
auser-poolparty-1.3.13 lib/proto/poolparty.thrift
auser-poolparty-1.3.14 lib/proto/poolparty.thrift
auser-poolparty-1.3.15 lib/proto/poolparty.thrift
auser-poolparty-1.3.16 lib/proto/poolparty.thrift
auser-poolparty-1.3.17 lib/proto/poolparty.thrift
fairchild-poolparty-1.3.17 lib/proto/poolparty.thrift
poolparty-1.3.15 lib/proto/poolparty.thrift
poolparty-1.3.14 lib/proto/poolparty.thrift
poolparty-1.3.13 lib/proto/poolparty.thrift