package storage import "errors" var ( EXIT_QUERY = errors.New("exit transcation") )