f-8: code: move flags from pkg to binari #8
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
7b43cecc57
commit
fc624e7e96
3 changed files with 34 additions and 20 deletions
|
|
@ -6,3 +6,10 @@ type NoCloudData struct {
|
|||
NetworkConfig string `json:"network-config"`
|
||||
VendorData string `json:"vendor-data"`
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
Netns string
|
||||
File string
|
||||
Iface string
|
||||
Port int
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue