Add the backchannel logout event

This commit is contained in:
Roman Perekhod
2024-06-25 12:13:24 +02:00
parent 721b32bd1e
commit eac5eaea8f
15 changed files with 194 additions and 56 deletions
+1
View File
@@ -42,6 +42,7 @@ var _registeredEvents = []events.Unmarshaller{
events.LinkCreated{},
events.LinkUpdated{},
events.LinkRemoved{},
events.BackchannelLogout{},
}
// Server is the entrypoint for the server command.