Subversion Repositories SmartDukaan

Rev

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

namespace java in.shop2020.config
namespace py thriftpy.config

exception ConfigException{
        1:i32 errorcode
        2:string message
}

service Configuration{
        string getPropetry(1:string propertyName) throws (1:ConfigException e),
        void loadProperty(1:string propertyName, 2:string propertyValue)
}