refactor: renamed files and services

This commit is contained in:
Marvin Zhang
2024-11-05 11:15:27 +08:00
parent 4f6ac6f9b8
commit 36ec228fcf
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)