OSDN Git Service

add todo
authorHAOYUatHZ <haoyu@protonmail.com>
Tue, 18 Jun 2019 02:28:47 +0000 (10:28 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Tue, 18 Jun 2019 02:28:47 +0000 (10:28 +0800)
federation/service/asset_keeper.go

index c95b84d..e35403d 100644 (file)
@@ -8,6 +8,7 @@ import (
        "github.com/vapor/federation/database/orm"
 )
 
+// TODO:
 type AssetKeeper struct {
        db         *gorm.DB
        assetCache *database.AssetCache