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

Method Save

service/api/service.go:45–45  ·  view source on GitHub ↗

ListLatestCommitPlugin(ctx context.Context, aid ...string) ([]*commit.Commit[Plugin], error) GetPluginCommit(ctx context.Context, commitId string) (*commit.Commit[Plugin], error) ListPluginCommit(ctx context.Context, commitId ...string) ([]*commit.Commit[Plugin], error) SavePlugin(ctx context.Contex

(ctx context.Context, id string, model *Edit)

Source from the content-addressed store, hash-verified

43 //LatestPlugin(ctx context.Context, aid string) (*commit.Commit[Plugin], error)
44
45 Save(ctx context.Context, id string, model *Edit) error
46 Create(ctx context.Context, input *Create) (err error)
47 DeleteByService(ctx context.Context, serviceId string) error
48}

Callers 11

SetRunningMethod · 0.65
UpdateDocMethod · 0.65
CommitDocMethod · 0.65
UpdateLogSourceMethod · 0.65
SaveRequestMethod · 0.65
SaveMethod · 0.65
CreateMethod · 0.65
SaveProxyMethod · 0.65
SetPublishStatusMethod · 0.65
SetLatestMethod · 0.65
CreateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected