nixos/packages/hpcstat/include/hpcstat/keys.hpp
2024-08-01 00:25:23 +08:00

10 lines
194 B
C++

# pragma once
# include <hpcstat/common.hpp>
namespace hpcstat
{
// valid keys
struct Key { std::string PubkeyFilename; std::string Username; };
extern std::map<std::string, Key> Keys;
}