Create 创建API
(ctx context.Context, serviceId string, dto *router_dto.Create)
| 24 | SimpleList(ctx context.Context, serviceId string) ([]*router_dto.SimpleItem, error) |
| 25 | // Create 创建API |
| 26 | Create(ctx context.Context, serviceId string, dto *router_dto.Create) (*router_dto.SimpleDetail, error) |
| 27 | // Edit 编辑API |
| 28 | Edit(ctx context.Context, serviceId string, apiId string, dto *router_dto.Edit) (*router_dto.SimpleDetail, error) |
| 29 | // Delete 删除API |
no outgoing calls
no test coverage detected