mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
feat(app/edge-stacks): summarize the edge stack statuses in the backend (#818)
This commit is contained in:
parent
363a62d885
commit
e1c480d3c3
21 changed files with 645 additions and 312 deletions
7
api/slicesx/flatten.go
Normal file
7
api/slicesx/flatten.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package slicesx
|
||||
|
||||
import "slices"
|
||||
|
||||
func Flatten[T any](input [][]T) []T {
|
||||
return slices.Concat(input...)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue