Skip to content

Instantly share code, notes, and snippets.

@raphink
Created August 9, 2016 09:29
Show Gist options
  • Save raphink/a3369b1dee030aaf44542140ed6e4c45 to your computer and use it in GitHub Desktop.
Save raphink/a3369b1dee030aaf44542140ed6e4c45 to your computer and use it in GitHub Desktop.
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