routeUpdate

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2017 License: Apache-2.0 Imports: 2 Imported by: 6

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 Operation

type Operation int

Operation of registry change

const (
	// Add operation
	Add Operation = iota
	// Remove operation
	Remove
)

func (Operation) String

func (op Operation) String() string

type RouteUpdate

type RouteUpdate interface {
	CreateResources(*config.Config) bigipResources.Resources
	Protocol() string
	Op() Operation
	Name() string
	Route() string
}

RouteUpdate interface to wrap different protocols

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL