github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/compile/const.go (about)

     1  /*
     2  * Copyright (c) 2024-present unTill Pro, Ltd.
     3  * @author Alisher Nurmanov
     4   */
     5  
     6  package compile
     7  
     8  const (
     9  	DummyAppName      = "dummyApp"
    10  	sysSchemaFileName = "sys.vsql"
    11  	VoedgerPath       = "github.com/voedger/voedger"
    12  )