(name string, store RingStore, address string, flags map[string]string, image string)
| 32 | } |
| 33 | |
| 34 | func NewDistributor(name string, store RingStore, address string, flags map[string]string, image string) *CortexService { |
| 35 | return NewDistributorWithConfigFile(name, store, address, "", flags, image) |
| 36 | } |
| 37 | |
| 38 | func NewDistributorWithConfigFile(name string, store RingStore, address, configFile string, flags map[string]string, image string) *CortexService { |
| 39 | if configFile != "" { |