Added weather route and embedded cache system
This commit is contained in:
7
types/variables.go
Normal file
7
types/variables.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package types
|
||||
|
||||
// Variables type, representing values read from environment variables
|
||||
type Variables struct {
|
||||
Token string
|
||||
TimeToLive int8
|
||||
}
|
||||
Reference in New Issue
Block a user