# Functions
NewORM creates a new instance of ORM.
NewStorage creates a new instance of Storage.
# Structs
ORM is an autogenerated mock type for the ORM type.
ORM_DeleteExpired_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteExpired'.
ORM_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'.
ORM_GetSnapshot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSnapshot'.
ORM_GetUnconfirmedRows_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUnconfirmedRows'.
ORM_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'.
Storage is an autogenerated mock type for the Storage type.
Storage_Constraints_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Constraints'.
Storage_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'.
Storage_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'.
Storage_Put_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Put'.