devtool

package module
v0.0.0-...-2f3a6e1 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2019 License: BSD-3-Clause Imports: 16 Imported by: 0

README

FLOGO CLI PLUGIN

Installation

Prerequisites

Flogo ClI version v0.9.0 or above

###Install the Plugin To install this plugin

flogo plugin install github.com/project-flogo/cli-plugins/devtool

##Usage You can create a generate a sample Trigger/Activity/Action using the plugin:

flogo dev gen-activity myActivity

or

flogo dev gen-trigger

You can also use this plugin to create descriptor JSON from the metadata. In same location as your metadata.go enter the following command

flogo dev sync-metadata

Documentation

Index

Constants

This section is empty.

Variables

View Source
var COREPATH string
View Source
var GOPATH string

Functions

This section is empty.

Types

type ContribStruct

type ContribStruct struct {
	Name        string                     `json:"name"`
	Type        string                     `json:"type"`
	Version     string                     `json:"version"`
	Title       string                     `json:"title"`
	Description string                     `json:"description"`
	Settings    []*fieldDetails            `json:"settings"`
	Input       []*fieldDetails            `json:"input"`
	Output      []*fieldDetails            `json:"output"`
	Handler     map[string][]*fieldDetails `json:"handler"`
}

type OperationStruct

type OperationStruct struct {
	Name        string          `json:"name"`
	Type        string          `json:"type"`
	Version     string          `json:"version"`
	Title       string          `json:"title"`
	Description string          `json:"description"`
	Params      []*fieldDetails `json:"params"`
	Input       []*fieldDetails `json:"input"`
	Output      []*fieldDetails `json:"output"`
}

Jump to

Keyboard shortcuts

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