mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
8 lines
135 B
Go
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{}) }
|