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

Method CreateSupportBundle

internal/cli/client.go:51–51  ·  view source on GitHub ↗
(ctx context.Context, request CreateSupportBundleRequest)

Source from the content-addressed store, hash-verified

49 TriggerSettingsRestart(ctx context.Context) (SettingsRestartActionRecord, error)
50 GetSettingsRestartStatus(ctx context.Context, operationID string) (SettingsRestartStatusRecord, error)
51 CreateSupportBundle(ctx context.Context, request CreateSupportBundleRequest) (SupportBundleOperationRecord, error)
52 GetSupportBundle(ctx context.Context, operationID string) (SupportBundleOperationRecord, error)
53 DownloadSupportBundle(ctx context.Context, operationID string, dst io.Writer) error
54 GetSettingsUpdate(ctx context.Context) (SettingsUpdateRecord, error)

Callers 1

runSupportBundleCommandFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected