Documentation ¶ Index ¶ func FIFOAppend(fifoPath string, fifoContent string) error func FIFORead(fifoPath string) ([]string, error) func GetModuleName() string type FIFOModel type ModelInfo func GetStruct(filename string) []ModelInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FIFOAppend ¶ func FIFOAppend(fifoPath string, fifoContent string) error func FIFORead ¶ func FIFORead(fifoPath string) ([]string, error) func GetModuleName ¶ func GetModuleName() string Types ¶ type FIFOModel ¶ type FIFOModel struct { Visited []string `json:"visited"` } type ModelInfo ¶ type ModelInfo struct { Name string Path string } func GetStruct ¶ func GetStruct(filename string) []ModelInfo Source Files ¶ View all Source files FIFO.gogetModul.gogetSTruct.go Click to show internal directories. Click to hide internal directories.