feat: promote accepted proposals from API

This commit is contained in:
Josh Creek
2026-09-01 10:29:41 +01:00
parent e0ba6c6ead
commit 03ff8e485e
16 changed files with 270 additions and 49 deletions
+4
View File
@@ -34,11 +34,15 @@ const (
type ProposalParticipant struct {
PlayerID string
Response Response
Team int
Slot int
}
type Proposal struct {
ProposalID string
Playlist Playlist
Region string
Protocol int
Participants []ProposalParticipant
State State
Revision uint64