Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Delete ¶
func Delete(ctx context.Context, c client.SettingsClient, entries []pointer.DeletePointer) error
func DeleteAll ¶
func DeleteAll(ctx context.Context, c client.SettingsClient) error
DeleteAll collects and deletes settings objects using the provided SettingsClient.
Parameters:
- ctx (context.Context): The context in which the function operates.
- c (dtclient.SettingsClient): An implementation of the SettingsClient interface for managing settings objects.
Returns:
- error: After all deletions where attempted an error is returned if any attempt failed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.