Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Maps ¶
type Maps interface {
// AppendRow appends row to mapFile
MapAppend(name Name, row string)
// Exists returns true if a map exists and is not empty
MapExists(name Name) bool
// Refresh refreshs maps content and returns true if a map content has changed(crated/deleted/updated)
RefreshMaps(client api.HAProxyClient) bool
// Clean cleans maps content
CleanMaps()
}
Click to show internal directories.
Click to hide internal directories.