Sha256: f17e48cf0eef0a3e8455a5fd550e3ebd25d7ab291dcdea07e2db348fb98fbde4
Contents?: true
Size: 528 Bytes
Versions: 5
Compression:
Stored size: 528 Bytes
Contents
namespace java com.twitter.birdname.thrift namespace rb BirdName /** * It's considered good form to declare an exception type for your service. * Thrift will serialize and transmit them transparently. */ exception BirdNameException { 1: string description } /** * A simple memcache-like service, which stores strings by key/value. * You should replace this with your actual service. */ service BirdNameService { string get(1: string key) throws(1: BirdNameException ex) void put(1: string key, 2: string value) }
Version data entries
5 entries across 5 versions & 1 rubygems