-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/vc-ldp-manager-types
- Loading branch information
Showing
34 changed files
with
503 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
from ..config.injection_context import InjectionContext | ||
from ..config.provider import ClassProvider | ||
from ..core.profile import Profile | ||
|
||
|
||
async def setup(context: InjectionContext): | ||
"""Setup vc plugin.""" | ||
from .vc_ld.manager import VcLdpManager | ||
|
||
context.injector.bind_provider( | ||
VcLdpManager, ClassProvider(VcLdpManager, ClassProvider.Inject(Profile)) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
docs/generated/aries_cloudagent.anoncreds.default.did_indy.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
aries\_cloudagent.anoncreds.default.did\_indy package | ||
===================================================== | ||
|
||
.. automodule:: aries_cloudagent.anoncreds.default.did_indy | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
aries\_cloudagent.anoncreds.default.did\_indy.registry module | ||
------------------------------------------------------------- | ||
|
||
.. automodule:: aries_cloudagent.anoncreds.default.did_indy.registry | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
aries\_cloudagent.anoncreds.default.did\_indy.routes module | ||
----------------------------------------------------------- | ||
|
||
.. automodule:: aries_cloudagent.anoncreds.default.did_indy.routes | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.