KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCM_RESOURCE_REFERENCE Struct Reference

Repository metadata. More...

#include <pcm_data.h>

Public Attributes

wxString url
 
std::optional< wxString > sha256
 
uint64_t update_timestamp
 

Detailed Description

Repository metadata.

Definition at line 113 of file pcm_data.h.

Member Data Documentation

◆ sha256

std::optional<wxString> PCM_RESOURCE_REFERENCE::sha256

Definition at line 116 of file pcm_data.h.

Referenced by PLUGIN_CONTENT_MANAGER::CacheRepository(), from_json(), and to_json().

◆ update_timestamp

uint64_t PCM_RESOURCE_REFERENCE::update_timestamp

Definition at line 117 of file pcm_data.h.

Referenced by PLUGIN_CONTENT_MANAGER::CacheRepository(), from_json(), and to_json().

◆ url

wxString PCM_RESOURCE_REFERENCE::url

Definition at line 115 of file pcm_data.h.

Referenced by PLUGIN_CONTENT_MANAGER::CacheRepository(), from_json(), and to_json().


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