コード例 #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)
}