package checks import "context" type EtcdCheck struct{} func CheckEtcd(ctx context.Context, config *EtcdCheck) error { return nil }