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

Method Get

service/upstream/service.go:12–12  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

10
11type IUpstreamService interface {
12 Get(ctx context.Context, id string) (*Upstream, error)
13 Save(ctx context.Context, upstream *SaveUpstream) error
14 Delete(ctx context.Context, id string) error
15 List(ctx context.Context, serviceIds ...string) ([]*Upstream, error)

Callers 1

GetCommitMethod · 0.65

Implementers 1

imlUpstreamServiceservice/upstream/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected