Home
last modified time | relevance | path

Searched refs:with_publisher (Results 1 – 3 of 3) sorted by relevance

/dports/net/krill/krill-0.9.4/src/commons/api/
H A Dhistory.rs235 pub fn with_publisher(self, publisher: &PublisherHandle) -> Self { in with_publisher() method
799 CommandSummary::new("pubd-publisher-add", &self).with_publisher(name) in summary()
802 CommandSummary::new("pubd-publisher-remove", &self).with_publisher(name) in summary()
H A Dmod.rs264 pub fn with_publisher(self, publisher: &PublisherHandle) -> Self { in with_publisher() method
/dports/net/krill/krill-0.9.4/src/commons/
H A Derror.rs707 … Error::PublisherUnknown(p) => ErrorResponse::new("pub-unknown", &self).with_publisher(p), in to_error_response()
709 … Error::PublisherDuplicate(p) => ErrorResponse::new("pub-duplicate", &self).with_publisher(p), in to_error_response()