MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / imlUpstreamService

Struct imlUpstreamService

service/upstream/iml.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected