(ctx *gin.Context, driver string)
| 11 | type ILogController interface { |
| 12 | Save(ctx *gin.Context, driver string, input *log_dto.Save) error |
| 13 | Get(ctx *gin.Context, driver string) (*log_dto.LogSource, error) |
| 14 | } |
| 15 | |
| 16 | func init() { |
no outgoing calls
no test coverage detected