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 e0c1f90 commit 284ac40Copy full SHA for 284ac40
src/main/kotlin/spp/protocol/service/LiveManagementService.kt
@@ -50,6 +50,7 @@ interface LiveManagementService {
50
}
51
52
53
+ fun reset(): Future<Void>
54
fun getRolePermissions(role: String): Future<List<RolePermission>>
55
fun getClientAccessors(): Future<List<ClientAccess>>
56
fun getClientAccess(id: String): Future<ClientAccess?>
0 commit comments