Documentation
¶
Overview ¶
Package shared contains shared data between the worker and plugins.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BundleNotFound = errors.New("")
View Source
var Handshake = plugin.HandshakeConfig{
ProtocolVersion: 1,
MagicCookieKey: "AIRFLOW_BUNDLE_MAGIC_COOKIE",
MagicCookieValue: "23C6AB18-91F9-4760-B3E8-328EF3C861AB",
}
Handshake is a common handshake that is shared by plugin and worker.
Functions ¶
This section is empty.
Types ¶
type Discovery ¶
type Discovery struct {
// contains filtered or unexported fields
}
Discovery handles finding and loading DAG bundles
func NewDiscovery ¶
NewDiscovery creates a an object responsible for finding and looking for possible DAG bundle binaries
func (*Discovery) ClientForBundle ¶
Click to show internal directories.
Click to hide internal directories.