Home > borogove > persistence > Dummy > findServicesWithFeature
persistence.Dummy.findServicesWithFeature() method
Signature:
findServicesWithFeature(accountId: string, feature: string): Promise<{caps: borogove_Caps, name: string | null, node: string | null, serviceId: string}[]>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| accountId | string | |
| feature | string |
Returns:
Promise<{caps: borogove_Caps, name: string | null, node: string | null, serviceId: string}[]>