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

8 lines
63 B
Go

package events
type Error struct {
eventBase
Error error
}