GetRuntimeVariable retrieves a single runtime variable
(key string)
| 8 | |
| 9 | // GetRuntimeVariable retrieves a single runtime variable |
| 10 | GetRuntimeVariable(key string) (interface{}, bool) |
| 11 | |
| 12 | // SetRuntimeVariable allows to set a runtime variable |
| 13 | SetRuntimeVariable(key string, value interface{}) |
no outgoing calls
no test coverage detected