CernVM-FS
2.12.0
|
#include "gateway_util.h"
#include <fcntl.h>
#include <algorithm>
#include <vector>
#include "util/logging.h"
#include "util/posix.h"
#include "util/string.h"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{gateway_util.cc} | |
gateway | |
Functions | |
bool | anonymous_namespace{gateway_util.cc}::BothAreSpaces (const char &c1, const char &c2) |
int | gateway::APIVersion () |
GatewayKey | gateway::ReadGatewayKey (const std::string &key_file_name) |
bool | gateway::ReadKeys (const std::string &key_file_name, std::string *key_id, std::string *secret) |
bool | gateway::ParseKey (const std::string &body, std::string *key_id, std::string *secret) |