upd: data/file updated
cabinet updated
This commit is contained in:
parent
0a1c991a83
commit
495cbfb92d
@ -0,0 +1,34 @@
|
|||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Description
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Name:
|
||||||
|
| - Cabinet
|
||||||
|
|
|
||||||
|
| Purpose:
|
||||||
|
| - Provides a centralized coordination point for framework-owned and
|
||||||
|
| software-owned data ledgers, determining the appropriate ledger for
|
||||||
|
| resource registration and access.
|
||||||
|
|
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Credit
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Contributor:
|
||||||
|
| - Rajon Ahmed
|
||||||
|
| - Blockonite
|
||||||
|
|
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
|
|
||||||
|
package cabinet
|
||||||
|
|
||||||
|
import (
|
||||||
|
_ "go/module/data/framework/ledger"
|
||||||
|
_ "go/module/data/software/ledger"
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue
Block a user