Documentation ¶
Index ¶
- type ChartGenerator
- func (cg *ChartGenerator) AddPackage(pkg string)
- func (cg *ChartGenerator) CreateChart() error
- func (cg *ChartGenerator) GetLanguage() (string, error)
- func (cg *ChartGenerator) GetSupportedLanguages() ([]string, error)
- func (cg *ChartGenerator) IsSupportedLanguage(language string) bool
- func (cg *ChartGenerator) RemovePackage(pkg string)
- type TemplateRepository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartGenerator ¶
type ChartGenerator struct { Path string Language string TemplateRepo *TemplateRepository // contains filtered or unexported fields }
func (*ChartGenerator) AddPackage ¶
func (cg *ChartGenerator) AddPackage(pkg string)
func (*ChartGenerator) CreateChart ¶
func (cg *ChartGenerator) CreateChart() error
func (*ChartGenerator) GetLanguage ¶
func (cg *ChartGenerator) GetLanguage() (string, error)
func (*ChartGenerator) GetSupportedLanguages ¶
func (cg *ChartGenerator) GetSupportedLanguages() ([]string, error)
func (*ChartGenerator) IsSupportedLanguage ¶
func (cg *ChartGenerator) IsSupportedLanguage(language string) bool
func (*ChartGenerator) RemovePackage ¶
func (cg *ChartGenerator) RemovePackage(pkg string)
type TemplateRepository ¶
Click to show internal directories.
Click to hide internal directories.