()
| 29 | } |
| 30 | |
| 31 | func (d *aiBridgeProxyDaemon) Close() error { |
| 32 | if d.unsubscribe != nil { |
| 33 | d.unsubscribe() |
| 34 | } |
| 35 | return d.server.Close() |
| 36 | } |
| 37 | |
| 38 | // newAIBridgeProxyDaemon starts the enterprise aibridge proxy daemon, |
| 39 | // subscribes to ai_providers changes so the proxy's routing snapshot |
nothing calls this directly
no test coverage detected