1 2 3 4 5 6
package memory // Refresh is a no-op for in-memory object stores. func (store *Store) Refresh() error { return nil }