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

Method SaveCommit

service/upstream/service.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, uid string, partition string, cfg *Config)

Source from the content-addressed store, hash-verified

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)
20 ListCommit(ctx context.Context, uuid ...string) ([]*commit.Commit[Config], error)
21}

Callers 1

SaveMethod · 0.65

Implementers 1

imlUpstreamServiceservice/upstream/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected