teleport/constants.go
klizhentas 6cdaba2ef6 user mappings should be deleted if user is deleted, fixes #116
This commit includes refactoring and cleanup of cert authority sybsystem:

* User keys methods are deleted
* Authorities CRUD is simplified
* Lots of code removed
2016-02-17 15:29:01 -08:00

9 lines
138 B
Go

package teleport
import (
"time"
)
// ForeverTTL means that object TTL will not expire unless deleted
var ForeverTTL time.Duration = 0