type mounterDefaults … // SetUpAt is part of the volume.Mounter interface. // This implementation relies on the attacher's device mount path and does a bind mount to dir. func (f *mounterDefaults) SetUpAt(dir string, mounterArgs volume.MounterArgs) error { … } // Returns the default volume attributes. func (f *mounterDefaults) GetAttributes() volume.Attributes { … }