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

Method Update

module/system-apikey/module.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, id string, input *system_apikey_dto.Update)

Source from the content-addressed store, hash-verified

13type IAPIKeyModule interface {
14 Create(ctx context.Context, input *system_apikey_dto.Create) error
15 Update(ctx context.Context, id string, input *system_apikey_dto.Update) error
16 Delete(ctx context.Context, id string) error
17 Get(ctx context.Context, id string) (*system_apikey_dto.APIKey, error)
18 Search(ctx context.Context, keyword string) ([]*system_apikey_dto.Item, error)

Callers 7

OnInitMethod · 0.65
UpdateDocMethod · 0.65
updateAPIDocMethod · 0.65
deleteAPIDocMethod · 0.65
OnInitMethod · 0.65
PublishMethod · 0.65
ThirdLoginMethod · 0.65

Implementers 1

imlAPIKeyModulemodule/system-apikey/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected