Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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


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