Skip to content

swift-conductor/conductor-client-golang

Repository files navigation

Swift Conductor Client SDK for Go

Install Swift Conductor Client Go Package​

go get github.com/swift-conductor/conductor-client-golang

Create and start Workflows

Create and Execute Workflows

Create and run task workers

Create and run task workers

API Documentation

API Documentation

Setup Logging

SDK uses logrus for logging.

func init() {
	log.SetFormatter(&log.TextFormatter{})
	log.SetOutput(os.Stdout)
	log.SetLevel(log.DebugLevel)
}

About

Swift Conductor Client SDK for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages