| 70 | } |
| 71 | |
| 72 | type EtcdServerProcess struct { |
| 73 | cfg *EtcdServerProcessConfig |
| 74 | proc *expect.ExpectProcess |
| 75 | proxy proxy.Server |
| 76 | lazyfs *LazyFS |
| 77 | failpoints *BinaryFailpoints |
| 78 | donec chan struct{} // closed when Interact() terminates |
| 79 | } |
| 80 | |
| 81 | type EtcdServerProcessConfig struct { |
| 82 | lg *zap.Logger |
nothing calls this directly
no outgoing calls
no test coverage detected