# Packages
Package eventmeta defines the callback event metadata for release change event.
Package process_collect xxx.
# Functions
ConvertTextLineBreak converts the text file line break type.
ExecuteHook executes the hook.
GenerateClientID 生成客户端唯一凭证.
GenerateCursorID 生成cursorID.
GenerateFingerPrint generate finger print.
GetClientIP 获取客户端IP.
ListenLocal 默认监听 unix_socket, 可以支持多个实例.
MergeLabels merges labels, note that the latter will overwrite the former.
SetFilePermission sets the file permission.
StrSlicesEqual to check if two string slices have the same elements regardless of order.
TruncateString It accepts a string s and an integer maxLength as parameters, If the length of string s is greater than maxLength, the first maxLength characters are truncated and '...' is appended to the end.