1 package mocks 2 3 //go:generate mockgen -destination=./mock_cluster.go -package=mocks go.etcd.io/etcd/client/v3 Cluster 4
View as plain text