PUBLICIP_PERIOD environment variable

This commit is contained in:
Quentin McGaw
2020-07-16 01:12:54 +00:00
parent 002ffacd35
commit 51af8d1ab0
6 changed files with 102 additions and 11 deletions

View File

@@ -99,6 +99,9 @@ type Reader interface {
GetTinyProxyUser() (user string, err error)
GetTinyProxyPassword() (password string, err error)
// Public IP getters
GetPublicIPPeriod() (period time.Duration, err error)
// Version getters
GetVersion() string
GetBuildDate() string