Skip to content

Commit

Permalink
protocol ServerMessageProtocol should be public
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
  • Loading branch information
JoeMatt committed Feb 25, 2023
1 parent dba7a7a commit bf65f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SideKit/Server/ServerProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

public let ALTServerServiceType = "_altserver._tcp"

protocol ServerMessageProtocol: Codable {
public protocol ServerMessageProtocol: Codable {
var version: Int { get }
var identifier: String { get }
}
Expand Down

0 comments on commit bf65f98

Please sign in to comment.