MCPcopy 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
763type timeToLive string
764
765func (d *timeToLive) ParseDuration() (time.Duration, error) {
766 duration, err := time.ParseDuration(string(*d))

Callers 2

TestNewConfigFunction · 0.85
UnmarshalTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected