ObjectStore: add a kind registry (#56507)

This commit is contained in:
Ryan McKinley
2022-10-08 09:05:46 -07:00
committed by GitHub
parent ac91df0ea2
commit b24be6c0fc
72 changed files with 1883 additions and 402 deletions

View File

@@ -22,6 +22,7 @@ seqs: [
interval: string | *"5m"
// The ordered list of items that the playlist will iterate over.
// FIXME! This should not be optional, but changing it makes the godegen awkward
items?: [...#PlaylistItem]
///////////////////////////////////////

View File

@@ -36,6 +36,7 @@ type Model struct {
Interval string `json:"interval"`
// The ordered list of items that the playlist will iterate over.
// FIXME! This should not be optional, but changing it makes the godegen awkward
Items *[]PlaylistItem `json:"items,omitempty"`
// Name of the playlist.