Extract user data. This may write some data, specific to a provider, to ConfigPath and should return the generic userdata.
()
| 54 | // Extract user data. This may write some data, specific to a |
| 55 | // provider, to ConfigPath and should return the generic userdata. |
| 56 | Extract() ([]byte, error) |
| 57 | } |
| 58 | |
| 59 | // netProviders is a list of Providers offering metadata/userdata over the network |
no outgoing calls
no test coverage detected