| 34 | } |
| 35 | |
| 36 | type machineClient struct { |
| 37 | devPodConfig *config.Config |
| 38 | config *provider.ProviderConfig |
| 39 | machine *provider.Machine |
| 40 | log log.Logger |
| 41 | } |
| 42 | |
| 43 | func (s *machineClient) Provider() string { |
| 44 | return s.config.Name |
nothing calls this directly
no outgoing calls
no test coverage detected