facts v0.1.0 Facts.Utils

Facts.Utils contains common logic that is used mostly internally by other modules.

Summary

Types

option()
option() :: {:sane, boolean}

Functions

delete_all(list, value)
delete_all(list, any) :: list
host_etc()
host_etc() :: binary
host_etc(combine_with)
host_etc(binary) :: binary
host_proc()
host_proc() :: binary
host_proc(combine_with)
host_proc(binary) :: binary
host_sys()
host_sys() :: binary
host_sys(combine_with)
host_sys(binary) :: binary
normalize_with_underscore(item)
normalize_with_underscore(map) :: map
normalize_with_underscore(tuple) :: tuple
normalize_with_underscore(binary) :: map
read_file(filename, options \\ [])
read_file(binary, options :: [option]) :: [binary]
sanitize_data(data)
sanitize_data(binary) :: any