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 (
Connection = "dgraphConnection"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activity ¶
type Activity struct {
// contains filtered or unexported fields
}
Activity is the structure for Activity Metadata
type Input ¶
type Input struct {
Graph interface{} `md:"Graph,required"`
}
Input Structure
type Output ¶
type Output struct {
MessageId interface{} `md:"MessageId,required"`
}
Output struct
type Settings ¶
type Settings struct { DgraphConnection connection.Manager `md:"dgraphConnection,required"` CacheSize int `md:"cacheSize,required"` ReadableExternalId bool `md:"readableExternalId,required"` ExplicitType bool `md:"explicitType,required"` TypeTag string `md:"typeTag,required"` AttrWithPrefix bool `md:"attrWithPrefix,required"` }
Click to show internal directories.
Click to hide internal directories.