f-8: code: move flags from pkg to binari #8

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-12-30 21:27:35 +01:00
commit fc624e7e96
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
3 changed files with 34 additions and 20 deletions

View file

@ -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
}