wip some initial relay bootstrap logic

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-06-18 08:20:20 -07:00
parent 4da93b7630
commit 4cd48d3143
6 changed files with 73 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ struct RelayInfo: Codable {
static let rw = RelayInfo(read: true, write: true)
}
struct RelayDescriptor {
struct RelayDescriptor: Codable {
let url: URL
let info: RelayInfo
}