Files
sing-box-extended-mirror/adapter/time.go
T

9 lines
101 B
Go
Raw Normal View History

2023-02-21 14:53:00 +08:00
package adapter
import "time"
type TimeService interface {
Service
TimeFunc() func() time.Time
}