package generate func ItemID() string { return Generate(32, "I") } func SessionID() string { return Generate(32, "S") }