MCPcopy Create free account
hub / github.com/crytic/attacknet / ExecutionClient

Struct ExecutionClient

pkg/plan/network/types.go:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type ExecutionClient struct {
35 Type string
36 Image string
37 ExtraLabels map[string]string
38 CpuRequired int
39 MemoryRequired int
40}
41
42type ConsensusClient struct {
43 Type string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected