Skip to content

Commit

Permalink
fix type not registered in gob for plugin system
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Winnicki committed Nov 6, 2017
1 parent b760640 commit cee7953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func init() {
gob.Register(event.SystemEventReceivedData{})
gob.Register(event.SystemFunctionInvokingData{})
gob.Register(event.SystemFunctionInvokedData{})
gob.Register(event.SystemFunctionInvocationFailedData{})
}

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

0 comments on commit cee7953

Please sign in to comment.