diff options
| author | diogo464 <[email protected]> | 2025-12-09 22:58:31 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-12-09 22:58:31 +0000 |
| commit | 4687daaf620e0d0951e4657d052eaa713d18fa71 (patch) | |
| tree | 969d8f67a9af7e0b5b7488478cb329a1185923c2 /src/entity.rs | |
| parent | 9aed552c491aaabc84e3141bc70e4d26c03efa85 (diff) | |
small visibility fixesv0.1.0
Diffstat (limited to 'src/entity.rs')
| -rw-r--r-- | src/entity.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.rs b/src/entity.rs index ef2b9ad..e7aa895 100644 --- a/src/entity.rs +++ b/src/entity.rs | |||
| @@ -18,7 +18,7 @@ impl EntityCommonConfig { | |||
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | #[derive(Default)] | 20 | #[derive(Default)] |
| 21 | pub struct EntityConfig { | 21 | pub(crate) struct EntityConfig { |
| 22 | pub id: &'static str, | 22 | pub id: &'static str, |
| 23 | pub name: Option<&'static str>, | 23 | pub name: Option<&'static str>, |
| 24 | pub domain: &'static str, | 24 | pub domain: &'static str, |
