Versions in this module Expand all Collapse all v0 v0.1.12 Jun 25, 2020 Changes in this version + type AddAction actions.Action + func (this *AddAction) RunGet(params struct{}) + func (this *AddAction) RunPost(params struct{ ... }) + type AddServerAction actions.Action + func (this *AddServerAction) RunGet(params struct{ ... }) + func (this *AddServerAction) RunPost(params struct{ ... }) + type DeleteAction actions.Action + func (this *DeleteAction) RunPost(params struct{ ... }) + type DeleteServerAction actions.Action + func (this *DeleteServerAction) RunPost(params struct{ ... }) + type Helper struct + func (this *Helper) BeforeAction(action *actions.ActionObject) + type IndexAction actions.Action + func (this *IndexAction) RunGet(params struct{}) + type UpdateAction actions.Action + func (this *UpdateAction) RunGet(params struct{ ... }) + func (this *UpdateAction) RunPost(params struct{ ... })