Skip to content

Commit bf65f98

Browse files
committed
protocol ServerMessageProtocol should be public
Signed-off-by: Joseph Mattello <[email protected]>
1 parent dba7a7a commit bf65f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SideKit/Server/ServerProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
public let ALTServerServiceType = "_altserver._tcp"
1212

13-
protocol ServerMessageProtocol: Codable {
13+
public protocol ServerMessageProtocol: Codable {
1414
var version: Int { get }
1515
var identifier: String { get }
1616
}

0 commit comments

Comments
 (0)