mirror of
https://github.com/yggdrasil-network/yggdrasil-ios.git
synced 2025-04-28 22:25:10 +03:00
SwiftUI is happening
This commit is contained in:
parent
291b12b785
commit
feb0417b12
71 changed files with 983 additions and 2180 deletions
21
Yggdrasil Network Cross-Platform/IPCResponses.swift
Normal file
21
Yggdrasil Network Cross-Platform/IPCResponses.swift
Normal file
|
@ -0,0 +1,21 @@
|
|||
//
|
||||
// IPCResponses.swift
|
||||
// YggdrasilNetwork
|
||||
//
|
||||
// Created by Neil Alexander on 20/02/2019.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct YggdrasilSummary: Codable {
|
||||
var address: String
|
||||
var subnet: String
|
||||
var publicKey: String
|
||||
}
|
||||
|
||||
struct YggdrasilStatus: Codable {
|
||||
var enabled: Bool
|
||||
var coords: String
|
||||
var peers: Data
|
||||
var dht: Data
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue