UpdateVars sets the defined variables to use in the resolver
(vars map[string]*latest.Variable)
| 28 | |
| 29 | // UpdateVars sets the defined variables to use in the resolver |
| 30 | UpdateVars(vars map[string]*latest.Variable) |
| 31 | |
| 32 | // FindVariables returns all variable names that were found in the given map |
| 33 | FindVariables(haystack interface{}) ([]*latest.Variable, error) |
no outgoing calls
no test coverage detected