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

Method Create

module/strategy/module.go:19–19  ·  view source on GitHub ↗
(ctx context.Context, i *strategy_dto.Create)

Source from the content-addressed store, hash-verified

17 Search(ctx context.Context, keyword string, driver string, scope strategy_dto.Scope, target string, page int, pageSize int, filters []string, order ...string) ([]*strategy_dto.StrategyItem, int64, error)
18 Get(ctx context.Context, id string) (*strategy_dto.Strategy, error)
19 Create(ctx context.Context, i *strategy_dto.Create) error
20 Edit(ctx context.Context, id string, i *strategy_dto.Edit) error
21 Enable(ctx context.Context, id string) error
22 Disable(ctx context.Context, id string) error

Callers 1

CreateMethod · 0.65

Implementers 1

imlStrategyModulemodule/strategy/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected