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

Struct imlLogController

controller/log/iml.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type imlLogController struct {
10 module log.ILogModule `autowired:""`
11}
12
13func (c *imlLogController) Save(ctx *gin.Context, driver string, input *log_dto.Save) error {
14 return c.module.Save(ctx, driver, input)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected