// IsMetaStoreOnly verifies if the given `store` contains only // a meta-information (members, version) that can be recovered from the // backend (storev3) as well as opposed to user-data. func IsMetaStoreOnly(store v2store.Store) (bool, error) { … }