| 32 | } |
| 33 | |
| 34 | type ExecutionClient struct { |
| 35 | Type string |
| 36 | Image string |
| 37 | ExtraLabels map[string]string |
| 38 | CpuRequired int |
| 39 | MemoryRequired int |
| 40 | } |
| 41 | |
| 42 | type ConsensusClient struct { |
| 43 | Type string |
nothing calls this directly
no outgoing calls
no test coverage detected