10 lines
319 B
Go
10 lines
319 B
Go
|
package main
|
||
|
|
||
|
import "intimate"
|
||
|
|
||
|
// sstore 源存储实例, 为存储源数据的实现. 表格具体参考sql/intimate_source.sql
|
||
|
var sstore *intimate.StoreSource = intimate.NewStoreSource(string(intimate.STNimo))
|
||
|
|
||
|
// estore 解析存储连接实例
|
||
|
var estore *intimate.StoreExtractor = intimate.NewStoreExtractor()
|