Created
August 9, 2016 09:29
-
-
Save raphink/a3369b1dee030aaf44542140ed6e4c45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Fstab struct { | |
File string `augeas:"file"` | |
Vfstype string `augeas:"vfstype"` | |
Opt map[string]string `augeas:"opt" augeas-type:"array"` | |
Dump bool `augeas:"dump"` | |
Passno bool `augeas:"passno"` | |
} `augeas:"/files/etc/fstab" augeas-type:"seq"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment