(build-iproute-script [iproute-config-key {:keys [ip]}])
Inputs: [[iproute-config-key {:keys [ip]}]]
builds the script to retrieve ip gateways
Inputs: [[iproute-config-key {:keys [ip]}]] builds the script to retrieve ip gateways
(collect-iproute-fact fact-configs)
Inputs: [fact-configs :- IprouteFactConfig]
Collects the file facts.
Inputs: [fact-configs :- IprouteFactConfig] Collects the file facts.
(hostname-to-ips hostname version)
Inputs: [hostname :- s/Str version :- s/Int] Returns: [s/Str]
Inputs: [hostname :- s/Str version :- s/Int] Returns: [s/Str]
(ip-to-keyword ip)
Inputs: [ip :- s/Str] Returns: s/Keyword
Inputs: [ip :- s/Str] Returns: s/Keyword
(parse-iproute-response single-script-result)
Inputs: [single-script-result :- s/Str]
returns a IprouteFactResult from the result of a gateway probe
Inputs: [single-script-result :- s/Str] returns a IprouteFactResult from the result of a gateway probe
(parse-iproute-script-responses raw-script-results)
Inputs: [raw-script-results :- s/Str] Returns: IprouteFactResults
returns a IprouteFactResults from the result gateway probes
Inputs: [raw-script-results :- s/Str] Returns: IprouteFactResults returns a IprouteFactResults from the result gateway probes
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close