enter.go 76 字节
Newer Older
Espoir__'s avatar
Espoir__ 已提交
1 2 3 4 5 6 7
package api

type ApiGroup struct {
	Api
}

var ApiGroupApp = new(ApiGroup)