feat(api): migrate server and node data handling, update related structures and logic
This commit is contained in:
@@ -59,6 +59,7 @@ func Int64SliceToString(intSlice []int64) string {
|
||||
|
||||
// string slice to string
|
||||
func StringSliceToString(stringSlice []string) string {
|
||||
stringSlice = RemoveDuplicateElements(stringSlice...)
|
||||
return strings.Join(stringSlice, ",")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user