Function get_hash_key
Source pub fn get_hash_key(conf: &PluginConf) -> String
Expand description
Generates a unique hash key for a plugin configuration to detect changes.
§Arguments
conf - The plugin configuration to hash
§Returns
A string containing the CRC32 hash of the sorted configuration key-value pairs