# Packages
No description provided by the author
# Functions
IsNotFound checks if the given error is orchestrator error and it's cluster not found.
NewError returns a specific orchestrator error with extra details.
NewErrorMsg returns an orchestrator error with extra msg.
NewFromURI returns the orchestrator client configured to specified uri api endpoint.
# Constants
BinaryLog represents mysql binary logs.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
RelayLog represents mysql relay logs.
# Structs
BinlogCoordinates described binary log coordinates in the form of log file & log position.
Error contains orchestrator error details.
Instance represents the main structure that an node is represented in orchestrator nolint: golint,maligned.
InstanceKey is the node key.
Maintenance indicates a maintenance entry (also in the database) nolint: golint.
TopologyRecovery is the structure from orchestrator that represents a recovery nolint: golint,maligned.
# Interfaces
Interface is the orchestrator client interface.
# Type aliases
BinlogType can be BinaryLog or RelayLog.
CandidatePromotionRule describe the promotion preference/rule for an instance.
InstanceKeyMap is a convenience struct for listing InstanceKey-s.