forked from Silverfish/proton-bridge
14 lines
157 B
Go
14 lines
157 B
Go
package events
|
|
|
|
import "gitlab.protontech.ch/go/liteapi"
|
|
|
|
type TLSIssue struct {
|
|
eventBase
|
|
}
|
|
|
|
type ConnStatus struct {
|
|
eventBase
|
|
|
|
Status liteapi.Status
|
|
}
|