Files
sing-box-extended-mirror/log/platform.go
T

6 lines
90 B
Go
Raw Normal View History

2023-11-15 13:05:33 +08:00
package log
type PlatformWriter interface {
WriteMessage(level Level, message string)
}