MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / BGProcessModule

Class BGProcessModule

web/pgadmin/misc/bgprocess/__init__.py:25–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class BGProcessModule(PgAdminModule):
26
27 def get_exposed_url_endpoints(self):
28 """
29 Returns:
30 list: URL endpoints for bgprocess
31 """
32 return [
33 'bgprocess.status', 'bgprocess.detailed_status',
34 'bgprocess.acknowledge', 'bgprocess.list',
35 'bgprocess.stop_process', 'bgprocess.update_cloud_details',
36 ]
37
38
39# Initialise the module

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected