Skip to content

Commit b294087

Browse files
committed
primitives - targeting - Global - make all field pub
1 parent 8cc6f62 commit b294087

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

primitives/src/targeting.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ pub struct Global {
184184
pub user_agent_os: Option<String>,
185185
pub user_agent_browser_family: Option<String>,
186186
/// Global scope, accessible everywhere, campaign-dependant
187-
ad_unit: Option<AdUnit>,
188-
channel: Channel,
189-
status: Option<Status>,
190-
balances: Option<BalancesMap>,
187+
pub ad_unit: Option<AdUnit>,
188+
pub channel: Channel,
189+
pub status: Option<Status>,
190+
pub balances: Option<BalancesMap>,
191191
}
192192

193193
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)