enter.go.tpl 90 B

12345678
  1. package api
  2. type ApiGroup struct {
  3. {{ .PlugName}}Api
  4. }
  5. var ApiGroupApp = new(ApiGroup)