aboutsummaryrefslogtreecommitdiff
path: root/object/store/mix/close.go
blob: 51f7aa183f9e7d64450333c883461fda4a7fff25 (about) (plain) (blame)
1
2
3
4
5
6
package mix

// Close releases wrapper-local resources.
//
// Labels: MT-Unsafe.
func (mix *Mix) Close() error { return nil }