(name string, store RingStore, address string, flags map[string]string, image string)
| 124 | } |
| 125 | |
| 126 | func NewStoreGateway(name string, store RingStore, address string, flags map[string]string, image string) *CortexService { |
| 127 | return NewStoreGatewayWithConfigFile(name, store, address, "", flags, image) |
| 128 | } |
| 129 | |
| 130 | func NewStoreGatewayWithConfigFile(name string, store RingStore, address string, configFile string, flags map[string]string, image string) *CortexService { |
| 131 | if configFile != "" { |