(nfsClientDir string)
| 128 | } |
| 129 | |
| 130 | func NewNFSClientSetup(nfsClientDir string) *NFSClientSetup { |
| 131 | return &NFSClientSetup{nfsClientDir: nfsClientDir} |
| 132 | } |
| 133 | |
| 134 | func (n *NFSClientSetup) Setup() error { |
| 135 | // Parse --nfs-client-dir |
no outgoing calls