Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Delete ¶
func Delete(ctx context.Context, client client.ConfigClient, dps []pointer.DeletePointer) error
Delete removes the given pointer.DeletePointer entries from the environment the supplied client dtclient.Client connects to
func DeleteAll ¶
DeleteAll collects and deletes all classic API configuration objects using the provided ConfigClient.
Parameters:
- ctx (context.Context): The context in which the function operates.
- client (dtclient.ConfigClient): An implementation of the ConfigClient interface for managing configuration objects.
- apis (api.APIs): A list of APIs for which configuration values need to be collected and deleted.
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.