Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::Key Struct Reference
Inheritance diagram for nix::Key:
[legend]
Collaboration diagram for nix::Key:
[legend]

Public Member Functions

 Key (std::string_view s)
 
std::string to_string () const
 

Public Attributes

std::string name
 
std::string key
 

Protected Member Functions

 Key (std::string_view name, std::string &&key)
 

Constructor & Destructor Documentation

◆ Key()

nix::Key::Key ( std::string_view s)

Construct Key from a string in the format ‘<name>:<key-in-base64>’.


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