aviorapi/data/cabinet/cabinet.go
2026-08-28 12:12:33 +08:00

34 lines
864 B
Go

/*
|--------------------------------------------------------------------------
| 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"
)