conductor-client-golang

module
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: Apache-2.0

README

Swift Conductor Client SDK for Go

Install Swift Conductor Client Go Package​
go get github.com/swift-conductor/conductor-client-golang

Configuration

API Client
apiClient := client.NewAPIClient(settings.NewHttpSettings("http://localhost:8080/api",))
Setup Logging

SDK uses logrus for logging.

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

Create and run task workers

Create and run task workers

Create and Execute Workflows

Create and Execute Workflows

API Documentation

API Documentation

Directories

Path Synopsis
sdk
client
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
model
* Swift Conductor API Server * * Swift Conductor API Server * * API version: v2 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* Swift Conductor API Server * * Swift Conductor API Server * * API version: v2 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL