Documentation
¶
Index ¶
Constants ¶
View Source
const ( DummyAppName = "dummyApp" VoedgerPath = "github.com/voedger/voedger" )
Variables ¶
View Source
var (
ErrAppSchemaNotFound = errors.New("package does not have an APPLICATION statement")
)
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct { ModulePath string // module path of compiled module PkgFiles map[string][]string // map of package path to list of file paths belonging to the package AppDef appdef.IAppDef NotFoundDeps []string // list of not found dependencies faced during compilation }
Result is a result of compilation
func CompileNoDummyApp ¶
CompileNoDummyApp loads a synthetic AppDef from a folder without adding a dummy app schema
Click to show internal directories.
Click to hide internal directories.