Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceMethodMapping

Hierarchy

  • MethodMapping
    • ServiceMethodMapping

Indexable

[methodName: string]: function
    • (params: any): Promise<any>
    • Parameters

      • Rest params: any

      Returns Promise<any>

Index

Properties

installService

installService: InstallService

listAvailableServices

listAvailableServices: ListAvailableServices

listInstalledServices

listInstalledServices: ListInstalledServices

listRunningServices

listRunningServices: ListRunningServices

listServices

listServices: ListServices

startService

startService: StartService