forked from Silverfish/proton-bridge
14 lines
136 B
Go
14 lines
136 B
Go
package events
|
|
|
|
type TLSIssue struct {
|
|
eventBase
|
|
}
|
|
|
|
type ConnStatusUp struct {
|
|
eventBase
|
|
}
|
|
|
|
type ConnStatusDown struct {
|
|
eventBase
|
|
}
|