certgen/future.go

7 lines
147 B
Go
Raw Permalink Normal View History

package certgen
import "time"
// Future is a function for converting the current time to a future time
type Future func(now time.Time) time.Time