(sv *Values)
| 42 | } |
| 43 | |
| 44 | func (d *DurationSetting) String(sv *Values) string { |
| 45 | return EncodeDuration(d.Get(sv)) |
| 46 | } |
| 47 | |
| 48 | // DefaultString returns the default value for the setting as a string. |
| 49 | func (d *DurationSetting) DefaultString() string { |
no test coverage detected