| 187 | } |
| 188 | |
| 189 | type commandLineAuthStore struct { |
| 190 | baseDir string |
| 191 | saved []*coreauth.Auth |
| 192 | paths []string |
| 193 | } |
| 194 | |
| 195 | func (s *commandLineAuthStore) List(context.Context) ([]*coreauth.Auth, error) { |
| 196 | return nil, nil |
nothing calls this directly
no outgoing calls
no test coverage detected