Documentation ¶
Overview ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use p file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdditionalInfo ¶
type Manifest ¶
type Metadata ¶
type Metadata struct { Nodes []Node `json:"nodes" yaml:"nodes"` Connections []NodeConnection `json:"connections" yaml:"connections"` RuleChainConnections []RuleChainConnection `json:"ruleChainConnections" yaml:"ruleChainConnections"` // contains filtered or unexported fields }
type Node ¶
type Node struct { AdditionalInfo AdditionalInfo `json:"additionalInfo" yaml:"additionalInfo"` Type string `json:"type" yaml:"type"` Name string `json:"name" yaml:"name"` DebugMode bool `json:"debugMode" yaml:"debugMode"` Configuration map[string]interface{} `json:"configuration" yaml:"configuration"` }
type NodeConnection ¶
type RuleChain ¶
type RuleChain struct { Name string `json:"name" yaml:"name"` Id string `json:"id" yaml"id"` FirstRuleNodeId string `json:"firstRuleNodeId" yaml:"firstRuleNodeid"` Root bool `json:"root" yaml:"boot"` DebugMode bool `json:"debugMode" yaml:"debugMode"` Configuration map[string]interface{} `json:"configuration" yaml:"configuration"` }
type RuleChainConnection ¶
type RuleChainConnection struct { FromIndex int `json:"fromIndex" yaml:"fromIndex"` TargetRuleChainId TargetRuleChainId `json:"targetRuleChainId" yaml:"targetRuleChainId"` AdditionalInfo AdditionalInfo `json:"additionalInfo" yaml:"additionalInfo"` Type string `json:"type" yaml:"type"` }
type TargetRuleChainId ¶
Click to show internal directories.
Click to hide internal directories.