Add the boilerplate code for Kick

This commit is contained in:
Dmitrii Okunev
2024-10-20 22:00:02 +01:00
parent e11665c11d
commit 35a1bec9c3
19 changed files with 348 additions and 7 deletions

View File

@@ -298,6 +298,9 @@ type BackendDataTwitch struct {
Cache cache.Twitch
}
type BackendDataKick struct {
}
type BackendDataYouTube struct {
Cache cache.YouTube
}