2015年3月4日 星期三

Apache Thrift

Command:thrift --gen java
Example.thrift



include "example2.thrift"
namespace java com.thrift.example
typedef i32 int  
typedef i64 long

service ThriftAuthService {  
    example2.XXX auth(1:string account, 2:string password),
}

沒有留言:

張貼留言