two/internal/metadata/struct.go
GnomeZworc 9780947805
All checks were successful
Pre Release Workflow / set-release-target (push) Successful in 1s
Pre Release Workflow / build (agent, amd64, linux) (push) Successful in 1m17s
Pre Release Workflow / build (db, amd64, linux) (push) Successful in 1m45s
Pre Release Workflow / build (meta_cli, amd64, linux) (push) Successful in 1m29s
Pre Release Workflow / build (metadata, amd64, linux) (push) Successful in 1m45s
Pre Release Workflow / prerelease (push) Successful in 11s
f-11: code: change struct name
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-01-07 21:10:37 +01:00

20 lines
326 B
Go

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