two/internal/metadata/struct.go
GnomeZworc d2bc7e5b7a
All checks were successful
Pre Release Workflow / set-release-target (push) Successful in 1s
Pre Release Workflow / build (agent, amd64, linux) (push) Successful in 1m5s
Pre Release Workflow / build (db, amd64, linux) (push) Successful in 1m48s
Pre Release Workflow / build (meta_cli, amd64, linux) (push) Successful in 1m27s
Pre Release Workflow / build (metadata, amd64, linux) (push) Successful in 1m28s
Pre Release Workflow / prerelease (push) Successful in 12s
f-8: code: use db for database config #8
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-12-30 22:31:19 +01:00

20 lines
320 B
Go

package metadata
type NoCloudData struct {
MetaData string
UserData string
NetworkConfig string
VendorData string
NetNs string
Iface string
Port int
}
type Config struct {
Netns string
File string
Iface string
Port int
ConfFile string
VmName string
}