This commit is contained in:
Miroslav Šedivý
2023-01-29 18:24:49 +01:00
parent 8d0468ea62
commit 64b79f4579
2 changed files with 2 additions and 7 deletions

View File

@ -23,11 +23,6 @@ type SessionEvent struct {
Session Session
}
type HostInformation struct {
Type string
Id string
}
type Session interface {
ID() string
Name() string