TIBCOSoftware / flogo-cli

Project Flogo Command Line Interface
http://flogo.io
BSD 3-Clause "New" or "Revised" License
57 stars 28 forks source link

Need to change trigger Stop() signature in templates #10

Closed torresashjian closed 7 years ago

torresashjian commented 7 years ago

In github.com/TIBCOSoftware/flogo-cli/tools/trigger/files.go template the Stop() method is missing error as return value to match the Managed interface in github.com/TIBCOSoftware/flogo-lib/util/managed.go.

This creates an error when building a custom Trigger.

torresashjian commented 7 years ago

Fixed in commit: https://github.com/TIBCOSoftware/flogo-cli/commit/70d61fd461b45f89eb28765d54068873f2934923