ganeti-htoolsSource codeContentsIndex
Ganeti.HTools.ExtLoader
Description

External data loader

This module holds the external data loading, and thus is the only one depending (via the specialized Text/Rapi/Luxi modules) on the actual libraries implementing the low-level protocols.

Synopsis
wrapIO :: IO (Result a) -> IO (Result a)
parseUtilisation :: String -> Result (String, DynUtil)
loadExternalData :: Options -> IO (List, List, [String])
Documentation
wrapIO :: IO (Result a) -> IO (Result a)Source
Error beautifier
parseUtilisation :: String -> Result (String, DynUtil)Source
loadExternalData :: Options -> IO (List, List, [String])Source
External tool data loader from a variety of sources.
Produced by Haddock version 2.6.0