mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
12 lines
220 B
Go
12 lines
220 B
Go
package admins
|
|
|
|
import "github.com/TeaOSLab/EdgeAdmin/internal/web/actions/actionutils"
|
|
|
|
type UpdateOnAction struct {
|
|
actionutils.ParentAction
|
|
}
|
|
|
|
func (this *UpdateOnAction) RunPost(params struct{}) {
|
|
this.Success()
|
|
}
|