CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
upload::GatewayUploader::Config Struct Reference

#include <upload_gateway.h>

Public Member Functions

 Config ()
 
 Config (const std::string &session_token_file, const std::string &key_file, const std::string &api_url)
 

Public Attributes

std::string session_token_file
 
std::string key_file
 
std::string api_url
 

Detailed Description

Definition at line 27 of file upload_gateway.h.

Constructor & Destructor Documentation

upload::GatewayUploader::Config::Config ( )
inline

Definition at line 28 of file upload_gateway.h.

upload::GatewayUploader::Config::Config ( const std::string &  session_token_file,
const std::string &  key_file,
const std::string &  api_url 
)
inline

Definition at line 29 of file upload_gateway.h.

Member Data Documentation

std::string upload::GatewayUploader::Config::api_url
std::string upload::GatewayUploader::Config::key_file
std::string upload::GatewayUploader::Config::session_token_file

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