Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Planner ¶
type Planner interface {
GetRulesAndChain() (enforcer.RulesWithChain, error)
}
type SinglePollCycle ¶
type SinglePollCycle struct { Planners []Planner Enforcer ruleEnforcer MetricsSender metricsSender Logger lager.Logger // contains filtered or unexported fields }
func (*SinglePollCycle) DoCycle ¶
func (m *SinglePollCycle) DoCycle() error
Click to show internal directories.
Click to hide internal directories.