Subversion Repositories SmartDukaan

Rev

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

namespace java in.shop2020.generic
namespace py shop2020.thriftpy.generic

service GenericService{
        /**
        * For checking weather service is active alive or not. It also checks connectivity with database
        */
        bool isAlive(),
        
        /**
        * For closing the open session in sqlalchemy
        */
        void closeSession()
}