Documentation ¶
Overview ¶
internals/game/list.go
Index ¶
- func BackupAndStopEC2(sshConfig utils.SSHConfig, backupPath string, s3Bucket string, ...) error
- func CreateGameSession(userID, globalName, gameName string) (models.Session, string, error)
- func DestroyGameSession(sessionId string, dynamodbService *dynamodb.DynamoDBService) (string, error)
- func GetGames() []string
- func ListSessions(userID, statusInput string, dynamoService *dynamodb.DynamoDBService) ([]models.Session, error)
- func RestartEC2(instanceId string) (string, error)
- func RestoreEC2(sshConfig utils.SSHConfig, backupPath, s3Bucket, backupFile, publicIP string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackupAndStopEC2 ¶
func CreateGameSession ¶
func DestroyGameSession ¶
func DestroyGameSession(sessionId string, dynamodbService *dynamodb.DynamoDBService) (string, error)
func ListSessions ¶
func RestartEC2 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.