| 23 | ) |
| 24 | |
| 25 | type noopConfigKeychain struct{} |
| 26 | |
| 27 | func (n *noopConfigKeychain) Get(service, account string) (string, error) { return "", nil } |
| 28 | func (n *noopConfigKeychain) Set(service, account, value string) error { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected