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

Method Accept

controller/publish/publish.go:23–23  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, id string, input *dto.Comments)

Source from the content-addressed store, hash-verified

21 Stop(ctx *gin.Context, serviceId string, id string) error
22 Refuse(ctx *gin.Context, serviceId string, id string, input *dto.Comments) error
23 Accept(ctx *gin.Context, serviceId string, id string, input *dto.Comments) error
24 Publish(ctx *gin.Context, serviceId string, id string) error
25 ListPage(ctx *gin.Context, serviceId string, page, pageSize string) ([]*dto.Publish, int, int, int64, error)
26 Detail(ctx *gin.Context, serviceId string, id string) (*dto.PublishDetail, error)

Callers 3

publishMethod · 0.65
ReleaseDoMethod · 0.65
AcceptMethod · 0.65

Implementers 1

imlPublishControllercontroller/publish/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected