func WithMountPath()

in pkg/handler/handler.go [68:70]


func WithMountPath(mountpath string) ModifierOpt {
	return func(m *Modifier) { m.MountPath = mountpath }
}