package oauth import "shylinux.com/x/ice" type cache struct { ice.Hash short string `data:"uniq"` field string `data:"hash,state,goback"` } func init() { ice.Cmd("web.chat.oauth.cache", cache{}) }