Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Sink ¶
type Sink struct {
plugins.BasePlugin
// contains filtered or unexported fields
}
type UpsertEdgeRequest ¶ added in v0.13.0
type UpsertEdgeRequest struct {
SourceURN string `json:"source_urn"`
TargetURN string `json:"target_urn"`
Type string `json:"type"`
Source string `json:"source"`
Properties map[string]any `json:"properties,omitempty"`
}
UpsertEdgeRequest is the payload for Compass v2 UpsertEdge endpoint.
type UpsertEntityRequest ¶ added in v0.13.0
type UpsertEntityRequest struct {
URN string `json:"urn"`
Type string `json:"type"`
Name string `json:"name"`
Description string `json:"description,omitempty"`
Source string `json:"source"`
Properties map[string]any `json:"properties,omitempty"`
}
UpsertEntityRequest is the payload for Compass v2 UpsertEntity endpoint.
Click to show internal directories.
Click to hide internal directories.