OSDN Git Service

feat: add fed orm (#136)
authorHAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Wed, 5 Jun 2019 06:08:54 +0000 (14:08 +0800)
committerPaladz <yzhu101@uottawa.ca>
Wed, 5 Jun 2019 06:08:54 +0000 (14:08 +0800)
commitc4204cd106d8fe922607c5a7841b00661489f6c6
treebe34758e87af169f3d3a1d8c6adaa3640662ff7d
parent908854e2eeebd0e59dd98a872a4858fe4b451955
feat: add fed orm (#136)

* init orm

* feat: add orm

* add status

* fix: fix type mismatch
federation/common/const.go [new file with mode: 0644]
federation/database/orm/chain.go [new file with mode: 0644]
federation/database/orm/cross_transaction.go [new file with mode: 0644]
federation/database/orm/cross_transaction_input.go [new file with mode: 0644]
federation/database/orm/cross_transaction_sign.go [new file with mode: 0644]
federation/database/orm/warder.go [new file with mode: 0644]
federation/types/types.go [new file with mode: 0644]