Skip to content

Commit

Permalink
Add getServiceContexts TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Feb 5, 2024
1 parent f65ab2b commit 0c33098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/typescript/src/core/lib/enclaves/enclave_context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ export class EnclaveContext {
return ok(serviceContext);
}

// TODO: Add getServiceContexts

// Docs available at https://docs.kurtosis.com/sdk#getservices---mapservicename--serviceuuid-serviceidentifiers
public async getServices(): Promise<Result<Map<ServiceName, ServiceUUID>, Error>> {
const getAllServicesArgMap: Map<string, boolean> = new Map<string,boolean>()
Expand Down

0 comments on commit 0c33098

Please sign in to comment.