Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listener ¶
type Listener interface {
UpdateRoute(RouteUpdate)
}
Listener optional listener for route registry updates
type RouteUpdate ¶
type RouteUpdate interface { CreateResources(*config.Config) bigipResources.Resources Protocol() string Op() Operation Name() string Route() string }
RouteUpdate interface to wrap different protocols
Click to show internal directories.
Click to hide internal directories.