Documentation
¶
Index ¶
Constants ¶
View Source
const ( V1 = "1." V2 = "2." V3 = "3." )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AstGen ¶
type AstGen interface {
GetInterfaces() (map[string]*model2.TmplStruct, error)
GetTemplateStructs(ifcByModule map[string]model2.InterfaceMap) (map[string]*model2.TmplStruct, model2.ExternalPackages, error)
}
func GetAstGenFromVersion ¶
func GetAstGenFromVersion(payload []byte, ext model2.ExternalPackages, hints model2.FieldHints, ver string) (AstGen, error)
Click to show internal directories.
Click to hide internal directories.