Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudbase/garm
/ timeToLive
TypeAlias
timeToLive
config/config.go:763–763 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
761
}
762
763
type
timeToLive string
764
765
func
(d *timeToLive) ParseDuration() (time.Duration, error) {
766
duration, err := time.ParseDuration(string(*d))
Callers
2
TestNewConfig
Function · 0.85
UnmarshalText
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected