mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-02 01:03:54 +00:00
remove unneeded pub
This commit is contained in:
@@ -22,11 +22,11 @@ use uuid::Uuid;
|
||||
#[derive(Derivative, Debug, Clone)]
|
||||
#[derivative(PartialEq)]
|
||||
pub struct Zone {
|
||||
pub(crate) id: Uuid,
|
||||
pub(crate) origin: LowerName,
|
||||
pub(crate) records: BTreeMap<RrKey, RecordSet>,
|
||||
id: Uuid,
|
||||
origin: LowerName,
|
||||
records: BTreeMap<RrKey, RecordSet>,
|
||||
#[derivative(PartialEq(compare_with = "Zone::compare_forward"))]
|
||||
pub(crate) forward: Option<ForwardConfig>,
|
||||
pub forward: Option<ForwardConfig>,
|
||||
}
|
||||
|
||||
impl Zone {
|
||||
|
||||
Reference in New Issue
Block a user