...
type RunTimeContext struct {
cid interface{}// opaque to caller
}
//Create Initialize context by assigning a new id
func (rtc *RunTimeContext) RtcCreateRtcInit() (interface{}, error)
//delete Load context using the given contextid
func (rtc *RunTimeContext) RtcDeleteRtcLoad(cname id interface{}) (interface{}, error)
//Add Create context by assigning a new level at a given handle id and return the new handle
func (rtc *RunTimeContext) RtcAddLevel(hname interface{}, level string, value stringRtcCreate() (interface{}, error)
// Delete Get the given root handle and all levels underneath
func (rtc *RunTimeContext) RtcDeleteLevelRtcGet() (hname interface{}) (, error)
//Add a resource under the given level new level at a given handle and return the new handle
func (rtc *RunTimeContext) RtcAddResourceRtcAddLevel(handle interface{}, key level string, value []bytestring) (interface{}, error)
// Delete Add a resource under the given resource by using its level and return new handle
func (rtc *RunTimeContext) RtcDeleteResourceRtcAddResource(handle interface{}, resname string, value interface{}) (interface{}, error)
// Add ordering instruction at a given level and type, return the new handle
func (rtc *RunTimeContext) RtcAddInstOrderRtcAddInstruction(handle interface{}, level string, value []byteinsttype string, value interface{}) (interface{}, error)
// Delete ordering instruction for a delete the key value pair using given handle
func (rtc *RunTimeContext) RtcDeleteInstOrderRtcDeletePair(handle interface{}) (error)
// Add dependency instruction at a given level and return the new delete all handles underneath the given handle
func (rtc *RunTimeContext) RtcDeletePrefix(handle interface{}) (error)
// Return the list of handles under the given handle
func (rtc *RunTimeContext) RtcAddInstDependencyRtcGetHandles(handle interface{}, value ) ([]byte) (interface{}, error)
// Delete dependency instruction Get the value for a given handle
func (rtc *RunTimeContext) RtcDeleteInstDependencyRtcGetValue(handle interface{}, value interface{}) (error)