| 17 | ) |
| 18 | |
| 19 | type noopKC struct{} |
| 20 | |
| 21 | func (n *noopKC) Get(service, account string) (string, error) { return "", nil } |
| 22 | func (n *noopKC) Set(service, account, value string) error { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected