Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit cee7953

Browse files
author
Maciej Winnicki
committed
fix type not registered in gob for plugin system
1 parent b760640 commit cee7953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/manager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ func init() {
1515
gob.Register(event.SystemEventReceivedData{})
1616
gob.Register(event.SystemFunctionInvokingData{})
1717
gob.Register(event.SystemFunctionInvokedData{})
18+
gob.Register(event.SystemFunctionInvocationFailedData{})
1819
}
1920

2021
// Plugin is a generic struct for storing info about a plugin.

0 commit comments

Comments
 (0)