feat: runtime manager
This commit is contained in:
@@ -85,6 +85,18 @@ const (
|
||||
// NotificationTypeLobbyRaceNameRegistrationDenied identifies the
|
||||
// `lobby.race_name.registration_denied` notification.
|
||||
NotificationTypeLobbyRaceNameRegistrationDenied = notificationintent.NotificationTypeLobbyRaceNameRegistrationDenied
|
||||
|
||||
// NotificationTypeRuntimeImagePullFailed identifies the
|
||||
// `runtime.image_pull_failed` notification.
|
||||
NotificationTypeRuntimeImagePullFailed = notificationintent.NotificationTypeRuntimeImagePullFailed
|
||||
|
||||
// NotificationTypeRuntimeContainerStartFailed identifies the
|
||||
// `runtime.container_start_failed` notification.
|
||||
NotificationTypeRuntimeContainerStartFailed = notificationintent.NotificationTypeRuntimeContainerStartFailed
|
||||
|
||||
// NotificationTypeRuntimeStartConfigInvalid identifies the
|
||||
// `runtime.start_config_invalid` notification.
|
||||
NotificationTypeRuntimeStartConfigInvalid = notificationintent.NotificationTypeRuntimeStartConfigInvalid
|
||||
)
|
||||
|
||||
// Producer identifies one supported upstream producer.
|
||||
@@ -99,6 +111,9 @@ const (
|
||||
|
||||
// ProducerGameLobby identifies Game Lobby.
|
||||
ProducerGameLobby = notificationintent.ProducerGameLobby
|
||||
|
||||
// ProducerRuntimeManager identifies Runtime Manager.
|
||||
ProducerRuntimeManager = notificationintent.ProducerRuntimeManager
|
||||
)
|
||||
|
||||
// AudienceKind identifies one supported target-audience kind.
|
||||
|
||||
Reference in New Issue
Block a user