feat(platform): forward protected requests to run
This commit is contained in:
@@ -79,6 +79,7 @@ type GameClientBridgeCommandResponse struct {
|
||||
PluginID string `json:"pluginId"`
|
||||
ProfileKey string `json:"profileKey"`
|
||||
CommandType string `json:"commandType"`
|
||||
RunJobID string `json:"runJobId,omitempty"`
|
||||
Priority int `json:"priority"`
|
||||
State string `json:"state"`
|
||||
ApprovalState string `json:"approvalState"`
|
||||
@@ -256,6 +257,7 @@ func GameClientBridgeCommandFromDomain(value domain.GameClientBridgeCommand) Gam
|
||||
PluginID: value.PluginID,
|
||||
ProfileKey: value.ProfileKey,
|
||||
CommandType: value.CommandType,
|
||||
RunJobID: value.RunJobID,
|
||||
Priority: value.Priority,
|
||||
State: string(value.State),
|
||||
ApprovalState: string(value.ApprovalState),
|
||||
|
||||
Reference in New Issue
Block a user