1
0
mirror of https://shylinux.com/x/icebergs synced 2025-06-26 10:27:31 +08:00
icebergs/core/chat/oauth/cache.go
2025-06-16 13:39:17 +08:00

12 lines
210 B
Go

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{}) }