Cavoke  1.1.0
A Platform for creating and hosting multiplayer turn-based board games
Loading...
Searching...
No Matches
cavoke::server::controllers::GameSubmissionsController::GameSubmissionReq Struct Reference

Public Member Functions

auto to_orm (const std::string &id)
 

Public Attributes

std::string game_id
 
std::string display_name
 
std::string description
 
std::string package_type
 
std::string git_repo
 

Detailed Description

Definition at line 21 of file gamesubmissions_controller.h.

Member Function Documentation

◆ to_orm()

auto cavoke::server::controllers::GameSubmissionsController::GameSubmissionReq::to_orm ( const std::string &  id)
inline

Definition at line 28 of file gamesubmissions_controller.h.

Member Data Documentation

◆ description

std::string cavoke::server::controllers::GameSubmissionsController::GameSubmissionReq::description

Definition at line 24 of file gamesubmissions_controller.h.

◆ display_name

std::string cavoke::server::controllers::GameSubmissionsController::GameSubmissionReq::display_name

Definition at line 23 of file gamesubmissions_controller.h.

◆ game_id

std::string cavoke::server::controllers::GameSubmissionsController::GameSubmissionReq::game_id

Definition at line 22 of file gamesubmissions_controller.h.

◆ git_repo

std::string cavoke::server::controllers::GameSubmissionsController::GameSubmissionReq::git_repo

Definition at line 26 of file gamesubmissions_controller.h.

◆ package_type

std::string cavoke::server::controllers::GameSubmissionsController::GameSubmissionReq::package_type

Definition at line 25 of file gamesubmissions_controller.h.


The documentation for this struct was generated from the following file: