ResetBucket this bucket.
()
| 331 | |
| 332 | // ResetBucket this bucket. |
| 333 | func ResetBucket() error { |
| 334 | // cause we are going to reset the bucket, the return of removeBucket |
| 335 | // is not useful |
| 336 | return removeBucket() |
| 337 | } |
| 338 | |
| 339 | // ClosePublicKeyStore closes the public key store. |
| 340 | func ClosePublicKeyStore() { |