Files
zephyr/types/variables.go

8 lines
148 B
Go
Raw Normal View History

package types
// Variables type, representing values read from environment variables
type Variables struct {
Token string
TimeToLive int8
}