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 6452fc7 commit d6fc243Copy full SHA for d6fc243
clients/operationperm.go
@@ -135,7 +135,6 @@ func (op ExternalOperation) String() string {
135
type ExternalOperationPerm struct {
136
opPerm map[ExternalOperation]Permission
137
expectedOps []ExternalOperation
138
- // opNames []string
139
}
140
141
func newExternalOperationPerm(expectedOps []ExternalOperation) ExternalOperationPerm {
0 commit comments