Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateStepDocumentation ¶
func GenerateStepDocumentation(metadataFiles []string, docuHelperData DocuHelperData) error
GenerateStepDocumentation generates step coding based on step configuration provided in yaml files
Types ¶
type DocuHelperData ¶
type DocuHelperData struct {
DocTemplatePath string
OpenDocTemplateFile func(d string) (io.ReadCloser, error)
DocFileWriter func(f string, d []byte, p os.FileMode) error
OpenFile func(s string) (io.ReadCloser, error)
}
DocuHelperData is used to transport the needed parameters and functions from the step generator to the docu generation.
Click to show internal directories.
Click to hide internal directories.