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

Function NewQueryFrontend

integration/e2ecortex/services.go:242–244  ·  view source on GitHub ↗
(name string, flags map[string]string, image string)

Source from the content-addressed store, hash-verified

240}
241
242func NewQueryFrontend(name string, flags map[string]string, image string) *CortexService {
243 return NewQueryFrontendWithConfigFile(name, "", flags, image)
244}
245
246func NewQueryFrontendWithConfigFile(name, configFile string, flags map[string]string, image string) *CortexService {
247 if configFile != "" {

Calls 1