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 ¶
View Source
const ( Method_Insert = "insert" Method_Upsert = "upsert" Method_Delete = "delete" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activity ¶
type Activity struct {
// contains filtered or unexported fields
}
TableMutateActivity is an Activity that is used to Filter a message to the console
type Input ¶
type Input struct {
Mapping map[string]interface{} `md:"Mapping,required"`
}
Input Structure
Click to show internal directories.
Click to hide internal directories.