2022-10-12 22:01:47 +11:00

9 lines
86 B
Go

package iSolarCloud
import "time"
const (
DefaultCacheTimeout = time.Minute * 5
)