Versions in this module Expand all Collapse all v0 v0.1.1 Jan 28, 2023 v0.1.0 Jan 28, 2023 Changes in this version + type BindOptions struct + Propagation Propagation + type Driver struct + Name string + Options map[string]string + type Mount struct + BindOptions *BindOptions + ReadOnly bool + Source string + Target string + Type Type + VolumeOptions *VolumeOptions + type Propagation string + const PropagationPrivate + const PropagationRPrivate + const PropagationRShared + const PropagationRSlave + const PropagationShared + const PropagationSlave + type Type string + const TypeBind + const TypeVolume + type VolumeOptions struct + DriverConfig *Driver + Labels map[string]string + NoCopy bool