增加服务分组管理

This commit is contained in:
刘祥超
2020-10-29 20:53:08 +08:00
parent 181976f79f
commit f711a52288
22 changed files with 403 additions and 32 deletions

View File

@@ -0,0 +1,11 @@
package groups
import "github.com/TeaOSLab/EdgeAdmin/internal/web/actions/actionutils"
type OptionsAction struct {
actionutils.ParentAction
}
func (this *OptionsAction) RunPost(params struct{}) {
this.Success()
}