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

Method GetSupportBundle

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

Source from the content-addressed store, hash-verified

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)
55 UpdateSettingsSkills(ctx context.Context, request UpdateSettingsSkillsRequest) (SettingsMutationRecord, error)

Callers 1

waitForSupportBundleFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected