| 17 | } |
| 18 | |
| 19 | type VersionConfig struct { |
| 20 | MetadataDir string |
| 21 | } |
| 22 | |
| 23 | func New(ec *cli.ExecutionContext, baseDir string) *VersionConfig { |
| 24 | err := ec.Version.GetServerFeatureFlags() |
nothing calls this directly
no outgoing calls
no test coverage detected