We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc08e9c commit 0aa536bCopy full SHA for 0aa536b
example/main.go
@@ -266,6 +266,7 @@ func generatePasswords() {
266
// NOTE: just for the sake of archiving it. This is because the SDK
267
// NOTE: only works with active items, so archiving and then deleting
268
// NOTE: is not yet possible.
269
+//lint:ignore U1000
270
func archiveItem(client *onepassword.Client, vaultID string, itemID string) {
271
// [developer-docs.sdk.go.archive-item]-start
272
// Archive a item from your vault.
0 commit comments