Sha256: 181dec5af85b64308b39f87c0d1d2dc33f46f0507e00db859a0c4a734fcff022

Contents?: true

Size: 261 Bytes

Versions: 10

Compression:

Stored size: 261 Bytes

Contents

namespace java com.twitter.birdname.thrift
namespace rb BirdName

exception BirdNameException {
  1: string description
}

service BirdNameService {
  // TODO: Please implement your externally accessible API
  
  string hello() throws(1: BirdNameException ex)
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
scala-bootstrapper-0.7.0 lib/template/src/main/thrift/birdname.thrift.erb
scala-bootstrapper-0.6.0 lib/template/src/main/thrift/birdname.thrift.erb
scala-bootstrapper-0.5.0 lib/template/src/main/thrift/birdname.thrift.erb
scala-bootstrapper-0.4.0 lib/template/src/main/thrift/birdname.thrift.erb
scala-bootstrapper-0.3.0 lib/template/src/main/thrift/birdname.thrift.erb
scala-bootstrapper-0.2.1 lib/template/src/main/thrift/birdname.thrift.erb
scala-bootstrapper-0.2.0 lib/template/src/main/thrift/birdname.thrift.erb
scala-bootstrapper-0.1.3 lib/template/src/main/thrift/birdname.thrift.erb
scala-bootstrapper-0.1.2 lib/template/src/main/thrift/birdname.thrift.erb
scala-bootstrapper-0.1.1 lib/template/src/main/thrift/birdname.thrift.erb