mirror of
https://shylinux.com/x/icebergs
synced 2025-06-26 02:17:30 +08:00
add some
This commit is contained in:
parent
fe08248103
commit
8d40fb6fbb
11
core/chat/oauth/cache.go
Normal file
11
core/chat/oauth/cache.go
Normal 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{}) }
|
Loading…
x
Reference in New Issue
Block a user