We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c9b10 commit 2f5133bCopy full SHA for 2f5133b
impl/paramstore.go
@@ -18,7 +18,6 @@ type paramStoreApi interface {
18
type ParamStore struct {
19
svc paramStoreApi
20
ctx context.Context
21
- config *ParamStrConfig
22
token *config.ParsedTokenConfig
23
logger hclog.Logger
24
}
0 commit comments