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

Method Save

controller/log/iml.go:13–15  ·  view source on GitHub ↗
(ctx *gin.Context, driver string, input *log_dto.Save)

Source from the content-addressed store, hash-verified

11}
12
13func (c *imlLogController) Save(ctx *gin.Context, driver string, input *log_dto.Save) error {
14 return c.module.Save(ctx, driver, input)
15}
16
17func (c *imlLogController) Get(ctx *gin.Context, driver string) (*log_dto.LogSource, error) {
18 return c.module.Get(ctx, driver)

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.65

Tested by

no test coverage detected