8 lines
148 B
Go
8 lines
148 B
Go
package types
|
|
|
|
// Variables type, representing values read from environment variables
|
|
type Variables struct {
|
|
Token string
|
|
TimeToLive int8
|
|
}
|