...
// Delete the given resource by using its handle
func (rtc *RunTimeContext) RtcDeleteResource(handle interface{}) (error)
// Return all the resource handleslist of handles for the given level
func (rtc *RunTimeContext) RtcGetResourceHandlesRtcGetHandles(level string) ([]interface{}, error)
// Get the resource from value for a given handle
func (rtc *RunTimeContext) RtcGetResourceRtcGetValue(handle interface{}) (interface{}, error)
...