Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
refs/heads/main
/
.
/
internal
/
openstack_helm
/
ironic.go
blob: ff19502c8a4177fd20077d698422198b62e463b9 [
file
] [
log
] [
blame
]
Mohammed Naser
60bb74c
2025-02-10 10:52:10 -0500
[
diff
] [
blame
]
1
package openstack_helm
2
3
type IronicConf struct {
4
Database *DatabaseConf `yaml:"database,omitempty"`
5
}