Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuleDynamic ¶
type RuleDynamic struct {
*dbschema.NgingFirewallRuleDynamic
}
func NewRuleDynamic ¶
func NewRuleDynamic(ctx echo.Context) *RuleDynamic
func (*RuleDynamic) Add ¶
func (r *RuleDynamic) Add() (interface{}, error)
func (*RuleDynamic) ListPage ¶
func (r *RuleDynamic) ListPage(cond *db.Compounds, sorts ...interface{}) ([]*dbschema.NgingFirewallRuleDynamic, error)
type RuleStatic ¶
type RuleStatic struct {
*dbschema.NgingFirewallRuleStatic
}
func NewRuleStatic ¶
func NewRuleStatic(ctx echo.Context) *RuleStatic
func (*RuleStatic) Add ¶
func (r *RuleStatic) Add() (interface{}, error)
func (*RuleStatic) ListPage ¶
func (r *RuleStatic) ListPage(cond *db.Compounds, sorts ...interface{}) ([]*dbschema.NgingFirewallRuleStatic, error)
Click to show internal directories.
Click to hide internal directories.