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