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

Method Start

tests/framework/e2e/cluster_proxy.go:65–70  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

63}
64
65func (p *proxyEtcdProcess) Start(ctx context.Context) error {
66 if err := p.EtcdServerProcess.Start(ctx); err != nil {
67 return err
68 }
69 return p.proxyV3.Start(ctx)
70}
71
72func (p *proxyEtcdProcess) Restart(ctx context.Context) error {
73 if err := p.EtcdServerProcess.Restart(ctx); err != nil {

Callers

nothing calls this directly

Calls 1

StartMethod · 0.65

Tested by

no test coverage detected