Files
proton-bridge/internal/events/connection.go
2022-11-16 12:26:08 +01:00

14 lines
136 B
Go

package events
type TLSIssue struct {
eventBase
}
type ConnStatusUp struct {
eventBase
}
type ConnStatusDown struct {
eventBase
}