Subversion Repositories SmartDukaan

Rev

Rev 3896 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3893 chandransh 1
namespace java in.shop2020.content
2
namespace py shop2020.thriftpy.content
3
 
4
include "GenericService.thrift"
5
 
6
service ContentService extends GenericService.GenericService {
7
	void pushContentToProduction(1:i64 entityId);
8
}