Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FdbPodClient ¶
type FdbPodClient interface { // IsPresent checks whether a file is present. IsPresent(path string) (bool, error) // UpdateFile checks if a file is up-to-date and tries to update it. UpdateFile(name string, contents string) (bool, error) // GetVariableSubstitutions gets the current keys and values that this // process group will substitute into its monitor conf. GetVariableSubstitutions() (map[string]string, error) }
FdbPodClient provides methods for working with a FoundationDB pod
Click to show internal directories.
Click to hide internal directories.