mirror of
https://shylinux.com/x/community
synced 2025-04-25 09:38:06 +08:00
11 lines
215 B
Go
11 lines
215 B
Go
package gonganxitong
|
|
|
|
import "shylinux.com/x/ice"
|
|
|
|
type {{.Option "name"}} struct{ Tables }
|
|
|
|
func (s {{.Option "name"}}) List(m *ice.Message, arg ...string) {
|
|
}
|
|
|
|
func init() { ice.TeamCtxCmd({{.Option "name"}}{}) }
|