sqlite的api,便于内部使用
liuxiaolong
2019-05-23 b0d611c2ef840db23f2799b576a0ee48d7ed2c67
remove submodule deliver
3个文件已修改
1个文件已删除
12 ■■■■■ 已修改文件
.gitmodules 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
api_test.go 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
deliver 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
taskApi.go 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitmodules
@@ -1,6 +1,3 @@
[submodule "protomsg"]
    path = protomsg
    url = git://192.168.1.14/pubsub/protomsg.git
[submodule "deliver"]
    path = deliver
    url = git://192.168.1.14/valib/deliver.git
api_test.go
@@ -55,12 +55,6 @@
func TestSdkApi_GetById(t *testing.T) {
    var api SdkApi
    model := api.GetById("812b674b-2375-4589-919a-5c1c3278a97e")
    fmt.Printf("sdkArgs:%s \n",model.Args)
    //if err := json.Unmarshal([]byte(model.Args), &sdkArgs);err !=nil {
    //    fmt.Println(err)
    //}
    fmt.Println(model)
}
deliver
File was deleted
taskApi.go
@@ -23,7 +23,6 @@
        return taskInfos
    }
    bytes, _ := json.Marshal(res.Data)
    fmt.Printf("TaskApi.FindAll:%s\n",string(bytes))
    err = json.Unmarshal(bytes, &taskInfos)
    return taskInfos
}