Registry / utility / tibcosoftware-flogo-lib

tibcosoftware-flogo-lib

JSON →
library0.5.9gogounverified

Package flogo-lib provides core libraries for building event-driven applications with the Flogo framework.

go get github.com/TIBCOSoftware/flogo-lib
INSTALL
IMPORT
SIG · TIBCOSOFTWARE-FLOG
T
tibcosoftware-flogo-lib
utilitygov0.5.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

flogo
github.com/TIBCOSoftware/flogo-lib

Create and start a Flogo engine.

package main import ( "github.com/TIBCOSoftware/flogo-lib/engine" ) func main() { e, err := engine.NewEngine(nil) if err != nil { panic(err) } e.Start() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
tibcosoftware-flogo-lib — go get tibcosoftware-flogo-lib · libregistry