Delete removes the namespace. The namespace must be empty to be deleted.
(ctx context.Context, namespace string, opts ...DeleteOpts)
| 32 | |
| 33 | // Delete removes the namespace. The namespace must be empty to be deleted. |
| 34 | Delete(ctx context.Context, namespace string, opts ...DeleteOpts) error |
| 35 | } |
| 36 | |
| 37 | // DeleteInfo specifies information for the deletion of a namespace |
no outgoing calls
no test coverage detected