예제 #1
0
파일: destination.go 프로젝트: vFense/warp
func init() {

	db.Readify()

	db.CreateTables(allDestTables)
	db.CreateIndices(destTable, allDestIndices)
}
예제 #2
0
파일: main.go 프로젝트: vFense/warp
func init() {

	db.Readify()

	db.CreateTables(allNodeTables)
	db.CreateIndices(nodeTable, allNodeIndices)
}