MCPcopy Index your code
hub / github.com/cortexproject/cortex / NewStoreGateway

Function NewStoreGateway

integration/e2ecortex/services.go:126–128  ·  view source on GitHub ↗
(name string, store RingStore, address string, flags map[string]string, image string)

Source from the content-addressed store, hash-verified

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

Calls 1