| 35 | ) |
| 36 | |
| 37 | type fileContentProvider struct { |
| 38 | providerType string |
| 39 | provider ModelProvider |
| 40 | } |
| 41 | |
| 42 | func (p *fileContentProvider) GetPricing() string { |
| 43 | return p.provider.GetPricing() |
nothing calls this directly
no outgoing calls
no test coverage detected