ListRuntimeVariables returns the runtime variables
()
| 5 | type RuntimeVariables interface { |
| 6 | // ListRuntimeVariables returns the runtime variables |
| 7 | ListRuntimeVariables() map[string]interface{} |
| 8 | |
| 9 | // GetRuntimeVariable retrieves a single runtime variable |
| 10 | GetRuntimeVariable(key string) (interface{}, bool) |
no outgoing calls
no test coverage detected