8 lines
90 B
Smarty
8 lines
90 B
Smarty
|
package api
|
||
|
|
||
|
type ApiGroup struct {
|
||
|
{{ .PlugName}}Api
|
||
|
}
|
||
|
|
||
|
var ApiGroupApp = new(ApiGroup)
|