two/internal/load_db/nocloud/struct.go
GnomeZworc 13a5f4d3f9
f-8: code: add module to load nocloud in db #8
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-12-26 23:00:51 +01:00

10 lines
142 B
Go

package nocloud
type Config struct {
VpcName string
BindIP string
BindPort string
Name string
Password string
SSHKEY string
}