type clientAdapter … var _ … func (a *clientAdapter) Enabled(name clientfeatures.Feature) bool { … } var _ … func (a *clientAdapter) Add(in map[clientfeatures.Feature]clientfeatures.FeatureSpec) error { … }
type clientAdapter … var _ … func (a *clientAdapter) Enabled(name clientfeatures.Feature) bool { … } var _ … func (a *clientAdapter) Add(in map[clientfeatures.Feature]clientfeatures.FeatureSpec) error { … }