package invite type Store interface { Get(string) (Invite, bool) Set(string, Invite) Del(string) }