refactor: renamed files and services

This commit is contained in:
Marvin Zhang
2024-11-05 11:15:27 +08:00
parent fbf8e5f9f3
commit e33fcfc150
121 changed files with 1428 additions and 1599 deletions

View File

@@ -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)