Subversion Repositories SmartDukaan

Rev

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

namespace java in.shop2020.content
namespace py shop2020.thriftpy.content

include "GenericService.thrift"

exception ContentServiceException{
        1:i64 id,
        2:string message
}

service ContentService extends GenericService.GenericService {
        /**
        Push the content of the given entity to production
        */
        bool pushContentToProduction(1:i64 entityId) throws (1:ContentServiceException cse) 
}