Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LineageRecord ¶
type RequestPayload ¶
type RequestPayload struct {
Asset Asset `json:"asset"`
Upstreams []LineageRecord `json:"upstreams"`
Downstreams []LineageRecord `json:"downstreams"`
}
type Sink ¶
type Sink struct {
plugins.BasePlugin
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.