Documentation
¶
Index ¶
- type ACLOperatorEngine
- func (e *ACLOperatorEngine) AfterSync() error
- func (e *ACLOperatorEngine) BeforeSync(logicCache rule.LogicCache) error
- func (e *ACLOperatorEngine) Name() string
- func (e *ACLOperatorEngine) Sync(r types.Rule) (interface{}, error)
- func (e *ACLOperatorEngine) SyncApp(r types.Rule) (interface{}, error)
- func (e *ACLOperatorEngine) SyncJob(r types.Rule) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACLOperatorEngine ¶
type ACLOperatorEngine struct {
// contains filtered or unexported fields
}
func (*ACLOperatorEngine) AfterSync ¶
func (e *ACLOperatorEngine) AfterSync() error
func (*ACLOperatorEngine) BeforeSync ¶
func (e *ACLOperatorEngine) BeforeSync(logicCache rule.LogicCache) error
func (*ACLOperatorEngine) Name ¶
func (e *ACLOperatorEngine) Name() string
func (*ACLOperatorEngine) Sync ¶
func (e *ACLOperatorEngine) Sync(r types.Rule) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.