Documentation
¶
Index ¶
- type EdgePanel
- func (ep *EdgePanel) GetCircuitBreaker(inv invocation.Invocation, serviceType string) (string, hystrix.CommandConfig)
- func (ep *EdgePanel) GetEgressRule() []control.EgressConfig
- func (ep *EdgePanel) GetFaultInjection(inv invocation.Invocation) model.Fault
- func (ep *EdgePanel) GetLoadBalancing(inv invocation.Invocation) control.LoadBalancingConfig
- func (ep *EdgePanel) GetRateLimiting(inv invocation.Invocation, serviceType string) control.RateLimitingConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EdgePanel ¶
type EdgePanel struct { }
func (*EdgePanel) GetCircuitBreaker ¶
func (ep *EdgePanel) GetCircuitBreaker(inv invocation.Invocation, serviceType string) (string, hystrix.CommandConfig)
func (*EdgePanel) GetEgressRule ¶
func (ep *EdgePanel) GetEgressRule() []control.EgressConfig
func (*EdgePanel) GetFaultInjection ¶
func (ep *EdgePanel) GetFaultInjection(inv invocation.Invocation) model.Fault
func (*EdgePanel) GetLoadBalancing ¶
func (ep *EdgePanel) GetLoadBalancing(inv invocation.Invocation) control.LoadBalancingConfig
func (*EdgePanel) GetRateLimiting ¶
func (ep *EdgePanel) GetRateLimiting(inv invocation.Invocation, serviceType string) control.RateLimitingConfig
Click to show internal directories.
Click to hide internal directories.