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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Commits
991e3c0f
Commit
991e3c0f
authored
2 years ago
by
Dariusz Rybicki
Browse files
Options
Downloads
Patches
Plain Diff
Refactor
parent
27abe05b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!102
Release 1.0.0
,
!18
Update Bindings
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Sources/ElixxirDAppsSDK/GetCmixParams.swift
+5
-5
5 additions, 5 deletions
Sources/ElixxirDAppsSDK/GetCmixParams.swift
Sources/ElixxirDAppsSDK/GetE2EParams.swift
+5
-5
5 additions, 5 deletions
Sources/ElixxirDAppsSDK/GetE2EParams.swift
with
10 additions
and
10 deletions
Sources/ElixxirDAppsSDK/Get
Default
CmixParams.swift
→
Sources/ElixxirDAppsSDK/GetCmixParams.swift
+
5
−
5
View file @
991e3c0f
import
Bindings
import
Bindings
import
XCTestDynamicOverlay
import
XCTestDynamicOverlay
public
struct
Get
Default
CmixParams
{
public
struct
GetCmixParams
{
public
var
run
:
()
->
Data
public
var
run
:
()
->
Data
public
func
callAsFunction
()
->
Data
{
public
func
callAsFunction
()
->
Data
{
...
@@ -9,8 +9,8 @@ public struct GetDefaultCmixParams {
...
@@ -9,8 +9,8 @@ public struct GetDefaultCmixParams {
}
}
}
}
extension
Get
Default
CmixParams
{
extension
GetCmixParams
{
public
static
let
live
=
Get
DefaultCmixParams
{
public
static
let
liveDefaul
t
=
Ge
tCmixParams
{
guard
let
data
=
BindingsGetDefaultCMixParams
()
else
{
guard
let
data
=
BindingsGetDefaultCMixParams
()
else
{
fatalError
(
"BindingsGetDefaultCMixParams returned `nil`"
)
fatalError
(
"BindingsGetDefaultCMixParams returned `nil`"
)
}
}
...
@@ -18,8 +18,8 @@ extension GetDefaultCmixParams {
...
@@ -18,8 +18,8 @@ extension GetDefaultCmixParams {
}
}
}
}
extension
Get
Default
CmixParams
{
extension
GetCmixParams
{
public
static
let
unimplemented
=
Get
Default
CmixParams
(
public
static
let
unimplemented
=
GetCmixParams
(
run
:
XCTUnimplemented
(
"
\(
Self
.
self
)
"
)
run
:
XCTUnimplemented
(
"
\(
Self
.
self
)
"
)
)
)
}
}
This diff is collapsed.
Click to expand it.
Sources/ElixxirDAppsSDK/Get
Default
E2EParams.swift
→
Sources/ElixxirDAppsSDK/GetE2EParams.swift
+
5
−
5
View file @
991e3c0f
import
Bindings
import
Bindings
import
XCTestDynamicOverlay
import
XCTestDynamicOverlay
public
struct
Get
Default
E2EParams
{
public
struct
GetE2EParams
{
public
var
run
:
()
->
Data
public
var
run
:
()
->
Data
public
func
callAsFunction
()
->
Data
{
public
func
callAsFunction
()
->
Data
{
...
@@ -9,8 +9,8 @@ public struct GetDefaultE2EParams {
...
@@ -9,8 +9,8 @@ public struct GetDefaultE2EParams {
}
}
}
}
extension
Get
Default
E2EParams
{
extension
GetE2EParams
{
public
static
let
live
=
Get
DefaultE2EParams
{
public
static
let
liveDefaul
t
=
Ge
tE2EParams
{
guard
let
data
=
BindingsGetDefaultE2EParams
()
else
{
guard
let
data
=
BindingsGetDefaultE2EParams
()
else
{
fatalError
(
"BindingsGetDefaultE2EParams returned `nil`"
)
fatalError
(
"BindingsGetDefaultE2EParams returned `nil`"
)
}
}
...
@@ -18,8 +18,8 @@ extension GetDefaultE2EParams {
...
@@ -18,8 +18,8 @@ extension GetDefaultE2EParams {
}
}
}
}
extension
Get
Default
E2EParams
{
extension
GetE2EParams
{
public
static
let
unimplemented
=
Get
Default
E2EParams
(
public
static
let
unimplemented
=
GetE2EParams
(
run
:
XCTUnimplemented
(
"
\(
Self
.
self
)
"
)
run
:
XCTUnimplemented
(
"
\(
Self
.
self
)
"
)
)
)
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment