MCPcopy Create free account
hub / github.com/cortexproject/cortex / Scenario

Struct Scenario

integration/e2e/scenario.go:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type Scenario struct {
27 services []Service
28
29 networkName string
30 sharedDir string
31}
32
33func NewScenario(networkName string) (*Scenario, error) {
34 s := &Scenario{networkName: networkName}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected