Skip to content
Snippets Groups Projects

User Discovery Environment

Merged Dariusz Rybicki requested to merge feature/ud-environment into development
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
@@ -3,6 +3,16 @@ import XCTestDynamicOverlay
@@ -3,6 +3,16 @@ import XCTestDynamicOverlay
public struct NewUdManagerFromBackup {
public struct NewUdManagerFromBackup {
public struct Params: Equatable {
public struct Params: Equatable {
 
public init(
 
e2eId: Int,
 
environment: UDEnvironment
 
) {
 
self.e2eId = e2eId
 
self.cert = environment.cert
 
self.contact = environment.contact
 
self.address = environment.address
 
}
 
public init(
public init(
e2eId: Int,
e2eId: Int,
cert: Data,
cert: Data,
Loading