Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccesslogService ¶
type AccesslogService struct{}
func (*AccesslogService) CreateOrUpdate ¶
func (tm *AccesslogService) CreateOrUpdate(a *model.Accesslog) error
CreateOrUpdate create or update timeout rule
type ArgumentService ¶
type ArgumentService struct{}
func (*ArgumentService) CreateOrUpdate ¶
func (tm *ArgumentService) CreateOrUpdate(a *model.Argument) error
CreateOrUpdate create or update timeout rule
type GrayService ¶
type GrayService struct{}
func (*GrayService) CreateOrUpdate ¶
func (tm *GrayService) CreateOrUpdate(g *model.Gray) error
CreateOrUpdate create or update timeout rule
type MockService ¶
type MockService struct{}
func (*MockService) CreateOrUpdate ¶
func (tm *MockService) CreateOrUpdate(m *model.Mock) error
CreateOrUpdate create or update timeout rule
type RegionService ¶
type RegionService struct{}
func (*RegionService) CreateOrUpdate ¶
func (tm *RegionService) CreateOrUpdate(r *model.Region) error
CreateOrUpdate create or update timeout rule
type RetryService ¶
type RetryService struct{}
func (*RetryService) CreateOrUpdate ¶
func (tm *RetryService) CreateOrUpdate(r *model.Retry) error
CreateOrUpdate create or update timeout rule
type TimeoutService ¶
type TimeoutService struct{}
func (*TimeoutService) CreateOrUpdate ¶
func (tm *TimeoutService) CreateOrUpdate(t *model.Timeout) error
CreateOrUpdate create or update timeout rule
type WeightService ¶
type WeightService struct{}
func (*WeightService) CreateOrUpdate ¶
func (tm *WeightService) CreateOrUpdate(p *model.Percentage) error
CreateOrUpdate create or update timeout rule
func (*WeightService) Delete ¶
func (tm *WeightService) Delete(p *model.Percentage) error
func (*WeightService) Search ¶
func (tm *WeightService) Search(p *model.Percentage) ([]*model.Percentage, error)
Click to show internal directories.
Click to hide internal directories.