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

Method DownloadSupportBundle

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

Source from the content-addressed store, hash-verified

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)
56 ReloadSettings(ctx context.Context) (SettingsMutationRecord, error)

Callers 1

downloadSupportBundleFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected