Documentation ¶
Index ¶
- func GetCachedItem[T any](name string) (T, error)
- func GetFlowpipeConfig() (*flowpipeconfig.FlowpipeConfig, error)
- func GetIntegration(name string) (modconfig.Integration, error)
- func GetNotifier(name string) (modconfig.Notifier, error)
- func GetPipeline(name string) (*modconfig.Pipeline, error)
- func GetTrigger(name string) (*modconfig.Trigger, error)
- func GetVariable(name string) (*modconfig.Variable, error)
- func ListAllIntegrations() ([]modconfig.Integration, error)
- func ListAllNotifiers() ([]modconfig.Notifier, error)
- func ListAllPipelines() ([]*modconfig.Pipeline, error)
- func ListAllTriggers() ([]modconfig.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) (modconfig.Integration, error)
func ListAllIntegrations ¶ added in v0.3.0
func ListAllIntegrations() ([]modconfig.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.