1
0
forked from x/icebergs
icebergs/core/chat/oauth/server.go
2023-09-30 08:58:41 +08:00

10 lines
119 B
Go

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