Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Update([]registryclient.ServiceInstance, []rules.Rule) error
}
Client for NGINX
type Manager ¶
type Manager interface { // Update NGINX with the provided configuration Update([]registryclient.ServiceInstance, []rules.Rule) error }
Manager of updates to NGINX
type MockClient ¶
MockClient mocks NGINX Client interface
func (*MockClient) Update ¶
func (m *MockClient) Update([]registryclient.ServiceInstance, []rules.Rule) error
Update mocks interface
type MockManager ¶
MockManager mocks interface
func (*MockManager) Update ¶
func (m *MockManager) Update([]registryclient.ServiceInstance, []rules.Rule) error
Update mocks interface
Click to show internal directories.
Click to hide internal directories.