Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbortOnClose ¶
type AbortOnClose struct {
// contains filtered or unexported fields
}
func NewAbortOnClose ¶
func NewAbortOnClose(n string, b *models.Backend) *AbortOnClose
func (*AbortOnClose) GetName ¶
func (a *AbortOnClose) GetName() string
type CheckInter ¶
type CheckInter struct {
// contains filtered or unexported fields
}
func NewCheckInter ¶
func NewCheckInter(n string, b *models.Backend) *CheckInter
func (*CheckInter) GetName ¶
func (a *CheckInter) GetName() string
type ForwardedFor ¶
type ForwardedFor struct {
// contains filtered or unexported fields
}
func NewForwardedFor ¶
func NewForwardedFor(n string, b *models.Backend) *ForwardedFor
func (*ForwardedFor) GetName ¶
func (a *ForwardedFor) GetName() string
type LoadBalance ¶
type LoadBalance struct {
// contains filtered or unexported fields
}
func NewLoadBalance ¶
func NewLoadBalance(n string, b *models.Backend) *LoadBalance
func (*LoadBalance) GetName ¶
func (a *LoadBalance) GetName() string
type TimeoutCheck ¶
type TimeoutCheck struct {
// contains filtered or unexported fields
}
func NewTimeoutCheck ¶
func NewTimeoutCheck(n string, b *models.Backend) *TimeoutCheck
func (*TimeoutCheck) GetName ¶
func (a *TimeoutCheck) GetName() string
Click to show internal directories.
Click to hide internal directories.