| 1259 | } |
| 1260 | |
| 1261 | type accessAdapter struct { |
| 1262 | host *Host |
| 1263 | pluginID string |
| 1264 | path string |
| 1265 | version string |
| 1266 | provider pluginapi.FrontendAuthProvider |
| 1267 | } |
| 1268 | |
| 1269 | func (a *accessAdapter) Identifier() (identifier string) { |
| 1270 | if a == nil || a.provider == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected