-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: mediator rename package and organise the packages (#12)
* feat: mediator rename package and code cleanup Signed-off-by: Shailesh Patil <53746241+mineme0110@users.noreply.github.com> Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
- Loading branch information
1 parent
ebf4597
commit 594081c
Showing
25 changed files
with
181 additions
and
238 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 was deleted.
Oops, something went wrong.
20 changes: 10 additions & 10 deletions
20
.../fmgp/did/comm/MessageDispatcherJVM.scala → .../mediator/comm/MessageDispatcherJVM.scala
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
17 changes: 8 additions & 9 deletions
17
...in/scala/fmgp/util/DIDSocketManager.scala → ...ala/mediator/utils/DIDSocketManager.scala
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
6 changes: 3 additions & 3 deletions
6
...rc/main/scala/fmgp/util/HttpHelpers.scala → ...hk/atala/mediator/utils/HttpHelpers.scala
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
4 changes: 2 additions & 2 deletions
4
.../src/main/scala/fmgp/util/MyChannel.scala → ...iohk/atala/mediator/utils/MyChannel.scala
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package fmgp.util | ||
package io.iohk.atala.mediator.utils | ||
|
||
import zio._ | ||
import zio.* | ||
|
||
type SocketID = String | ||
case class MyChannel(id: SocketID, socketOutHub: Hub[String]) |
15 changes: 7 additions & 8 deletions
15
...ala/fmgp/did/comm/MessageDispatcher.scala → ...ala/mediator/comm/MessageDispatcher.scala
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
6 changes: 3 additions & 3 deletions
6
...main/scala/fmgp/did/comm/TapMessage.scala → ...iohk/atala/mediator/comm/TapMessage.scala
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
2 changes: 1 addition & 1 deletion
2
.../src/main/scala/fmgp/util/MyHeaders.scala → ...iohk/atala/mediator/utils/MyHeaders.scala
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
File renamed without changes.
10 changes: 5 additions & 5 deletions
10
...iator/src/main/scala/fmgp/did/Error.scala → .../scala/io/iohk/atala/mediator/Error.scala
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
2 changes: 1 addition & 1 deletion
2
...scala/fmgp/did/comm/protocol/Action.scala → .../iohk/atala/mediator/actions/Action.scala
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package fmgp.did.comm.protocol | ||
package io.iohk.atala.mediator.actions | ||
|
||
import fmgp.did.comm.PlaintextMessage | ||
|
||
|
28 changes: 14 additions & 14 deletions
28
...p/did/comm/protocol/ProtocolExecute.scala → ...la/mediator/actions/ProtocolExecute.scala
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
38 changes: 19 additions & 19 deletions
38
...mgp/did/comm/mediator/MediatorAgent.scala → ...hk/atala/mediator/app/MediatorAgent.scala
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
45 changes: 22 additions & 23 deletions
45
...id/comm/mediator/MediatorStandalone.scala → ...ala/mediator/app/MediatorStandalone.scala
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
8 changes: 4 additions & 4 deletions
8
...ala/fmgp/did/db/AsyncDriverResource.scala → ...ala/mediator/db/AsyncDriverResource.scala
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
Oops, something went wrong.