mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 18:36:30 +02:00
7 lines
70 B
Go
7 lines
70 B
Go
package pomerium
|
|
|
|
import "time"
|
|
|
|
const (
|
|
registryTTL = time.Minute
|
|
)
|