mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
refactor: renamed files and services
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package log
|
||||
|
||||
type Driver interface {
|
||||
Init() (err error)
|
||||
Init()
|
||||
Close() (err error)
|
||||
WriteLine(id string, line string) (err error)
|
||||
WriteLines(id string, lines []string) (err error)
|
||||
|
||||
Reference in New Issue
Block a user