Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
refs/heads/main
/
.
/
internal
/
openstack_helm
/
neutron.go
blob: 1c39ac8728e1ab2f6c783af033aeec8bb09c212a [
file
] [
log
] [
blame
]
Mohammed Naser
c6e431b
2024-03-15 01:21:44 -0400
[
diff
] [
blame
]
1
package openstack_helm
2
3
type NeutronConf struct {
4
Database *DatabaseConf `yaml:"database,omitempty"`
5
}