OSDN Git Service

Dex database logic implementation (#404)
authorwz <mars@bytom.io>
Thu, 10 Oct 2019 08:21:31 +0000 (16:21 +0800)
committerPaladz <yzhu101@uottawa.ca>
Thu, 10 Oct 2019 08:21:31 +0000 (16:21 +0800)
commit8703d015edb1a0f6533bbcb5655eedaa54b43334
tree70b1c5fde5e7eb2302f253e2f343ca86afba2fb5
parentf9a134a9c18067c41d6ed804615745d17f3c6cc6
Dex database logic implementation (#404)

* add logic

* Add logic implementation

* fix name

* fix

* fix

* fix

* fix and add test

* fix test

* fix

* fix

* fix space line
application/dex/database/dex_store.go [deleted file]
application/dex/database/dex_store_test.go [deleted file]
application/mov/common/type.go [moved from application/dex/common/type.go with 78% similarity]
application/mov/database/mov_store.go [new file with mode: 0644]
application/mov/database/mov_store_test.go [new file with mode: 0644]