service/project_cache_helper
Api Code Documentation / Exports / service/project_cache_helper
Table of contents
Functions
Functions
getAllProjects
▸ getAllProjects(conn
, ctx
): Promise
<Project
[]>
Parameters
Name | Type |
---|---|
conn | ConnToken |
ctx | Ctx |
Returns
Promise
<Project
[]>
Defined in
src/service/project_cache_helper.ts:22
getProject
▸ getProject(conn
, ctx
, projectId
): Promise
<Type
<Project
>>
Parameters
Name | Type |
---|---|
conn | ConnToken |
ctx | Ctx |
projectId | string |