Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDirDoesNotContainAnyConfigFile = errors.New("this directory does not contain any config (.yaml|.yml) file") ErrDirDoesNotContainAnyDiagramFile = errors.New("this directory does not contain any diagram (.xml) file") )
Functions ¶
This section is empty.
Types ¶
type CodeAnswers ¶
func GuideCode ¶
func GuideCode(surveyAsker surveyasker.Asker, workdir string, fileMap map[string][]string) (*CodeAnswers, error)
type DiagramAnswers ¶
func GuideDiagram ¶
func GuideDiagram(surveyAsker surveyasker.Asker, workdir string, fileMap map[string][]string) (*DiagramAnswers, error)
type StructureAnswers ¶
func GuideStructure ¶
func GuideStructure( surveyAsker surveyasker.Asker, workdir string, fileMap map[string][]string, ) (*StructureAnswers, error)
Click to show internal directories.
Click to hide internal directories.