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

Function WithAutomation

internal/api/httpapi/server.go:209–213  ·  view source on GitHub ↗

WithAutomation injects the daemon-owned automation manager.

(manager core.AutomationManager)

Source from the content-addressed store, hash-verified

207
208// WithAutomation injects the daemon-owned automation manager.
209func WithAutomation(manager core.AutomationManager) Option {
210 return func(server *Server) {
211 server.automation = manager
212 }
213}
214
215// WithBridgeService injects the daemon-owned bridge runtime.
216func WithBridgeService(bridges core.BridgeService) Option {

Callers 2

httpServerOptionsFunction · 0.92

Calls

no outgoing calls

Tested by 1