Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func NewBackend ¶
func NewBackend(f *entity.Frontend, opt BackendOptions) (*Backend, error)
type BackendOptions ¶
type BackendOptions struct {
// contains filtered or unexported fields
}
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func GetManager ¶
func (*Manager) InitWithStorage ¶
type RoundRobin ¶
type RoundRobin struct {
// contains filtered or unexported fields
}
func NewRoundRobin ¶
func NewRoundRobin(from, to int64) *RoundRobin
func (*RoundRobin) End ¶
func (rr *RoundRobin) End() int64
func (*RoundRobin) Next ¶
func (rr *RoundRobin) Next() int64
func (*RoundRobin) Start ¶
func (rr *RoundRobin) Start() int64
Click to show internal directories.
Click to hide internal directories.