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 5176579 commit 81d64d4Copy full SHA for 81d64d4
command/thing/delete.go
@@ -30,8 +30,8 @@ import (
30
// and one among them is required: An error is returned
31
// if they are both nil or if they are both not nil.
32
type DeleteParams struct {
33
- ID *string // Should be nil if Tags is not nil
34
- Tags map[string]string // Should be nil if ID is not nil
+ ID *string
+ Tags map[string]string
35
}
36
37
// Delete command is used to delete a thing
0 commit comments