Path returns the absolute path from which the config was loaded
()
| 32 | |
| 33 | // Path returns the absolute path from which the config was loaded |
| 34 | Path() string |
| 35 | } |
| 36 | |
| 37 | func NewConfig(raw map[string]interface{}, rawBeforeConversion map[string]interface{}, parsed *latest.Config, localCache localcache.Cache, remoteCache remotecache.Cache, resolvedVariables map[string]interface{}, path string) Config { |
no outgoing calls
no test coverage detected