1
0
mirror of https://shylinux.com/x/icebergs synced 2025-06-26 18:37:29 +08:00
icebergs/core/chat/oauth/cache.go
2025-06-16 13:53:14 +08:00

12 lines
203 B
Go

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