Skip to content

Commit 284ac40

Browse files
committed
refactor: add reset
1 parent e0c1f90 commit 284ac40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ interface LiveManagementService {
5050
}
5151
}
5252

53+
fun reset(): Future<Void>
5354
fun getRolePermissions(role: String): Future<List<RolePermission>>
5455
fun getClientAccessors(): Future<List<ClientAccess>>
5556
fun getClientAccess(id: String): Future<ClientAccess?>

0 commit comments

Comments
 (0)