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"}}{}) }