1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00
icebergs/core/chat/oauth/server.go
2024-08-02 18:41:44 +08:00

8 lines
135 B
Go

package oauth
import "shylinux.com/x/ice"
type Server struct{ ice.Hash }
func init() { ice.Cmd("web.chat.oauth.server", Server{}) }