-
Ludovic Le Frioux authoredLudovic Le Frioux authored
NotificationHandler 155 B
// The notification handler (function) type accepted for c-objects
// Unit == void in Kotlin
type NotificationHandler = (VersionVector, CObjectId) -> Unit
A GitLab upgrade is scheduled for Monday, April 7, 2025. Service interruptions are expected in the morning. We'll keep you posted on the progress of the upgrade on the Mattermost canal: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
// The notification handler (function) type accepted for c-objects
// Unit == void in Kotlin
type NotificationHandler = (VersionVector, CObjectId) -> Unit