(operationID string)
| 1726 | } |
| 1727 | |
| 1728 | func supportBundleOperationPath(operationID string) string { |
| 1729 | return "/api/support/bundles/" + url.PathEscape(strings.TrimSpace(operationID)) |
| 1730 | } |
| 1731 | |
| 1732 | func (c *unixSocketClient) GetSettingsUpdate(ctx context.Context) (SettingsUpdateRecord, error) { |
| 1733 | var response SettingsUpdateRecord |
no outgoing calls
no test coverage detected