( workspaceId: string, name: string )
| 183 | } |
| 184 | |
| 185 | export async function getServerStatusHistory( |
| 186 | workspaceId: string, |
| 187 | name: string |
| 188 | ): Promise<ServerStatusInfo[]> { |
| 189 | return await getServerHistoryFromCache(workspaceId, name); |
| 190 | } |
no test coverage detected