Documentation ¶
Index ¶
- func GetModuleNamesFor(modules []Module) []string
- func GetSpringBootVersions(boms map[string]Bom) []string
- type Bom
- type Config
- func (c *Config) GetBOMMap() (map[string]Bom, string)
- func (c *Config) GetModuleNames() []string
- func (c *Config) GetSpringBootVersions() []string
- func (c *Config) GetSupportedVersionFor(springBootVersion string) string
- func (c *Config) GetTemplateNames() []string
- func (c *Config) GetTemplatesMap() map[string]Template
- type Dependency
- type Module
- type Template
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetModuleNamesFor ¶
func GetSpringBootVersions ¶
Types ¶
type Config ¶
type Config struct { Templates []Template `yaml:"templates" json:"templates"` Boms []Bom `yaml:"bomversions" json:"bomversions"` Modules []Module `yaml:"modules" json:"modules"` }
func (*Config) GetModuleNames ¶
func (*Config) GetSpringBootVersions ¶
func (*Config) GetSupportedVersionFor ¶
func (*Config) GetTemplateNames ¶
func (*Config) GetTemplatesMap ¶
type Dependency ¶
Click to show internal directories.
Click to hide internal directories.