package oauth import "shylinux.com/x/ice" type Server struct { ice.Hash } func init() { ice.ChatCtxCmd(Client{}) }