SetRuntimeVariable allows to set a runtime variable
(key string, value interface{})
| 11 | |
| 12 | // SetRuntimeVariable allows to set a runtime variable |
| 13 | SetRuntimeVariable(key string, value interface{}) |
| 14 | } |
| 15 | |
| 16 | func newRuntimeVariables() RuntimeVariables { |
no outgoing calls