mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
12 lines
253 B
Go
12 lines
253 B
Go
package wework
|
|
|
|
import (
|
|
ice "shylinux.com/x/icebergs"
|
|
"shylinux.com/x/icebergs/base/web"
|
|
"shylinux.com/x/icebergs/core/chat"
|
|
)
|
|
|
|
var Index = &ice.Context{Name: "wework", Help: "企业微信"}
|
|
|
|
func init() { chat.Index.Register(Index, &web.Frame{}) }
|