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

Function WithObserver

internal/api/httpapi/server.go:202–206  ·  view source on GitHub ↗

WithObserver injects the runtime observer.

(observer core.Observer)

Source from the content-addressed store, hash-verified

200
201// WithObserver injects the runtime observer.
202func WithObserver(observer core.Observer) Option {
203 return func(server *Server) {
204 server.observer = observer
205 }
206}
207
208// WithAutomation injects the daemon-owned automation manager.
209func WithAutomation(manager core.AutomationManager) Option {

Calls

no outgoing calls