blob: 0051a0847e91ff5ab8a0146f3c365cfeee645f9f [file] [log] [blame]
Mohammed Naser60bb74c2025-02-10 10:52:10 -05001package openstack_helm
2
3type MemcachedConf struct {
4 Database *DatabaseConf `yaml:"database,omitempty"`
5}