...
// Delete instruction for a given handle
func (rtc *RunTimeContext) RtcDeleteInstruction(handle interface{}) (error)
// Return the list of handles for the given level
func (rtc *RunTimeContext) RtcGetHandles(level string) ([]interface{}, error)
...
// Delete instruction for a given handle
func (rtc *RunTimeContext) RtcDeleteInstruction(handle interface{}) (error)
// Return the list of handles for the given level
func (rtc *RunTimeContext) RtcGetHandles(level string) ([]interface{}, error)