Documentation ¶
Index ¶
- func GetCachedItem[T any](name string) (T, error)
- func GetFlowpipeConfig() (*flowpipeconfig.FlowpipeConfig, error)
- func GetIntegration(name string) (resources.Integration, error)
- func GetNotifier(name string) (resources.Notifier, error)
- func GetPipeline(name string) (*resources.Pipeline, error)
- func GetPipelineFromCurrentMod(mod *modconfig.Mod, name string) (*resources.Pipeline, error)
- func GetPipelineResolvedFromMod(mod *modconfig.Mod, name string) (*resources.Pipeline, error)
- func GetPipelineWithModFullVersion(modFullVersion, name string) (*resources.Pipeline, error)
- func GetTrigger(name string) (*resources.Trigger, error)
- func GetVariable(name string) (*modconfig.Variable, error)
- func ListAllIntegrations() ([]resources.Integration, error)
- func ListAllNotifiers() ([]resources.Notifier, error)
- func ListAllPipelines() ([]*resources.Pipeline, error)
- func ListAllTriggers() ([]resources.Trigger, error)
- func ListAllVariables() ([]*modconfig.Variable, error)
- func MapStepExecutionID(executionID, pipelineExecutionID, stepExecutionID string) string
- func RemoveStepExecutionIDMap(stepExecutionID string)
- func ResolveShortStepExecutionID(key string) (executionID string, pipelineExecutionID string, stepExecutionID string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCachedItem ¶ added in v0.3.0
func GetFlowpipeConfig ¶
func GetFlowpipeConfig() (*flowpipeconfig.FlowpipeConfig, error)
func GetIntegration ¶ added in v0.3.0
func GetIntegration(name string) (resources.Integration, error)
func GetPipelineFromCurrentMod ¶ added in v1.0.0
func GetPipelineResolvedFromMod ¶ added in v1.0.0
func GetPipelineWithModFullVersion ¶ added in v1.0.0
func ListAllIntegrations ¶ added in v0.3.0
func ListAllIntegrations() ([]resources.Integration, error)
func ListAllNotifiers ¶ added in v0.3.0
func ListAllPipelines ¶
func ListAllTriggers ¶
func ListAllVariables ¶ added in v0.5.0
func MapStepExecutionID ¶ added in v0.3.0
func RemoveStepExecutionIDMap ¶ added in v0.3.0
func RemoveStepExecutionIDMap(stepExecutionID string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.