config: support dir and symlink in file def
This commit is contained in:
@ -136,6 +136,8 @@ type FileDef struct {
|
||||
Path string
|
||||
Mode os.FileMode
|
||||
Content string
|
||||
Symlink string
|
||||
Dir bool
|
||||
}
|
||||
|
||||
type NetworkDef struct {
|
||||
|
Reference in New Issue
Block a user