concat

package
v0.0.0-...-5dd395e Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2020 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

* Copyright © 2020. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

Types

type ConcatActivity

type ConcatActivity struct {
}

func (*ConcatActivity) Eval

func (a *ConcatActivity) Eval(context activity.Context) (done bool, err error)

func (*ConcatActivity) Metadata

func (a *ConcatActivity) Metadata() *activity.Metadata

type Input

type Input struct {
	FirstStr     string `md:"firstString"`
	SecondStr    string `md:"secondString"`
	UseSeparator bool   `md:"useSeparator"`
	Separator    string `md:"separator"`
}

func (*Input) FromMap

func (i *Input) FromMap(values map[string]interface{}) error

FromMap conversion

func (*Input) ToMap

func (i *Input) ToMap() map[string]interface{}

ToMap conversion

type Output

type Output struct {
	Result string `md:"result"`
}

Output struct for activity output

func (*Output) FromMap

func (o *Output) FromMap(values map[string]interface{}) error

FromMap conversion

func (*Output) ToMap

func (o *Output) ToMap() map[string]interface{}

ToMap conversion

Jump to

Keyboard shortcuts

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