MCPcopy Create free account
hub / github.com/StackStorm/st2 / get_available_backends

Function get_available_backends

st2auth/st2auth/backends/__init__.py:32–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def get_available_backends():
33 return driver_loader.get_available_backends(namespace=BACKENDS_NAMESPACE)
34
35
36def get_backend_instance(name):

Calls

no outgoing calls