We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6208e commit 2002345Copy full SHA for 2002345
token/driver/config.go
@@ -6,8 +6,6 @@ SPDX-License-Identifier: Apache-2.0
6
7
package driver
8
9
-//go:generate counterfeiter -o mock/config.go -fake-name Configuration . Configuration
10
-
11
// Configuration provides functions to access the configuration of a given TMS
12
//
13
//go:generate counterfeiter -o mock/configuration.go -fake-name Configuration . Configuration
0 commit comments