package model import "time" const ( Chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" Hex = "0123456789abcdef" Length = 64 Timeout = 20 * time.Second )