Files
sing-box-extended-mirror/adapter/time.go
T
2023-02-21 16:09:06 +08:00

9 lines
101 B
Go

package adapter
import "time"
type TimeService interface {
Service
TimeFunc() func() time.Time
}