1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00
icebergs/misc/wework/wework.go
2021-10-20 16:51:21 +08:00

14 lines
276 B
Go

package wework
import (
ice "shylinux.com/x/icebergs"
"shylinux.com/x/icebergs/base/web"
"shylinux.com/x/icebergs/core/chat"
)
const WEWORK = "wework"
var Index = &ice.Context{Name: WEWORK, Help: "企业微信"}
func init() { chat.Index.Register(Index, &web.Frame{}) }