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

Method RestartBridge

internal/cli/client.go:2508–2510  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

2506}
2507
2508func (c *unixSocketClient) RestartBridge(ctx context.Context, id string) (BridgeRecord, error) {
2509 return c.bridgeAction(ctx, strings.TrimSpace(id), "restart")
2510}
2511
2512func (c *unixSocketClient) BridgeRoutes(ctx context.Context, id string) ([]BridgeRouteRecord, error) {
2513 var response struct {

Callers 1

Calls 1

bridgeActionMethod · 0.95

Tested by 1