Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity struct {
Name string `json:"name" yaml:"name"`
Description string `json:"description" yaml:"description"`
Attributes map[string]*Attribute `json:"attributes" yaml:"attributes"`
}
func (Entity) GetAttribute ¶
type Glossary ¶
type Glossary struct {
Entities []*Entity `yaml:"entities" json:"entities"`
}
func LoadGlossaryFromFile ¶
type GlossaryReader ¶
type GlossaryReader struct {
FileNames []string
RepoFinder repoFinder
// contains filtered or unexported fields
}
func (*GlossaryReader) GetEntities ¶
func (r *GlossaryReader) GetEntities(pathToPipeline string) ([]*Entity, error)
func (*GlossaryReader) GetGlossary ¶
func (r *GlossaryReader) GetGlossary(pipelinePath string) (*Glossary, error)
Click to show internal directories.
Click to hide internal directories.