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 61cdffb commit 8905354Copy full SHA for 8905354
src/main/kotlin/spp/protocol/service/LiveManagementService.kt
@@ -50,7 +50,7 @@ interface LiveManagementService {
50
}
51
52
53
- fun reset(): Future<Void>
+ //fun reset(): Future<Void> //todo: handle permission via JWT
54
fun getRolePermissions(role: String): Future<List<RolePermission>>
55
fun getClientAccessors(): Future<List<ClientAccess>>
56
fun getClientAccess(id: String): Future<ClientAccess?>
0 commit comments