1
0
mirror of https://shylinux.com/x/icebergs synced 2025-06-26 02:17:30 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-06-16 13:39:17 +08:00
parent fe08248103
commit 8d40fb6fbb

11
core/chat/oauth/cache.go Normal file
View File

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