Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elixxir dApps SDK Swift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Merge requests
!18
Update Bindings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update Bindings
feature/update-bindings
into
development
Overview
3
Commits
164
Pipelines
0
Changes
2
Merged
Update Bindings
Dariusz Rybicki
requested to merge
feature/update-bindings
into
development
Jul 18, 2022
Overview
3
Commits
164
Pipelines
0
Changes
2
Update Bindings.xcframework (release
https://git.xx.network/elixxir/client/-/pipelines/125767
)
Update Bindings.xcframework (release
https://git.xx.network/elixxir/client/-/pipelines/132481
)
Update Bindings.xcframework (release
https://git.xx.network/elixxir/client/-/pipelines/133113
)
Update Bindings.xcframework (release
https://git.xx.network/elixxir/client/-/pipelines/133582
)
Update Bindings.xcframework (release
https://git.xx.network/elixxir/client/-/pipelines/133688
)
Use models instead of raw data whenever possible
User Discovery
Backup
File Transfers
Channels
Edited
Jul 29, 2022
by
Dariusz Rybicki
0
0
Merge request reports
Viewing commit
c3641f64
Prev
Next
Show latest version
2 files
+
25
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
c3641f64
Add E2EGetReceivedRequest functor
· c3641f64
Dariusz Rybicki
authored
Jul 25, 2022
Sources/ElixxirDAppsSDK/E2E.swift
+
3
−
0
View file @ c3641f64
Edit in single-file editor
Open in Web IDE
Show full file
@@ -16,6 +16,7 @@ public struct E2E {
public
var
requestAuthenticatedChannel
:
E2ERequestAuthenticatedChannel
public
var
resetAuthenticatedChannel
:
E2EResetAuthenticatedChannel
public
var
callAllReceivedRequests
:
E2ECallAllReceivedRequests
public
var
getReceivedRequest
:
E2EGetReceivedRequest
public
var
send
:
E2ESend
// TODO:
@@ -39,6 +40,7 @@ extension E2E {
requestAuthenticatedChannel
:
.
live
(
bindingsE2E
),
resetAuthenticatedChannel
:
.
live
(
bindingsE2E
),
callAllReceivedRequests
:
.
live
(
bindingsE2E
),
getReceivedRequest
:
.
live
(
bindingsE2E
),
send
:
.
live
(
bindingsE2E
)
)
}
@@ -61,6 +63,7 @@ extension E2E {
requestAuthenticatedChannel
:
.
unimplemented
,
resetAuthenticatedChannel
:
.
unimplemented
,
callAllReceivedRequests
:
.
unimplemented
,
getReceivedRequest
:
.
unimplemented
,
send
:
.
unimplemented
)
}
Loading