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

14 lines
157 B
Go

package events
import "gitlab.protontech.ch/go/liteapi"
type TLSIssue struct {
eventBase
}
type ConnStatus struct {
eventBase
Status liteapi.Status
}