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

Method Update

service/service-overview/service.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, serviceId string, update *Update)

Source from the content-addressed store, hash-verified

9
10type IOverviewService interface {
11 Update(ctx context.Context, serviceId string, update *Update) error
12 List(ctx context.Context, serviceIds ...string) ([]*Overview, error)
13 Map(ctx context.Context, serviceIds ...string) (map[string]*Overview, error)
14}

Callers 12

SetMethod · 0.65
UpdateReleaseMethod · 0.65
SortBeforeMethod · 0.65
SortAfterMethod · 0.65
SaveDefineMethod · 0.65
SetClusterMethod · 0.65
UpdateMethod · 0.65
SortBeforeMethod · 0.65
SortAfterMethod · 0.65
setActionMethod · 0.65
SetStatusMethod · 0.65
UpdateInfoMethod · 0.65

Implementers 1

imlOverviewServiceservice/service-overview/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected