package
0.3.1
Repository: https://github.com/intel/rmd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Chown changes owner.
CreateUser will create a normal user by name.
DropRunAs will drop root previlidge and run as a normal user.
GetDbValidatorInterval getter for db validator interval.
GetUserGUID give user's GUID.
HasElem Helper function to find if a elem in a slice.
IsRegularFile checks if given path point to a file - not to symlink nor directory.
IsUserExist check if user exist on host.
SubtractStringSlice remove string from slice.
UnifyMapParamsTypes responsible to unify types of parameters in map to avoid misleading types when passing values to plugins Example: 3.0 can be json.Number but should be float RMD plugins expects following type of params: => int64 (for integers) => float64 (for real numbers) => bool => string => nil => []float64 => []int64 => interface{}.