mirror of
https://github.com/MickMake/GoSungrow.git
synced 2025-04-04 01:48:04 +02:00
6 lines
80 B
Go
6 lines
80 B
Go
package iSolarCloud
|
|
|
|
import "time"
|
|
|
|
const DefaultCacheTimeout = time.Minute * 5
|