sing-box/adapter/time.go

9 lines
101 B
Go

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