NewCachedOutputRepo
No overview available.
def NewCachedOutputRepo(
db: *sqlx.DB
) - > *CachedOutputRepo
Initializes and returns a new instance of CachedOutputRepo, providing a repository for cached output operations.
Parameters
| Name | Type | Description |
|---|---|---|
| db | *sqlx.DB | The database connection pool to be used by the CachedOutputRepo for all database operations. |
Returns
| Type | Description |
|---|---|
*CachedOutputRepo | A pointer to a new CachedOutputRepo instance. |