1
0
forked from x/icebergs
icebergs/core/chat/oauth/server.go
2023-10-19 21:07:52 +08:00

8 lines
117 B
Go

package oauth
import "shylinux.com/x/ice"
type Server struct{ ice.Hash }
func init() { ice.ChatCtxCmd(Client{}) }