MCPcopy
hub / github.com/etcd-io/etcd / EtcdServerProcess

Struct EtcdServerProcess

tests/framework/e2e/etcd_process.go:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72type 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
81type EtcdServerProcessConfig struct {
82 lg *zap.Logger

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected