Chore: Update golang.org/x/ and do not omitempty Items (#105371)

* deps and omitempty Items

* update apis
This commit is contained in:
Ryan McKinley
2025-05-14 14:31:45 +03:00
committed by GitHub
parent 99c9a47a7a
commit 441fa18590
88 changed files with 436 additions and 357 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ type PlaylistDTO struct {
Interval string `json:"interval"`
// The ordered list of items that the playlist will iterate over.
Items []PlaylistItemDTO `json:"items,omitempty"`
Items []PlaylistItemDTO `json:"items"`
// Returned for k8s
CreatedAt int64 `json:"-" db:"created_at"`