MCPcopy Create free account
hub / github.com/compozy/agh / automationManager

Method automationManager

internal/daemon/native_tools.go:1137–1148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1135}
1136
1137func (n *daemonNativeTools) automationManager() core.AutomationManager {
1138 if n == nil || n.deps == nil {
1139 return nil
1140 }
1141 if n.deps.Automation != nil {
1142 return n.deps.Automation
1143 }
1144 if n.deps.AutomationRuntime == nil {
1145 return nil
1146 }
1147 return n.deps.AutomationRuntime()
1148}
1149
1150func (n *daemonNativeTools) toolList(
1151 ctx context.Context,

Callers 15

automationJobsListMethod · 0.95
automationJobsGetMethod · 0.95
automationJobsCreateMethod · 0.95
automationJobsUpdateMethod · 0.95
automationJobsDeleteMethod · 0.95
automationJobsTriggerMethod · 0.95
automationJobsHistoryMethod · 0.95
automationTriggersGetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected