MCPcopy
hub / github.com/APIParkLab/APIPark / ITagModule

Interface ITagModule

module/tag/tag.go:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type ITagModule interface {
13 // Search 搜索标签
14 Search(ctx context.Context, keyword string) ([]*tag_dto.Item, error)
15 // Create 创建标签
16 Create(ctx context.Context, input *tag_dto.CreateTag) error
17 // Delete 删除标签
18 Delete(ctx context.Context, id string) error
19}
20
21func init() {
22 autowire.Auto[ITagModule](func() reflect.Value {

Callers 8

SearchMethod · 0.65
SearchMethod · 0.65
SaveMethod · 0.65
initGatewayMethod · 0.65
CreateMethod · 0.65
ApplyMethod · 0.65
RemoveModelFunction · 0.65
DeleteMethod · 0.65

Implementers 12

imlStrategyModulemodule/strategy/iml.go
imlServiceModulemodule/service/iml.go
imlAPIKeyModulemodule/system-apikey/iml.go
imlTeamModulemodule/team/iml.go
imlRouterModulemodule/router/iml.go
imlCatalogueModulemodule/catalogue/iml.go
imlTagModulemodule/tag/iml.go
imlServiceControllercontroller/service/iml.go
imlAPIKeyControllercontroller/system-apikey/iml.go
imlAPIControllercontroller/router/iml.go
imlCatalogueControllercontroller/catalogue/iml.go
imlClusterServiceservice/cluster/cluster.go

Calls

no outgoing calls

Tested by

no test coverage detected