MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / LatestCommit

Method LatestCommit

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

Source from the content-addressed store, hash-verified

14 Delete(ctx context.Context, id string) error
15 List(ctx context.Context, serviceIds ...string) ([]*Upstream, error)
16 LatestCommit(ctx context.Context, uid string, clusterId string) (*commit.Commit[Config], error)
17 ListLatestCommit(ctx context.Context, clusterId string, serviceIds ...string) ([]*commit.Commit[Config], error)
18 SaveCommit(ctx context.Context, uid string, partition string, cfg *Config) error
19 GetCommit(ctx context.Context, uuid string) (*commit.Commit[Config], error)

Callers 1

GetMethod · 0.65

Implementers 1

imlUpstreamServiceservice/upstream/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected