Subversion Repositories SmartDukaan

Rev

Rev 778 | Blame | Compare with Previous | Last modification | View Log | RSS feed

namespace java in.shop2020.test
namespace py shop2020.thriftpy.test

struct Address{
        1:i64 addressId,
        2:string address
}

service TestService{
        void sayHello(1:string message),
        string getUser(1:i64 id),
        i64 getAddressId(),
        Address getAddress(),
        void createUser(1:string name),
        void closeSession()
}