Aktualizr
C++ SOTA Client
Public Member Functions | Public Attributes | List of all members
StorageConfig Struct Reference
Collaboration diagram for StorageConfig:
[legend]

Public Member Functions

void updateFromPropertyTree (const boost::property_tree::ptree &pt)
 
void writeToStream (std::ostream &out_stream) const
 

Public Attributes

StorageType type {StorageType::kSqlite}
 
boost::filesystem::path path {"/var/sota"}
 
utils::BasedPath uptane_metadata_path {"metadata"}
 
utils::BasedPath uptane_private_key_path {"ecukey.der"}
 
utils::BasedPath uptane_public_key_path {"ecukey.pub"}
 
utils::BasedPath tls_cacert_path {"root.crt"}
 
utils::BasedPath tls_pkey_path {"pkey.pem"}
 
utils::BasedPath tls_clientcert_path {"client.pem"}
 
utils::BasedPath sqldb_path {"sql.db"}
 

Detailed Description

Definition at line 111 of file config.h.


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