endpoint
Module: endpoint
Section titled “Module: endpoint”Contents
Section titled “Contents”Modules
Enums
EndpointInner- Transport address for the secret resolution gateway and the shim broker.
firma_secret_provider::endpoint::EndpointInner
Section titled “firma_secret_provider::endpoint::EndpointInner”Enum
Transport address for the secret resolution gateway and the shim broker.
Variants:
Tcp(std::net::SocketAddr)- TCP loopback socket (Windows, and any platform when configured).Unix(std::path::PathBuf)- Unix domain socket (Linux/macOS).
Traits: Eq
Trait Implementations:
- Clone
fn clone(self: &Self) -> EndpointInner
- PartialEq
fn eq(self: &Self, other: &EndpointInner) -> bool
- Display
fn fmt(self: &Self, f: & mut std::fmt::Formatter) -> std::fmt::Result
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result