| 43 | } |
| 44 | |
| 45 | type WriteFile struct { |
| 46 | Content string `yaml:"content"` |
| 47 | Owner string `yaml:"owner,omitempty"` |
| 48 | Path string `yaml:"path"` |
| 49 | Permissions string `yaml:"permissions,omitempty"` // TODO: check if int is allowed too |
| 50 | } |
| 51 | |
| 52 | type ResolvConf struct { |
| 53 | Nameservers []string `yaml:"nameservers,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected