yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::ProposalRegistry::ProposalMetadata Struct Reference

#include <proposal_registry.h>

Public Attributes

std::string id
 
std::string sandbox_id
 
std::filesystem::path sandbox_directory
 
std::filesystem::path sandbox_rom_path
 
std::string description
 
std::string prompt
 
ProposalStatus status
 
absl::Time created_at
 
std::optional< absl::Time > reviewed_at
 
std::filesystem::path diff_path
 
std::filesystem::path log_path
 
std::vector< std::filesystem::path > screenshots
 
int bytes_changed
 
int commands_executed
 

Detailed Description

Definition at line 37 of file proposal_registry.h.

Member Data Documentation

◆ id

std::string yaze::cli::ProposalRegistry::ProposalMetadata::id

◆ sandbox_id

std::string yaze::cli::ProposalRegistry::ProposalMetadata::sandbox_id

◆ sandbox_directory

std::filesystem::path yaze::cli::ProposalRegistry::ProposalMetadata::sandbox_directory

◆ sandbox_rom_path

std::filesystem::path yaze::cli::ProposalRegistry::ProposalMetadata::sandbox_rom_path

◆ description

std::string yaze::cli::ProposalRegistry::ProposalMetadata::description

◆ prompt

std::string yaze::cli::ProposalRegistry::ProposalMetadata::prompt

◆ status

◆ created_at

absl::Time yaze::cli::ProposalRegistry::ProposalMetadata::created_at

◆ reviewed_at

std::optional<absl::Time> yaze::cli::ProposalRegistry::ProposalMetadata::reviewed_at

◆ diff_path

std::filesystem::path yaze::cli::ProposalRegistry::ProposalMetadata::diff_path

◆ log_path

std::filesystem::path yaze::cli::ProposalRegistry::ProposalMetadata::log_path

◆ screenshots

std::vector<std::filesystem::path> yaze::cli::ProposalRegistry::ProposalMetadata::screenshots

◆ bytes_changed

int yaze::cli::ProposalRegistry::ProposalMetadata::bytes_changed

◆ commands_executed

int yaze::cli::ProposalRegistry::ProposalMetadata::commands_executed

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