Skip to content

Commit 5f294af

Browse files
committed
chore: add getVersion
1 parent c7d59f1 commit 5f294af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/spp/protocol/service/LiveManagementService.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ interface LiveManagementService {
5555
}
5656
}
5757

58+
fun getVersion(): Future<String>
59+
5860
fun getAuthToken(accessToken: String): Future<String>
5961
fun addDeveloper(id: String): Future<Developer>
6062
fun addRole(role: DeveloperRole): Future<Boolean>

0 commit comments

Comments
 (0)