We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba7a7a commit bf65f98Copy full SHA for bf65f98
Sources/SideKit/Server/ServerProtocol.swift
@@ -10,7 +10,7 @@ import Foundation
10
11
public let ALTServerServiceType = "_altserver._tcp"
12
13
-protocol ServerMessageProtocol: Codable {
+public protocol ServerMessageProtocol: Codable {
14
var version: Int { get }
15
var identifier: String { get }
16
}
0 commit comments