Documentation
¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter ¶
This file was generated by counterfeiter ¶
This file was generated by counterfeiter ¶
This file was generated by counterfeiter
Index ¶
- type Planner
- type PolicyClient
- type RuleEnforcer
- func (fake *RuleEnforcer) EnforceRulesAndChain(arg1 enforcer.RulesWithChain) error
- func (fake *RuleEnforcer) EnforceRulesAndChainArgsForCall(i int) enforcer.RulesWithChain
- func (fake *RuleEnforcer) EnforceRulesAndChainCallCount() int
- func (fake *RuleEnforcer) EnforceRulesAndChainReturns(result1 error)
- func (fake *RuleEnforcer) Invocations() map[string][][]interface{}
- type TimeMetricsEmitter
- type TimeStamper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Planner ¶
type Planner struct {
GetRulesStub func() (enforcer.RulesWithChain, error)
// contains filtered or unexported fields
}
func (*Planner) GetRulesCallCount ¶
func (*Planner) GetRulesReturns ¶
func (fake *Planner) GetRulesReturns(result1 enforcer.RulesWithChain, result2 error)
func (*Planner) Invocations ¶
type PolicyClient ¶
type PolicyClient struct {
GetPoliciesStub func() ([]models.Policy, error)
// contains filtered or unexported fields
}
func (*PolicyClient) GetPolicies ¶
func (fake *PolicyClient) GetPolicies() ([]models.Policy, error)
func (*PolicyClient) GetPoliciesCallCount ¶
func (fake *PolicyClient) GetPoliciesCallCount() int
func (*PolicyClient) GetPoliciesReturns ¶
func (fake *PolicyClient) GetPoliciesReturns(result1 []models.Policy, result2 error)
func (*PolicyClient) Invocations ¶
func (fake *PolicyClient) Invocations() map[string][][]interface{}
type RuleEnforcer ¶
type RuleEnforcer struct {
EnforceRulesAndChainStub func(enforcer.RulesWithChain) error
// contains filtered or unexported fields
}
func (*RuleEnforcer) EnforceRulesAndChain ¶
func (fake *RuleEnforcer) EnforceRulesAndChain(arg1 enforcer.RulesWithChain) error
func (*RuleEnforcer) EnforceRulesAndChainArgsForCall ¶
func (fake *RuleEnforcer) EnforceRulesAndChainArgsForCall(i int) enforcer.RulesWithChain
func (*RuleEnforcer) EnforceRulesAndChainCallCount ¶
func (fake *RuleEnforcer) EnforceRulesAndChainCallCount() int
func (*RuleEnforcer) EnforceRulesAndChainReturns ¶
func (fake *RuleEnforcer) EnforceRulesAndChainReturns(result1 error)
func (*RuleEnforcer) Invocations ¶
func (fake *RuleEnforcer) Invocations() map[string][][]interface{}
type TimeMetricsEmitter ¶
type TimeMetricsEmitter struct {
EmitAllStub func(map[string]time.Duration)
// contains filtered or unexported fields
}
func (*TimeMetricsEmitter) EmitAll ¶
func (fake *TimeMetricsEmitter) EmitAll(arg1 map[string]time.Duration)
func (*TimeMetricsEmitter) EmitAllArgsForCall ¶
func (fake *TimeMetricsEmitter) EmitAllArgsForCall(i int) map[string]time.Duration
func (*TimeMetricsEmitter) EmitAllCallCount ¶
func (fake *TimeMetricsEmitter) EmitAllCallCount() int
func (*TimeMetricsEmitter) Invocations ¶
func (fake *TimeMetricsEmitter) Invocations() map[string][][]interface{}
type TimeStamper ¶
type TimeStamper struct {
CurrentTimeStub func() int
// contains filtered or unexported fields
}
func (*TimeStamper) CurrentTime ¶
func (fake *TimeStamper) CurrentTime() int
func (*TimeStamper) CurrentTimeCallCount ¶
func (fake *TimeStamper) CurrentTimeCallCount() int
func (*TimeStamper) CurrentTimeReturns ¶
func (fake *TimeStamper) CurrentTimeReturns(result1 int)
func (*TimeStamper) Invocations ¶
func (fake *TimeStamper) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.