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

Method GetRelease

service/release/service.go:15–15  ·  view source on GitHub ↗

GetRelease 获取发布信息

(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

13type IReleaseService interface {
14 // GetRelease 获取发布信息
15 GetRelease(ctx context.Context, id string) (*Release, error)
16 // CreateRelease 创建发布
17 CreateRelease(ctx context.Context, service, version, remark string, apiRequestCommit, apisProxyCommits map[string]string, apiDocCommits, serviceDocCommits string, upstreams map[string]map[string]string, strategies map[string]string) (*Release, error)
18 UpdateRelease(ctx context.Context, id string, update *Update) error

Callers 6

DetailMethod · 0.65
DeleteMethod · 0.65
DiffMethod · 0.65
getBaseInfoMethod · 0.65
ApplyMethod · 0.65
DetailMethod · 0.65

Implementers 1

imlReleaseServiceservice/release/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected