MountOpt is a Value type for parsing mounts
| 15 | |
| 16 | // MountOpt is a Value type for parsing mounts |
| 17 | type MountOpt struct { |
| 18 | values []mounttypes.Mount |
| 19 | } |
| 20 | |
| 21 | // Set a new mount value |
| 22 | // |
nothing calls this directly
no outgoing calls
no test coverage detected