| 16 | ) |
| 17 | |
| 18 | type imlUpstreamService struct { |
| 19 | store upstream.IUpstreamStore `autowired:""` |
| 20 | commitService commit.ICommitService[Config] `autowired:""` |
| 21 | } |
| 22 | |
| 23 | func (i *imlUpstreamService) List(ctx context.Context, serviceIds ...string) ([]*Upstream, error) { |
| 24 | w := make(map[string]interface{}) |
nothing calls this directly
no outgoing calls
no test coverage detected